Skip to content
StepArgumentsStatus
Start of Pipeline - (1 hr 40 min in block)
withEnv - (1 hr 40 min in block)branchName
withEnv block - (1 hr 40 min in block)
timestamps - (1 hr 40 min in block)
timestamps block - (1 hr 40 min in block)
timeout - (1 hr 40 min in block)
timeout block - (1 hr 40 min in block)
stage - (1 hr 40 min in block)Build a package
stage block (Build a package) - (1 hr 40 min in block)
podTemplate - (1 hr 40 min in block)
podTemplate block - (1 hr 40 min in block)
node - (1 hr 40 min in block)LSP_for_COBOL_remove-old-mapping_10-743wq
node block - (16 min in block)
stage - (40 sec in block)Checkout
stage block (Checkout) - (40 sec in block)
deleteDir - (0.27 sec in self)
checkout - (40 sec in self)
stage - (11 min in block)Build LSP server part
stage block (Build LSP server part) - (11 min in block)
container - (11 min in block)maven
container block - (11 min in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (11 min in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (11 min in block)
withMaven - (11 min in block)
withMaven block - (10 min in block)
sh - (2.5 sec in self)mvn -version
sh - (10 min in self)mvn clean verify --no-transfer-progress
sh - (0.53 sec in self)cp engine/target/server.jar $WORKSPACE/clients/cobol-lsp-vscode-extension/server/jar/
sh - (0.53 sec in self)cp dialect-daco/target/dialect-daco.jar $WORKSPACE/clients/cobol-lsp-vscode-extension/server/jar/dialects/
sh - (0.54 sec in self)cp dialect-idms/target/dialect-idms.jar $WORKSPACE/clients/cobol-lsp-vscode-extension/server/jar/dialects/
stage - (1 min 50 sec in block)SonarCloud analysis-Server
stage block (SonarCloud analysis-Server) - (1 min 49 sec in block)
container - (1 min 49 sec in block)maven
container block - (1 min 49 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (1 min 49 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1 min 49 sec in block)
withCredentials - (1 min 49 sec in block)
withCredentials block - (1 min 49 sec in block)
sh - (1 min 49 sec in self)mvn sonar:sonar -Dsonar.projectKey=eclipse_che-che4z-lsp-for-cobol -Dsonar.organization=eclipse -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=${SONARCLOUD_TOKEN} -Dsonar.branch.name=${BRANCH_NAME} --no-transfer-progress
stage - (34 sec in block)Client - Install dependencies
stage block (Client - Install dependencies) - (34 sec in block)
withEnv - (34 sec in block)npm_config_cache
withEnv block - (34 sec in block)
container - (34 sec in block)node
container block - (34 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (34 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (34 sec in block)
sh - (33 sec in self)npm ci --ignore-scripts
sh - (1.3 sec in self)npm run postinstall
stage - (24 sec in block)Client - Unit tests
stage block (Client - Unit tests) - (24 sec in block)
withEnv - (24 sec in block)npm_config_cache
withEnv block - (24 sec in block)
container - (24 sec in block)node
container block - (24 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (24 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (24 sec in block)
sh - (24 sec in self)npm run coverage
stage - (0.68 sec in block)Client - Change version
stage block (Client - Change version) - (0.66 sec in block)
withEnv - (0.59 sec in block)buildIdentifier
withEnv block - (0.58 sec in block)
container - (0.56 sec in block)node
container block - (0.55 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (0.54 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (0.53 sec in block)
sh - (0.52 sec in self)sed -i "s/\"version\": \"\(.*\)\"/\"version\": \"\1+$buildIdentifier\"/g" package.json
stage - (37 ms in block)Update telemetry key
stage block (Update telemetry key) - (19 ms in block)
stage - (13 sec in block)Client - Package
stage block (Client - Package) - (13 sec in block)
withEnv - (13 sec in block)npm_config_cache
withEnv block - (13 sec in block)
container - (13 sec in block)node
container block - (13 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (13 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (13 sec in block)
sh - (7.5 sec in self)npm run package
archiveArtifacts - (5.9 sec in self)*.vsix
stage - (1 min 25 sec in block)SonarCloud analysis-Client
stage block (SonarCloud analysis-Client) - (1 min 25 sec in block)
withEnv - (1 min 25 sec in block)SONAR_BINARY_CACHE, npm_config_cache
withEnv block - (1 min 25 sec in block)
container - (1 min 25 sec in block)node
container block - (1 min 25 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (1 min 25 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1 min 25 sec in block)
sh - (14 sec in self)npm i sonarqube-scanner
withCredentials - (1 min 11 sec in block)
withCredentials block - (1 min 11 sec in block)
sh - (1 min 11 sec in self)node_modules/sonarqube-scanner/src/bin/sonar-scanner -Dsonar.projectKey=com.ca.lsp:com.ca.lsp.cobol -Dsonar.organization=eclipse -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=${SONARCLOUD_TOKEN} -Dsonar.branch.name=${BRANCH_NAME}