Skip to content
Success

Console Output

Push event to branch gh-actions-pipeline
12:33:35 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from 145f83c159dbb369e292fa687ecfe5996afb58c1
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-10-gh-actions-pipeline-218kj-z1btn
[Normal][che4z/explorer-for-endevor-pod-10-gh-actions-pipeline-218kj-z1btn][Scheduled] Successfully assigned che4z/explorer-for-endevor-pod-10-gh-actions-pipeline-218kj-z1btn to okdnode-27
[Normal][che4z/explorer-for-endevor-pod-10-gh-actions-pipeline-218kj-z1btn][AddedInterface] Add eth0 [10.40.50.74/23]
[Normal][che4z/explorer-for-endevor-pod-10-gh-actions-pipeline-218kj-z1btn][Pulling] Pulling image "node:12.10.0-alpine"
Still waiting to schedule task
‘explorer-for-endevor-pod-10-gh-actions-pipeline-218kj-z1btn’ is offline
[Normal][che4z/explorer-for-endevor-pod-10-gh-actions-pipeline-218kj-z1btn][Pulled] Successfully pulled image "node:12.10.0-alpine" in 11.823730749s
[Normal][che4z/explorer-for-endevor-pod-10-gh-actions-pipeline-218kj-z1btn][Created] Created container node
[Normal][che4z/explorer-for-endevor-pod-10-gh-actions-pipeline-218kj-z1btn][Started] Started container node
[Normal][che4z/explorer-for-endevor-pod-10-gh-actions-pipeline-218kj-z1btn][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" already present on machine
[Normal][che4z/explorer-for-endevor-pod-10-gh-actions-pipeline-218kj-z1btn][Created] Created container jnlp
[Normal][che4z/explorer-for-endevor-pod-10-gh-actions-pipeline-218kj-z1btn][Started] Started container jnlp
Agent explorer-for-endevor-pod-10-gh-actions-pipeline-218kj-z1btn is provisioned from template explorer-for-endevor_pod_10_gh-actions-pipeline-218kj
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.che4z.svc.cluster.local/che4z/job/endevorExplorer/job/gh-actions-pipeline/10/"
    runUrl: "job/endevorExplorer/job/gh-actions-pipeline/10/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "354151e66e099f9492afcb44529e674bbaec028f"
    jenkins/label: "explorer-for-endevor_pod_10_gh-actions-pipeline"
  name: "explorer-for-endevor-pod-10-gh-actions-pipeline-218kj-z1btn"
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-10-gh-actions-pipeline-218kj-z1btn"
    - name: "JENKINS_NAME"
      value: "explorer-for-endevor-pod-10-gh-actions-pipeline-218kj-z1btn"
    - 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-10-gh-actions-pipeline-218kj-z1btn in /home/jenkins/agent/workspace/evorExplorer_gh-actions-pipeline
[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/evorExplorer_gh-actions-pipeline # 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/gh-actions-pipeline:refs/remotes/origin/gh-actions-pipeline # timeout=10
Avoid second fetch
Checking out Revision 145f83c159dbb369e292fa687ecfe5996afb58c1 (gh-actions-pipeline)
 > 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/gh-actions-pipeline:refs/remotes/origin/gh-actions-pipeline # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 145f83c159dbb369e292fa687ecfe5996afb58c1 # timeout=10
Commit message: "wip"
 > git rev-list --no-walk d6d7336471d304cd8a9d72b2990372b38cf439f0 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
12:34:22 [2021-07-12T16:34:22.976Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Install Dependencies)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
12:34:23 [2021-07-12T16:34:23.560Z] + npm ci
12:35:44 [2021-07-12T16:35:44.976Z] 
12:35:44 [2021-07-12T16:35:44.976Z] > fsevents@1.2.13 install /home/jenkins/agent/workspace/evorExplorer_gh-actions-pipeline/node_modules/watchpack-chokidar2/node_modules/fsevents
12:35:44 [2021-07-12T16:35:44.977Z] > node install.js
12:35:44 [2021-07-12T16:35:44.977Z] 
12:35:44 [2021-07-12T16:35:44.977Z] 
12:35:44 [2021-07-12T16:35:44.977Z] Skipping 'fsevents' build as platform linux is not supported
12:35:44 [2021-07-12T16:35:44.977Z] added 1460 packages in 76.115s
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Package)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
12:35:48 [2021-07-12T16:35:48.109Z] + npx vsce package
12:35:48 [2021-07-12T16:35:48.110Z]  INFO  Detected presence of yarn.lock. Using 'yarn' instead of 'npm' (to override this pass '--no-yarn' on the command line).
12:35:51 [2021-07-12T16:35:51.388Z]  DONE  Packaged: /home/jenkins/agent/workspace/evorExplorer_gh-actions-pipeline/explorer-for-endevor-0.13.0.vsix (4 files, 7.76KB)
[Pipeline] archiveArtifacts
12:35:51 [2021-07-12T16:35:51.397Z] Archiving artifacts
[Pipeline] sh
12:35:53 [2021-07-12T16:35:53.169Z] + 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