Skip to content
Success

Console Output

Push event to branch master
04:00:20 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from d909a34de53b48454c359d5ce75f1ad7b00b3b3a
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] echo
[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes che4z/explorer-for-endevor-pod-23-master-kmklw-852zg
[Normal][che4z/explorer-for-endevor-pod-23-master-kmklw-852zg][Scheduled] Successfully assigned che4z/explorer-for-endevor-pod-23-master-kmklw-852zg to okdnode-13
[Normal][che4z/explorer-for-endevor-pod-23-master-kmklw-852zg][AddedInterface] Add eth0 [10.40.28.210/23]
[Normal][che4z/explorer-for-endevor-pod-23-master-kmklw-852zg][Pulling] Pulling image "node:12.10.0-alpine"
[Normal][che4z/explorer-for-endevor-pod-23-master-kmklw-852zg][Pulled] Successfully pulled image "node:12.10.0-alpine" in 5.766372435s
[Normal][che4z/explorer-for-endevor-pod-23-master-kmklw-852zg][Created] Created container node
[Normal][che4z/explorer-for-endevor-pod-23-master-kmklw-852zg][Started] Started container node
[Normal][che4z/explorer-for-endevor-pod-23-master-kmklw-852zg][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" already present on machine
[Normal][che4z/explorer-for-endevor-pod-23-master-kmklw-852zg][Created] Created container jnlp
[Normal][che4z/explorer-for-endevor-pod-23-master-kmklw-852zg][Started] Started container jnlp
Still waiting to schedule task
‘explorer-for-endevor-pod-23-master-kmklw-852zg’ is offline
Agent explorer-for-endevor-pod-23-master-kmklw-852zg is provisioned from template explorer-for-endevor_pod_23_master-kmklw
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.che4z.svc.cluster.local/che4z/job/endevorExplorer/job/master/23/"
    runUrl: "job/endevorExplorer/job/master/23/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "618fdef5a033a382297200dfc48036d9d1864a5f"
    jenkins/label: "explorer-for-endevor_pod_23_master"
  name: "explorer-for-endevor-pod-23-master-kmklw-852zg"
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-23-master-kmklw-852zg"
    - name: "JENKINS_NAME"
      value: "explorer-for-endevor-pod-23-master-kmklw-852zg"
    - 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.5"
    name: "jnlp"
    resources:
      limits: {}
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on explorer-for-endevor-pod-23-master-kmklw-852zg 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
 > 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.20.1'
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
Avoid second fetch
Checking out Revision d909a34de53b48454c359d5ce75f1ad7b00b3b3a (master)
 > 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 d909a34de53b48454c359d5ce75f1ad7b00b3b3a # timeout=10
Commit message: "Merge pull request #138 from eclipse/compare-feature-and-cli-dep-removing"
 > git rev-list --no-walk 084b8033f7df10c9048e9f8ec2632a3d698c6a1e # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
04:01:23 [2021-07-09T08:01:23.345Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Install Dependencies)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
04:01:24 [2021-07-09T08:01:24.281Z] + npm ci
04:02:32 [2021-07-09T08:02:32.629Z] 
04:02:32 [2021-07-09T08:02:32.629Z] > fsevents@1.2.13 install /home/jenkins/agent/workspace/endevorExplorer_master/node_modules/watchpack-chokidar2/node_modules/fsevents
04:02:32 [2021-07-09T08:02:32.629Z] > node install.js
04:02:32 [2021-07-09T08:02:32.629Z] 
04:02:32 [2021-07-09T08:02:32.629Z] 
04:02:32 [2021-07-09T08:02:32.629Z] Skipping 'fsevents' build as platform linux is not supported
04:02:32 [2021-07-09T08:02:32.629Z] added 1460 packages in 66.539s
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Package)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
04:02:33 [2021-07-09T08:02:33.811Z] + npx vsce package
04:02:34 [2021-07-09T08:02:34.170Z]  INFO  Detected presence of yarn.lock. Using 'yarn' instead of 'npm' (to override this pass '--no-yarn' on the command line).
04:02:39 [2021-07-09T08:02:39.754Z]  DONE  Packaged: /home/jenkins/agent/workspace/endevorExplorer_master/explorer-for-endevor-0.13.0.vsix (4 files, 7.76KB)
[Pipeline] archiveArtifacts
04:02:39 [2021-07-09T08:02:39.765Z] Archiving artifacts
[Pipeline] sh
04:02:42 [2021-07-09T08:02:42.489Z] + mv explorer-for-endevor-0.13.0.vsix explorer-for-endevor_latest.vsix
[Pipeline] }
[Pipeline] // container
[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