Skip to content
StepArgumentsStatus
Start of Pipeline - (11 min in block)
echo - (1 ms in self)[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
podTemplate - (11 min in block)
podTemplate block - (11 min in block)
node - (11 min in block)wildwebdeveloper-buildtest-pod
node block - (11 min in block)
stage - (23 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (23 sec in block)
checkout - (23 sec in self)
withEnv - (11 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (11 min in block)
withEnv - (11 min in block)MAVEN_OPTS, NPM_CONFIG_USERCONFIG, GITHUB_API_CREDENTIALS_ID
withEnv block - (11 min in block)
timeout - (11 min in block)
timeout block - (11 min in block)
stage - (4.1 sec in block)Prepare-environment
stage block (Prepare-environment) - (4.1 sec in block)
container - (3.9 sec in block)container
container block - (3.9 sec in block)
sh - (0.97 sec in self)java -version
sh - (0.6 sec in self)mvn --version
sh - (0.68 sec in self)node --version
sh - (0.81 sec in self)npm --version
sh - (0.9 sec in self)npm config set cache="$WORKSPACE/npm-cache"
stage - (10 min in block)Build
stage block (Build) - (10 min in block)
container - (9 min 25 sec in block)container
container block - (9 min 25 sec in block)
withCredentials - (9 min 25 sec in block)
withCredentials block - (9 min 25 sec in block)
xvnc - (9 min 23 sec in block)true
xvnc block - (9 min 21 sec in block)
sh - (9 min 21 sec in self)mvn clean verify -B -fae -Dtycho.disableP2Mirrors=true -Ddownload.cache.skip=true -Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true -Psign -Dmaven.repo.local=/home/jenkins/agent/workspace/Wildwebdeveloper_master/.m2/repository -Dgithub.api.token="${GITHUB_API_TOKEN}"
junit - (2.8 sec in self)*/target/surefire-reports/TEST-*.xml
archiveArtifacts - (1 min 20 sec in self)repository/target/repository/**,*/target/work/configuration/*.log,*/target/work/data/.metadata/.log,*/target/work/data/languageServers-log/**,org.eclipse.wildwebdeveloper/target/chrome-debug-adapter/chromeDebugAdapter.zip
stage - (13 sec in block)Deploy
stage block (Deploy) - (13 sec in block)
sshagent - (12 sec in block)
sshagent block - (11 sec in block)
sh - (11 sec in self) ssh genie.wildwebdeveloper@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/wildwebdeveloper/snapshots ssh genie.wildwebdeveloper@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/wildwebdeveloper/snapshots scp -r repository/target/repository/* genie.wildwebdeveloper@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/wildwebdeveloper/snapshots