Skip to content
Success

Console Output

Started by user Frederic Gurr
Rebuilds build #1
Running as Frederic Gurr
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
‘mypod-hw360-kmd39’ is offline
Created Pod: cbi/mypod-9fpm9-2c508
[Normal][cbi/mypod-9fpm9-2c508][Scheduled] Successfully assigned mypod-9fpm9-2c508 to osnode-5.eclipse.org
[Normal][cbi/mypod-9fpm9-2c508][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" 
[Normal][cbi/mypod-9fpm9-2c508][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "volume-3" 
[Normal][cbi/mypod-9fpm9-2c508][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "tools-jiro-cbi" 
[Normal][cbi/mypod-9fpm9-2c508][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "volume-1" 
[Normal][cbi/mypod-9fpm9-2c508][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-979jd" 
[Normal][cbi/mypod-9fpm9-2c508][Pulling] pulling image "maven:alpine"
[Normal][cbi/mypod-9fpm9-2c508][Pulled] Successfully pulled image "maven:alpine"
[Normal][cbi/mypod-9fpm9-2c508][Created] Created container
[Normal][cbi/mypod-9fpm9-2c508][Started] Started container
[Normal][cbi/mypod-9fpm9-2c508][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" already present on machine
[Normal][cbi/mypod-9fpm9-2c508][Created] Created container
[Normal][cbi/mypod-9fpm9-2c508][Started] Started container
Agent mypod-9fpm9-2c508 is provisioned from template mypod-9fpm9
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.cbi.svc.cluster.local/cbi/job/jiro_custom_jnlp_container/2/"
    runUrl: "job/jiro_custom_jnlp_container/2/"
  labels:
    jenkins: "slave"
    jenkins/label: "mypod"
  name: "mypod-9fpm9-2c508"
spec:
  containers:
  - command:
    - "cat"
    image: "maven:alpine"
    imagePullPolicy: "Always"
    name: "custom"
    resources:
      limits:
        memory: "2048Mi"
        cpu: "1000m"
      requests:
        memory: "2048Mi"
        cpu: "1000m"
    tty: true
    volumeMounts:
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.cbi.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "mypod-9fpm9-2c508"
    - name: "JENKINS_NAME"
      value: "mypod-9fpm9-2c508"
    - 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.2.1"
    name: "jnlp"
    resources:
      requests:
        cpu: "100m"
        memory: "256Mi"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-cbi"
      readOnly: true
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on mypod-9fpm9-2c508 in /home/jenkins/agent/workspace/jiro_custom_jnlp_container
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ mvn --version
Apache Maven 3.6.1 (d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555; 2019-04-04T19:00:29Z)
Maven home: /usr/share/maven
Java version: 1.8.0_212, vendor: IcedTea, runtime: /usr/lib/jvm/java-1.8-openjdk/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1127.el7.x86_64", arch: "amd64", family: "unix"
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
[withMaven] WARNING abort infinite build trigger loop. Please consider opening a Jira issue: Infinite loop of job triggers 
Finished: SUCCESS