Console Output
Started by user Frederic Gurr
Agent default-agent-pj6m8 is provisioned from template Kubernetes Pod Template
Agent specification [Kubernetes Pod Template] ():
* [jnlp] eclipsecbijenkins/jenkins-agent:3.27@sha256:60af6fd9cfdaec6888c5ee3957e2898a8b9dcc68d8543b6269dae1676bb808ed(resourceRequestMemory: 2.25Gi, resourceLimitMemory: 2.25Gi)
yaml:
volumeMounts:
- name: settings
mountPath: /home/jenkins/.m2/settings.xml
subPath: settings.xml
- name: toolchains
mountPath: /home/jenkins/.m2/toolchains.xml
subPath: toolchains.xml
volumes:
- name: settings
configMap:
name: m2-dir
items:
- key: settings.xml
path: settings.xml
- name: toolchains
configMap:
name: m2-dir
items:
- key: toolchains.xml
path: toolchains.xml
Building remotely on default-agent-pj6m8 in workspace /home/jenkins/workspace/webmaster-test
[webmaster-test] $ /bin/sh -xe /tmp/jenkins7201945375865621132.sh
+ id
uid=1000470000(default) gid=0(root) groups=0(root),1000470000
+ ls -al /home/jenkins/
total 0
drwxrwsrwx 5 root 1000470000 48 Feb 13 17:26 .
drwxr-xr-x 1 root root 21 Feb 3 09:31 ..
drwxrwsrwx 3 root 1000470000 78 Feb 13 17:25 .ssh
drwxr-sr-x 3 default 1000470000 22 Feb 13 17:25 agent
drwxr-sr-x 3 default 1000470000 28 Feb 13 17:26 workspace
+ ls -al /home/jenkins/.m2
ls: cannot access '/home/jenkins/.m2': No such file or directory
Build step 'Execute shell' marked build as failure
Finished: FAILURE