Started by user Tomas Kraus Rebuilds build #9 Running as Tomas Kraus Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] podTemplate [Pipeline] { [Pipeline] node Still waiting to schedule task All nodes of label ‘jaxb-tck-build-pod’ are offline Agent jaxb-tck-build-pod-6jqzj-pf2x6 is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.jaxb-impl.svc.cluster.local/jaxb-impl/job/jaxb-tck_master/10/" labels: jenkins: "slave" jenkins/jaxb-tck-build-pod: "true" name: "jaxb-tck-build-pod-6jqzj-pf2x6" spec: containers: - command: - "cat" image: "jakartaee/jaxbtck-base:0.1" name: "jaxb-tck-build" resources: limits: memory: "1Gi" cpu: "1" requests: memory: "1Gi" cpu: "1" tty: true volumeMounts: - mountPath: "/home/jenkins" name: "workspace-volume" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "m2-repo" workingDir: "/home/jenkins" - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jaxb-impl.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "jaxb-tck-build-pod-6jqzj-pf2x6" - name: "JENKINS_NAME" value: "jaxb-tck-build-pod-6jqzj-pf2x6" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.jaxb-impl.svc.cluster.local/jaxb-impl/" - name: "HOME" value: "/home/jenkins" image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340" name: "jnlp" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: {} restartPolicy: "Never" volumes: - emptyDir: {} name: "m2-repo" - emptyDir: {} name: "workspace-volume" Aborted by Tomas Kraus [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: ABORTED