Skip to content
Success

Console Output

Push event to branch master
09:08:55 Connecting to https://api.github.com using eclipse-che4z-bot/****** (GitHub bot (username/token))
Obtained Jenkinsfile from ab33497675cf0dbb81b57ba224bd88d11ca90262
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
All nodes of label ‘explorer-for-endevor_pod_8_master’ are offline
Created Pod: che4z/explorer-for-endevor-pod-8-master-pvktp-pnnqf
[Normal][che4z/explorer-for-endevor-pod-8-master-pvktp-pnnqf][Scheduled] Successfully assigned explorer-for-endevor-pod-8-master-pvktp-pnnqf to osnode-22.eclipse.org
[Normal][che4z/explorer-for-endevor-pod-8-master-pvktp-pnnqf][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" 
[Normal][che4z/explorer-for-endevor-pod-8-master-pvktp-pnnqf][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "volume-known-hosts" 
[Normal][che4z/explorer-for-endevor-pod-8-master-pvktp-pnnqf][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-5tq9c" 
[Normal][che4z/explorer-for-endevor-pod-8-master-pvktp-pnnqf][Pulled] Container image "node:12.10.0-alpine" already present on machine
[Normal][che4z/explorer-for-endevor-pod-8-master-pvktp-pnnqf][Created] Created container
[Normal][che4z/explorer-for-endevor-pod-8-master-pvktp-pnnqf][Started] Started container
[Normal][che4z/explorer-for-endevor-pod-8-master-pvktp-pnnqf][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" already present on machine
[Normal][che4z/explorer-for-endevor-pod-8-master-pvktp-pnnqf][Created] Created container
[Normal][che4z/explorer-for-endevor-pod-8-master-pvktp-pnnqf][Started] Started container
Agent explorer-for-endevor-pod-8-master-pvktp-pnnqf is provisioned from template explorer-for-endevor_pod_8_master-pvktp
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.che4z.svc.cluster.local/che4z/job/endevorExplorer/job/master/8/"
    runUrl: "job/endevorExplorer/job/master/8/"
  labels:
    jenkins: "slave"
    jenkins/label: "explorer-for-endevor_pod_8_master"
  name: "explorer-for-endevor-pod-8-master-pvktp-pnnqf"
spec:
  containers:
  - image: "node:12.10.0-alpine"
    name: "node"
    resources:
      limits:
        memory: "2Gi"
        cpu: "1"
      requests:
        memory: "2Gi"
        cpu: "1"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.che4z.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "explorer-for-endevor-pod-8-master-pvktp-pnnqf"
    - name: "JENKINS_NAME"
      value: "explorer-for-endevor-pod-8-master-pvktp-pnnqf"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.che4z.svc.cluster.local/che4z/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1"
    name: "jnlp"
    resources:
      requests:
        cpu: "100m"
        memory: "256Mi"
    volumeMounts:
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on explorer-for-endevor-pod-8-master-pvktp-pnnqf in /home/jenkins/agent/workspace/endevorExplorer_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse/che-che4z-explorer-for-endevor.git
Avoid second fetch
Checking out Revision ab33497675cf0dbb81b57ba224bd88d11ca90262 (master)
 > git init /home/jenkins/agent/workspace/endevorExplorer_master # timeout=10
Fetching upstream changes from https://github.com/eclipse/che-che4z-explorer-for-endevor.git
 > git --version # timeout=10
 > git --version # 'git version 2.26.2'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse/che-che4z-explorer-for-endevor.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/eclipse/che-che4z-explorer-for-endevor.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ab33497675cf0dbb81b57ba224bd88d11ca90262 # timeout=10
Commit message: "Merge pull request #69 from eclipse/FixVersionAgain"
 > git rev-list --no-walk 7259b34b873d3b253a3efd0c1582ace674f98671 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
09:20:57 [2020-11-13T14:20:57.451Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Install Dependencies)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
09:20:59 [2020-11-13T14:20:59.301Z] + npm ci
09:21:25 [2020-11-13T14:21:25.917Z] added 1022 packages in 22.85s
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Package)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
09:21:27 [2020-11-13T14:21:27.561Z] + npx vsce package
09:21:31 [2020-11-13T14:21:31.797Z] npx: installed 67 in 4.348s
09:21:32 [2020-11-13T14:21:32.060Z] Executing prepublish script 'npm run vscode:prepublish'...
09:21:32 [2020-11-13T14:21:32.060Z] 
09:21:32 [2020-11-13T14:21:32.060Z] > explorer-for-endevor@0.11.0 vscode:prepublish /home/jenkins/agent/workspace/endevorExplorer_master
09:21:32 [2020-11-13T14:21:32.060Z] > npm run compile
09:21:32 [2020-11-13T14:21:32.060Z] 
09:21:32 [2020-11-13T14:21:32.324Z] 
09:21:32 [2020-11-13T14:21:32.325Z] > explorer-for-endevor@0.11.0 compile /home/jenkins/agent/workspace/endevorExplorer_master
09:21:32 [2020-11-13T14:21:32.325Z] > tsc -p ./
09:21:32 [2020-11-13T14:21:32.325Z] 
09:21:42 [2020-11-13T14:21:42.358Z] This extension consists of 2812 files, out of which 2279 are JavaScript files. For performance reasons, you should bundle your extension: https://aka.ms/vscode-bundle-extension . You should also exclude unnecessary files by adding them to your .vscodeignore: https://aka.ms/vscode-vscodeignore
09:21:43 [2020-11-13T14:21:43.751Z]  DONE  Packaged: /home/jenkins/agent/workspace/endevorExplorer_master/explorer-for-endevor-0.11.0.vsix (2812 files, 4.22MB)
[Pipeline] archiveArtifacts
09:21:44 [2020-11-13T14:21:44.035Z] Archiving artifacts
[Pipeline] sh
09:21:49 [2020-11-13T14:21:49.012Z] + mv explorer-for-endevor-0.11.0.vsix explorer-for-endevor_latest.vsix
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sshagent
09:21:49 [2020-11-13T14:21:49.163Z] [ssh-agent] Using credentials genie.che4z (ssh://genie.che4z@projects-storage.eclipse.org)
09:21:49 [2020-11-13T14:21:49.164Z] [ssh-agent] Looking for ssh-agent implementation...
09:21:49 [2020-11-13T14:21:49.319Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
09:21:49 [2020-11-13T14:21:49.383Z] Executing sh script inside container jnlp of pod explorer-for-endevor-pod-8-master-pvktp-pnnqf
09:21:49 [2020-11-13T14:21:49.433Z] Executing command: "ssh-agent" 
09:21:49 [2020-11-13T14:21:49.433Z] exit
09:21:49 [2020-11-13T14:21:49.487Z] SSH_AUTH_SOCK=/tmp/ssh-VdlfzJry802q/agent.327; export SSH_AUTH_SOCK;
09:21:49 [2020-11-13T14:21:49.487Z] SSH_AGENT_PID=328; export SSH_AGENT_PID;
09:21:49 [2020-11-13T14:21:49.487Z] echo Agent pid 328;
09:21:49 [2020-11-13T14:21:49.489Z] SSH_AUTH_SOCK=/tmp/ssh-VdlfzJry802q/agent.327
09:21:49 [2020-11-13T14:21:49.489Z] SSH_AGENT_PID=328
09:21:49 [2020-11-13T14:21:49.508Z] Running ssh-add (command line suppressed)
09:21:50 [2020-11-13T14:21:50.632Z] Identity added: /home/jenkins/agent/workspace/endevorExplorer_master@tmp/private_key_3562348122884666090.key (/home/jenkins/agent/workspace/endevorExplorer_master@tmp/private_key_3562348122884666090.key)
09:21:50 [2020-11-13T14:21:50.645Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
09:21:52 [2020-11-13T14:21:52.279Z] + ssh genie.che4z@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/che4z/snapshots/explorer-for-endevor/master
09:21:52 [2020-11-13T14:21:52.280Z] + ssh genie.che4z@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/che4z/snapshots/explorer-for-endevor/master
09:21:52 [2020-11-13T14:21:52.617Z] + scp -r /home/jenkins/agent/workspace/endevorExplorer_master/explorer-for-endevor_latest.vsix genie.che4z@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/che4z/snapshots/explorer-for-endevor/master
[Pipeline] echo
09:21:52 [2020-11-13T14:21:52.638Z] Deployed to https://download.eclipse.org/che4z/snapshots/explorer-for-endevor/master
[Pipeline] }
09:21:52 [2020-11-13T14:21:52.794Z] Executing sh script inside container jnlp of pod explorer-for-endevor-pod-8-master-pvktp-pnnqf
09:21:53 [2020-11-13T14:21:53.997Z] Executing command: "ssh-agent" "-k" 
09:21:53 [2020-11-13T14:21:53.997Z] exit
09:21:54 [2020-11-13T14:21:54.004Z] unset SSH_AUTH_SOCK;
09:21:54 [2020-11-13T14:21:54.004Z] unset SSH_AGENT_PID;
09:21:54 [2020-11-13T14:21:54.004Z] echo Agent pid 328 killed;
09:21:54 [2020-11-13T14:21:54.005Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS