Skip to content
Success

Console Output

Push event to branch Release-0.11.0
04:33:53 Connecting to https://api.github.com using eclipse-che4z-bot/****** (GitHub bot (username/token))
Obtained Jenkinsfile from cff1d987fa576044609cd67e666dcc4992d43f95
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Created Pod: che4z/explorer-for-endevor-pod-3-release-0.11.0-j6jvn-4x7kq
[Normal][che4z/explorer-for-endevor-pod-3-release-0.11.0-j6jvn-4x7kq][Scheduled] Successfully assigned explorer-for-endevor-pod-3-release-0.11.0-j6jvn-4x7kq to osnode-18.eclipse.org
[Normal][che4z/explorer-for-endevor-pod-3-release-0.11.0-j6jvn-4x7kq][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" 
[Normal][che4z/explorer-for-endevor-pod-3-release-0.11.0-j6jvn-4x7kq][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "volume-known-hosts" 
[Normal][che4z/explorer-for-endevor-pod-3-release-0.11.0-j6jvn-4x7kq][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-5tq9c" 
[Normal][che4z/explorer-for-endevor-pod-3-release-0.11.0-j6jvn-4x7kq][Pulled] Container image "node:12.10.0-alpine" already present on machine
[Normal][che4z/explorer-for-endevor-pod-3-release-0.11.0-j6jvn-4x7kq][Created] Created container
[Normal][che4z/explorer-for-endevor-pod-3-release-0.11.0-j6jvn-4x7kq][Started] Started container
[Normal][che4z/explorer-for-endevor-pod-3-release-0.11.0-j6jvn-4x7kq][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" already present on machine
[Normal][che4z/explorer-for-endevor-pod-3-release-0.11.0-j6jvn-4x7kq][Created] Created container
[Normal][che4z/explorer-for-endevor-pod-3-release-0.11.0-j6jvn-4x7kq][Started] Started container
Agent explorer-for-endevor-pod-3-release-0.11.0-j6jvn-4x7kq is provisioned from template explorer-for-endevor_pod_3_Release-0.11.0-j6jvn
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.che4z.svc.cluster.local/che4z/job/endevorExplorer/job/Release-0.11.0/3/"
    runUrl: "job/endevorExplorer/job/Release-0.11.0/3/"
  labels:
    jenkins: "slave"
    jenkins/label: "explorer-for-endevor_pod_3_Release-0.11.0"
  name: "explorer-for-endevor-pod-3-release-0.11.0-j6jvn-4x7kq"
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-3-release-0.11.0-j6jvn-4x7kq"
    - name: "JENKINS_NAME"
      value: "explorer-for-endevor-pod-3-release-0.11.0-j6jvn-4x7kq"
    - 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-3-release-0.11.0-j6jvn-4x7kq in /home/jenkins/agent/workspace/endevorExplorer_Release-0.11.0
[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
 > git init /home/jenkins/agent/workspace/endevorExplorer_Release-0.11.0 # 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/Release-0.11.0:refs/remotes/origin/Release-0.11.0 # timeout=10
Avoid second fetch
Checking out Revision cff1d987fa576044609cd67e666dcc4992d43f95 (Release-0.11.0)
 > 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/Release-0.11.0:refs/remotes/origin/Release-0.11.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cff1d987fa576044609cd67e666dcc4992d43f95 # timeout=10
Commit message: "delete bold"
 > git rev-list --no-walk 6fe2c1b3c5d05f00abff113bf760518bed056870 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
04:35:06 [2020-11-13T09:35:06.545Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Install Dependencies)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
04:35:08 [2020-11-13T09:35:08.533Z] + npm ci
04:35:26 [2020-11-13T09:35:26.702Z] added 1022 packages in 14.4s
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Package)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
04:35:28 [2020-11-13T09:35:28.305Z] + npx vsce package
04:35:32 [2020-11-13T09:35:32.533Z] npx: installed 67 in 4.182s
04:35:32 [2020-11-13T09:35:32.533Z] Executing prepublish script 'npm run vscode:prepublish'...
04:35:32 [2020-11-13T09:35:32.795Z] 
04:35:32 [2020-11-13T09:35:32.795Z] > explorer-for-endevor@0.10.0 vscode:prepublish /home/jenkins/agent/workspace/endevorExplorer_Release-0.11.0
04:35:32 [2020-11-13T09:35:32.795Z] > npm run compile
04:35:32 [2020-11-13T09:35:32.795Z] 
04:35:32 [2020-11-13T09:35:32.795Z] 
04:35:32 [2020-11-13T09:35:32.795Z] > explorer-for-endevor@0.10.0 compile /home/jenkins/agent/workspace/endevorExplorer_Release-0.11.0
04:35:32 [2020-11-13T09:35:32.795Z] > tsc -p ./
04:35:32 [2020-11-13T09:35:32.795Z] 
04:35:42 [2020-11-13T09:35:42.827Z] 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
04:35:44 [2020-11-13T09:35:44.223Z]  DONE  Packaged: /home/jenkins/agent/workspace/endevorExplorer_Release-0.11.0/explorer-for-endevor-0.10.0.vsix (2812 files, 4.22MB)
[Pipeline] archiveArtifacts
04:35:44 [2020-11-13T09:35:44.506Z] Archiving artifacts
[Pipeline] sh
04:35:49 [2020-11-13T09:35:49.252Z] + mv explorer-for-endevor-0.10.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] echo
04:35:49 [2020-11-13T09:35:49.385Z] Deployment skipped for branch: Release-0.11.0
[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