Started by timer
Running as SYSTEM
Agent basic-mpk9q is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations: {}
labels:
jenkins: "slave"
jenkins/label: ""
name: "basic-mpk9q"
spec:
containers:
- env:
- name: "JENKINS_SECRET"
value: "********"
- name: "JENKINS_TUNNEL"
value: "jenkins-discovery.platform.svc.cluster.local:50000"
- name: "JENKINS_AGENT_NAME"
value: "basic-mpk9q"
- 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: "basic-mpk9q"
- name: "JENKINS_AGENT_WORKDIR"
value: "/home/jenkins/agent"
- name: "JENKINS_URL"
value: "http://jenkins-ui.platform.svc.cluster.local/platform/"
image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5"
imagePullPolicy: "Always"
name: "jnlp"
resources:
limits:
memory: "4096Mi"
cpu: "2000m"
requests:
memory: "4096Mi"
cpu: "1000m"
securityContext:
privileged: false
tty: true
volumeMounts:
- mountPath: "/home/jenkins/.m2/toolchains.xml"
name: "m2-dir"
readOnly: true
subPath: "toolchains.xml"
- mountPath: "/home/jenkins/.mavenrc"
name: "m2-dir"
readOnly: true
subPath: ".mavenrc"
- mountPath: "/opt/tools"
name: "volume-0"
readOnly: false
- mountPath: "/home/jenkins"
name: "volume-2"
readOnly: false
- mountPath: "/home/jenkins/.m2/repository"
name: "volume-3"
readOnly: false
- mountPath: "/home/jenkins/.m2/settings-security.xml"
name: "m2-secret-dir"
readOnly: true
subPath: "settings-security.xml"
- mountPath: "/home/jenkins/.m2/wrapper"
name: "volume-4"
readOnly: false
- mountPath: "/home/jenkins/.m2/settings.xml"
name: "m2-secret-dir"
readOnly: true
subPath: "settings.xml"
- mountPath: "/home/jenkins/.ssh"
name: "volume-1"
readOnly: false
- mountPath: "/home/jenkins/agent"
name: "workspace-volume"
readOnly: false
workingDir: "/home/jenkins/agent"
nodeSelector:
beta.kubernetes.io/os: "linux"
restartPolicy: "Never"
securityContext: {}
volumes:
- name: "volume-0"
persistentVolumeClaim:
claimName: "tools-claim-jiro-platform"
readOnly: true
- name: "m2-secret-dir"
secret:
secretName: "m2-secret-dir"
- emptyDir:
medium: ""
name: "volume-2"
- configMap:
name: "m2-dir"
name: "m2-dir"
- configMap:
name: "known-hosts"
name: "volume-1"
- emptyDir:
medium: ""
name: "workspace-volume"
- emptyDir:
medium: ""
name: "volume-4"
- emptyDir:
medium: ""
name: "volume-3"
Building remotely on basic-mpk9q in workspace /home/jenkins/agent/workspace/deploy-eclipse-e4-parent
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[deploy-eclipse-e4-parent] $ /bin/sh -xe /tmp/jenkins16991152616138219936.sh
+ wget http://git.eclipse.org/c/e4/org.eclipse.e4.releng.git/plain/cbi/eclipse-parent/pom.xml
--2021-01-29 04:11:20-- http://git.eclipse.org/c/e4/org.eclipse.e4.releng.git/plain/cbi/eclipse-parent/pom.xml
Resolving git.eclipse.org (git.eclipse.org)... 198.41.30.196
Connecting to git.eclipse.org (git.eclipse.org)|198.41.30.196|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://git.eclipse.org/c/e4/org.eclipse.e4.releng.git/plain/cbi/eclipse-parent/pom.xml [following]
--2021-01-29 04:11:20-- https://git.eclipse.org/c/e4/org.eclipse.e4.releng.git/plain/cbi/eclipse-parent/pom.xml
Connecting to git.eclipse.org (git.eclipse.org)|198.41.30.196|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 14852 (15K) [text/plain]
Saving to: 'pom.xml'
0K .......... .... 100% 322M=0s
2021-01-29 04:11:20 (322 MB/s) - 'pom.xml' saved [14852/14852]
[deploy-eclipse-e4-parent] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/deploy-eclipse-e4-parent/.repository deploy
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_252, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_252-b09/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------< org.eclipse.e4.releng:eclipse-parent >----------------
[INFO] Building eclipse-parent 0.17.0-SNAPSHOT
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ eclipse-parent ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ eclipse-parent ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-eclipse-e4-parent/pom.xml to /home/jenkins/agent/workspace/deploy-eclipse-e4-parent/.repository/org/eclipse/e4/releng/eclipse-parent/0.17.0-SNAPSHOT/eclipse-parent-0.17.0-SNAPSHOT.pom
[INFO]
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ eclipse-parent ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14.608 s
[INFO] Finished at: 2021-01-29T04:11:36Z
[INFO] ------------------------------------------------------------------------
Finished: SUCCESS