Skip to content
Success

Console Output

Push event to branch development
04:52:54 Connecting to https://api.github.com using eclipse-che4z-bot/****** (GitHub bot)
Obtained Jenkinsfile from d1a24e9724d42e41a7b7d4885286ddc4e5d14d45
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 on ‘explorer-for-zos-pod’
Agent explorer-for-zos-pod-zt7v4-2fjrh is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.che4z.svc.cluster.local/che4z/job/che-che4z-explorer-for-zos/job/cicd/7/"
  labels:
    jenkins: "slave"
    jenkins/explorer-for-zos-pod: "true"
  name: "explorer-for-zos-pod-zt7v4-2fjrh"
spec:
  containers:
  - image: "node:12.10.0-alpine"
    name: "node"
    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-zos-pod-zt7v4-2fjrh"
    - name: "JENKINS_NAME"
      value: "explorer-for-zos-pod-zt7v4-2fjrh"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.che4z.svc.cluster.local/che4z/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/jenkins-agent:3.29@sha256:3dbc231fbe975b5e9ce83f5ea55d0456963e4cc1b21fb4e63e742eabcf16a807"
    name: "jnlp"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector: {}
  restartPolicy: "Never"
  volumes:
  - emptyDir: {}
    name: "workspace-volume"

Running on explorer-for-zos-pod-zt7v4-2fjrh in /home/jenkins/agent/workspace/e4z-explorer-for-zos_development
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
using credential d2420725-a9c8-4baa-b65f-2e6c0c84e22d
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse/che-che4z-explorer-for-zos.git
 > git init /home/jenkins/agent/workspace/e4z-explorer-for-zos_development # timeout=10
Fetching upstream changes from https://github.com/eclipse/che-che4z-explorer-for-zos.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub bot
 > git fetch --no-tags --force --progress https://github.com/eclipse/che-che4z-explorer-for-zos.git +refs/heads/development:refs/remotes/origin/development
Fetching without tags
Checking out Revision d1a24e9724d42e41a7b7d4885286ddc4e5d14d45 (development)
 > git config remote.origin.url https://github.com/eclipse/che-che4z-explorer-for-zos.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/development:refs/remotes/origin/development # timeout=10
 > git config remote.origin.url https://github.com/eclipse/che-che4z-explorer-for-zos.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/che-che4z-explorer-for-zos.git
using GIT_ASKPASS to set credentials GitHub bot
 > git fetch --no-tags --force --progress https://github.com/eclipse/che-che4z-explorer-for-zos.git +refs/heads/development:refs/remotes/origin/development
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d1a24e9724d42e41a7b7d4885286ddc4e5d14d45
Commit message: "Merge pull request #96 from eclipse/sep20"
 > git rev-list --no-walk 6a8831d99677a55d9b3aadab05d2e2d708d14d14 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Compile & Test)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ npm ci

> fsevents@1.2.9 install /home/jenkins/agent/workspace/e4z-explorer-for-zos_development/node_modules/fsevents
> node install


> zosexplorer@0.8.0 postinstall /home/jenkins/agent/workspace/e4z-explorer-for-zos_development
> node ./node_modules/vscode/bin/install

Detected VS Code engine version: ^1.32.0
Found minimal version that qualifies engine range: 1.32.0
Fetching vscode.d.ts from: https://raw.githubusercontent.com/Microsoft/vscode/507312a3e3b34b084b467dfd983263bc7c9d87e0/src/vs/vscode.d.ts
vscode.d.ts successfully installed!

added 788 packages in 46.184s
[Pipeline] sh
+ npm test

> zosexplorer@0.8.0 test /home/jenkins/agent/workspace/e4z-explorer-for-zos_development
> jest -w 1

PASS src/__tests__/DatasetDataProvider.test.ts (20.097s)
PASS src/__tests__/utils.test.ts
PASS src/__tests__/datasetEditManager.test.ts
PASS src/__tests__/DatasetCache.test.ts
PASS src/__tests__/DeleteMember.test.ts
PASS src/__tests__/AllocateLikeCmd.test.ts
PASS src/__tests__/PasteMember.test.ts
PASS src/__tests__/DatasetService.test.ts
PASS src/__tests__/SettingsFacade.test.ts
PASS src/__tests__/BrowseMember.test.ts
PASS src/__tests__/CopyPasteService.test.ts
PASS src/__tests__/EditConnection.test.ts
PASS src/__tests__/createMember.test.ts
PASS src/__tests__/EditFilter.test.ts
PASS src/__tests__/CopyMember.test.ts
PASS src/__tests__/CreateConnection.test.ts
PASS src/__tests__/DeleteFilterCmd.test.ts
PASS src/__tests__/extension.test.ts
PASS src/__tests__/DeleteConnection.test.ts
PASS src/__tests__/RefreshConnection.test.ts
PASS src/__tests__/CreateFilter.test.ts
-------------------------|----------|----------|----------|----------|-------------------|
File                     |  % Stmts | % Branch |  % Funcs |  % Lines | Uncovered Line #s |
-------------------------|----------|----------|----------|----------|-------------------|
All files                |    78.35 |    60.47 |    64.18 |    78.08 |                   |
 src                     |    77.95 |    76.12 |    27.27 |    77.84 |                   |
  constants.ts           |      100 |      100 |      100 |      100 |                   |
  extension.ts           |     62.5 |        0 |     6.25 |     62.5 |... 57,158,162,163 |
  utils.ts               |    88.07 |    78.46 |    83.33 |    87.96 |... 25,227,228,229 |
 src/commands            |    90.09 |     74.6 |    77.14 |    90.09 |                   |
  AllocateLikeDataset.ts |    84.38 |     87.5 |    85.71 |    84.38 |   56,64,65,91,112 |
  BrowseMember.ts        |      100 |      100 |      100 |      100 |                   |
  CopyMember.ts          |      100 |      100 |      100 |      100 |                   |
  CreateConnection.ts    |    76.19 |       50 |    33.33 |    76.19 |    23,24,26,28,35 |
  CreateFilter.ts        |    88.89 |       50 |       50 |    88.89 |                26 |
  CreateMember.ts        |       84 |       50 |       80 |       84 |       32,37,38,77 |
  DeleteConnection.ts    |     87.5 |       50 |      100 |     87.5 |                20 |
  DeleteFilter.ts        |      100 |       75 |      100 |      100 |                23 |
  DeleteMember.ts        |    95.45 |    83.33 |      100 |    95.45 |                40 |
  EditConnection.ts      |    94.74 |     62.5 |       50 |    94.74 |                24 |
  EditFilter.ts          |    92.31 |      100 |       50 |    92.31 |                33 |
  PasteMember.ts         |    90.91 |    83.33 |    66.67 |    90.91 |             37,59 |
  RefreshConnection.ts   |      100 |      100 |      100 |      100 |                   |
 src/model               |      100 |      100 |      100 |      100 |                   |
  DSEntities.ts          |      100 |      100 |      100 |      100 |                   |
 src/service             |    66.22 |    43.62 |    69.23 |    65.85 |                   |
  CopyPasteService.ts    |       95 |      100 |    85.71 |    94.74 |                63 |
  CredentialsService.ts  |       50 |      100 |        0 |       50 |          29,33,36 |
  DatasetCache.ts        |    72.97 |    52.83 |    81.25 |    72.97 |... 46,147,148,171 |
  DatasetEditManager.ts  |    63.56 |     33.9 |    73.91 |    63.56 |... 39,344,348,352 |
  DatasetService.ts      |    95.24 |       50 |      100 |       95 |                72 |
  SettingsFacade.ts      |    93.51 |    65.79 |      100 |    93.33 |69,114,134,155,169 |
  ZoweRestClient.ts      |     7.02 |        0 |     6.25 |     7.02 |... 78,192,193,195 |
 src/ui/tree             |    88.66 |    77.61 |    86.67 |    88.24 |                   |
  DatasetDataProvider.ts |    84.29 |    76.92 |    76.47 |    84.29 |... 81,288,289,290 |
  DatasetTreeModel.ts    |      100 |      100 |      100 |      100 |                   |
-------------------------|----------|----------|----------|----------|-------------------|

Test Suites: 21 passed, 21 total
Tests:       120 passed, 120 total
Snapshots:   0 total
Time:        45.401s
Ran all test suites.
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[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