Skip to content
Success

Console Output

Started by user Felix Dorner
Replayed #18
Running as Felix Dorner
06:11:03 Connecting to https://api.github.com using eclipse-capella-bot/****** (GitHub bot)
Obtained Jenkinsfile from b078c722eb35c459f34f35c6dc5b4d813f2c23fc
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library capella-pipeline-library@master
Examining felixdo/capella-pipeline-library
Attempting to resolve master as a branch
Resolved master as branch master at revision 387769ab3cf3a11319b3520b39f5be9e85688a90
using credential github-bot
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/felixdo/capella-pipeline-library.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/felixdo/capella-pipeline-library.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub bot
 > git fetch --no-tags --force --progress -- https://github.com/felixdo/capella-pipeline-library.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 387769ab3cf3a11319b3520b39f5be9e85688a90 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 387769ab3cf3a11319b3520b39f5be9e85688a90 # timeout=10
Commit message: "Add nightly deploy step for capellaAddon"
 > git rev-list --no-walk 387769ab3cf3a11319b3520b39f5be9e85688a90 # timeout=10
Replacing contents of vars/log.groovy
Replacing contents of vars/capella.groovy
Replacing contents of vars/capellaAddon.groovy
Replacing contents of vars/eclipse.groovy
[Pipeline] Start of Pipeline
[Pipeline] node
Agent migration-agent-r92m4 is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: "migration"
  name: "migration-agent-r92m4"
spec:
  containers:
  - env:
    - name: "MAVEN_OPTS"
      value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.capella.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "migration-agent-r92m4"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "migration-agent-r92m4"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.capella.svc.cluster.local/capella/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/migration-fat-agent:3.29@sha256:a341be4b6509400aaa18081d86f66239ceb93897059386120ef6633aa378931f"
    imagePullPolicy: "IfNotPresent"
    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: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - 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: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      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: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-capella"
      readOnly: true
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on migration-agent-r92m4 in /home/jenkins/agent/workspace/capella-addon-vpms_v1.3.x
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Publish Nightly)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials genie.capella (ssh://genie.capella@projects-storage.eclipse.org)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-uO0uEHk5znui/agent.52
SSH_AGENT_PID=54
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/capella-addon-vpms_v1.3.x@tmp/private_key_6907340561445143466.key (/home/jenkins/agent/workspace/capella-addon-vpms_v1.3.x@tmp/private_key_6907340561445143466.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ echo ../capella-releng-parent/scripts/deployAddonNightly.sh -n vpms -b test123
../capella-releng-parent/scripts/deployAddonNightly.sh -n vpms -b test123
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 54 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

Could not update commit status, please check if your scan credentials belong to a member of the organization or a collaborator of the repository and repo:status scope is selected


GitHub has been notified of this commit’s build result

Finished: SUCCESS