This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
oc get deployment/reactive-messaging-qs -o yaml | |
apiVersion: apps/v1 | |
kind: Deployment | |
metadata: | |
annotations: | |
deployment.kubernetes.io/revision: "3" | |
image.openshift.io/triggers: '[{"from":{"kind":"ImageStreamTag","name":"reactive-messaging-qs:latest","namespace":"kkhan1-dev"},"fieldPath":"spec.template.spec.containers[?(@.name==\"reactive-messaging-qs\")].image"}]' | |
openshift.io/generated-by: OpenShiftNewApp | |
creationTimestamp: "2021-08-23T14:08:04Z" | |
generation: 4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" ?> | |
<testsuite failures="0" time="10.903" errors="1" skipped="0" tests="1" name="org.jboss.as.test.smoke.jms.SendToQueueFromWithinTransactionTest"> | |
<properties> | |
<property name="java.runtime.name" value="OpenJDK Runtime Environment"/> | |
<property name="sun.boot.library.path" value="/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.9.x86_64/jre/lib/amd64"/> | |
<property name="java.vm.version" value="23.2-b09"/> | |
<property name="java.vm.vendor" value="Oracle Corporation"/> | |
<property name="java.vendor.url" value="http://java.oracle.com/"/> | |
<property name="path.separator" value=":"/> |