Skip to content

Console Output

Started by user Patrick Tessier
Agent default-agent-23fq2 is provisioned from template Kubernetes Pod Template
Agent specification [Kubernetes Pod Template] (null): 
* [jnlp] eclipsecbijenkins/jenkins-agent:latest@sha256:b0988972cc41814d7d9299d7c2c69858716c41afb4ba1f6a30448b6da1a0a4a4(resourceRequestCpu: 1000m, resourceRequestMemory: 4096Mi, resourceLimitCpu: 2000m, resourceLimitMemory: 4096Mi)
yaml:
apiVersion: v1
kind: Pod
spec:
  containers:
  - name: jnlp
    volumeMounts:
    - name: settings-xml
      mountPath: /home/jenkins/.m2/settings.xml
      subPath: settings.xml
      readOnly: true
    - name: toolchains-xml
      mountPath: /home/jenkins/.m2/toolchains.xml
      subPath: toolchains.xml
      readOnly: true
  volumes:
  - name: settings-xml
    configMap:
      name: m2-dir
      items:
      - key: settings.xml
        path: settings.xml
  - name: toolchains-xml
    configMap:
      name: m2-dir
      items:
      - key: toolchains.xml
        path: toolchains.xml


Building remotely on default-agent-23fq2 in workspace /home/jenkins/workspace/Others
[Others] $ /bin/sh -xe /tmp/jenkins7922395932931588001.sh
+ set +e
+ alias 'll=ls -la'
+ echo ping
+ mkdir -p bob
+ zip -r zipname.zip bob test.txt
/tmp/jenkins7922395932931588001.sh: line 1: zip: not found
+ ls -la
total 4
drwxr-sr-x 3 default 1000720000 33 Jun  7 09:36 .
drwxr-sr-x 3 default 1000720000 20 Jun  7 09:36 ..
drwxr-sr-x 2 default 1000720000  6 Jun  7 09:36 bob
-rw-r--r-- 1 default 1000720000  5 Jun  7 09:36 test.txt
+ pwd
/home/jenkins/workspace/Others
+ cd /home/jenkins
+ ls -la
total 0
drwxrwsrwx 6 root    1000720000 59 Jun  7 09:36 .
drwxr-xr-x 3 root    root       21 May 22 17:44 ..
drwxr-sr-x 3 root    1000720000 66 Jun  7 09:36 .m2
drwxrwsrwx 3 root    1000720000 78 Jun  7 09:35 .ssh
drwxr-sr-x 3 default 1000720000 22 Jun  7 09:36 agent
drwxr-sr-x 3 default 1000720000 20 Jun  7 09:36 workspace
+ cd workspace
+ ls -la
total 0
drwxr-sr-x 3 default 1000720000 20 Jun  7 09:36 .
drwxrwsrwx 6 root    1000720000 59 Jun  7 09:36 ..
drwxr-sr-x 3 default 1000720000 33 Jun  7 09:36 Others
+ cd Others
+ ls -la
total 4
drwxr-sr-x 3 default 1000720000 33 Jun  7 09:36 .
drwxr-sr-x 3 default 1000720000 20 Jun  7 09:36 ..
drwxr-sr-x 2 default 1000720000  6 Jun  7 09:36 bob
-rw-r--r-- 1 default 1000720000  5 Jun  7 09:36 test.txt
+ cd /home/jenkins
+ cd ..
+ ls -la
total 0
drwxr-xr-x  3 root root        21 May 22 17:44 .
drwxr-xr-x 20 root root       230 Jun  7 09:36 ..
drwxrwsrwx  6 root 1000720000  59 Jun  7 09:36 jenkins
+ cd jenkins
+ ls -la
total 0
drwxrwsrwx 6 root    1000720000 59 Jun  7 09:36 .
drwxr-xr-x 3 root    root       21 May 22 17:44 ..
drwxr-sr-x 3 root    1000720000 66 Jun  7 09:36 .m2
drwxrwsrwx 3 root    1000720000 78 Jun  7 09:35 .ssh
drwxr-sr-x 3 default 1000720000 22 Jun  7 09:36 agent
drwxr-sr-x 3 default 1000720000 20 Jun  7 09:36 workspace
+ set -e
Finished: SUCCESS