Started by user Lukas Jungmann Running as Lukas Jungmann Agent basic-pw681 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-pw681" namespace: "eclipselink" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.eclipselink.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-pw681" - 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-pw681" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.eclipselink.svc.cluster.local/eclipselink/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" 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 subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-eclipselink" 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" [EnvInject] - Loading node environment variables. Building remotely on basic-pw681 (basic) in workspace /home/jenkins/agent/workspace/Nexus_Staging [Nexus_Staging] $ /bin/bash -e /tmp/jenkins2909900442481226059.sh --2022-07-27 17:56:11-- https://repo1.maven.org/maven2/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom Resolving repo1.maven.org (repo1.maven.org)... 199.232.196.209, 199.232.192.209 Connecting to repo1.maven.org (repo1.maven.org)|199.232.196.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 14181 (14K) [text/xml] Saving to: ‘pom.xml’ 0K .......... ... 100% 6.69M=0.002s 2022-07-27 17:56:11 (6.69 MB/s) - ‘pom.xml’ saved [14181/14181] Action: list -[ Eclipselink Staging Repository List ]------------------------------------------- [INFO] Scanning for projects... [INFO] [INFO] ----------------------< org.eclipse.ee4j:project >---------------------- [INFO] Building EE4J Project 1.0.7 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:rc-list (default-cli) @ project --- [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.14.21-02 and edition "Professional" [INFO] Getting list of available staging repositories... [INFO] [INFO] ID State Description [INFO] orgeclipsepersistence-1046 CLOSED org.eclipse.persistence:org.eclipse.persistence.parent:4.0.0-M4 [INFO] orgeclipsepersistence-1047 CLOSED org.eclipse.persistence:eclipselink-testbuild-plugin:0.0.1 [INFO] orgeclipsepersistence-1048 CLOSED org.eclipse.persistence:eclipselink-testbuild-plugin:0.0.1 [INFO] orgeclipsepersistence-1049 CLOSED org.eclipse.persistence:eclipselink-testbuild-plugin:0.0.2 [INFO] orgeclipsepersistence-1051 CLOSED org.eclipse.persistence:eclipselink-testbuild-plugin:0.0.3 [INFO] orgeclipsepersistence-1052 CLOSED org.eclipse.persistence:eclipselink-testbuild-plugin:0.0.4 [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 6.697 s [INFO] Finished at: 2022-07-27T17:56:20Z [INFO] ------------------------------------------------------------------------ Finished: SUCCESS