Skip to content
Success

Console Output

Started by user Frederic Gurr
Rebuilds build #16
Running as Frederic Gurr
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes cbi/jiro-pipeline-pod-template-with-modified-resources-17-zrw-wcwdl
Agent jiro-pipeline-pod-template-with-modified-resources-17-zrw-wcwdl is provisioned from template jiro_pipeline_pod_template_with_modified_resources_17-zrwsb-4fwnw
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.cbi.svc.cluster.local/cbi/job/jiro_pipeline_pod_template_with_modified_resources/17/"
    runUrl: "job/jiro_pipeline_pod_template_with_modified_resources/17/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "c67a85648c7675a25edcecf2c63b7c342f51d90a"
    jenkins/label: "jiro_pipeline_pod_template_with_modified_resources_17-zrwsb"
  name: "jiro-pipeline-pod-template-with-modified-resources-17-zrw-wcwdl"
  namespace: "cbi"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.cbi.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "jiro-pipeline-pod-template-with-modified-resources-17-zrw-wcwdl"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "jiro-pipeline-pod-template-with-modified-resources-17-zrw-wcwdl"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.cbi.svc.cluster.local/cbi/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.gradle/daemon"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins/.gradle/workers"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/.gradle/caches"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/opt/tools"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-5"
      readOnly: false
    - mountPath: "/home/jenkins/.gradle/native"
      name: "volume-6"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-7"
      readOnly: false
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-8"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/.gradle/wrapper"
      name: "volume-9"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - emptyDir:
      medium: ""
    name: "volume-0"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - emptyDir:
      medium: ""
    name: "volume-1"
  - configMap:
      name: "known-hosts"
    name: "volume-8"
  - emptyDir:
      medium: ""
    name: "volume-7"
  - emptyDir:
      medium: ""
    name: "volume-9"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - name: "volume-4"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-cbi"
      readOnly: true
  - emptyDir:
      medium: ""
    name: "volume-3"
  - emptyDir:
      medium: ""
    name: "volume-6"
  - emptyDir:
      medium: ""
    name: "volume-5"

Running on jiro-pipeline-pod-template-with-modified-resources-17-zrw-wcwdl in /home/jenkins/agent/workspace/jiro_pipeline_pod_template_with_modified_resources
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Main)
[Pipeline] sh
+ hostname
jiro-pipeline-pod-template-with-modified-resources-17-zrw-wcwdl
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS