Skip to content
StepArgumentsStatus
Start of Pipeline - (1 min 25 sec in block)
echo - (22 ms in self)[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
podTemplate - (1 min 19 sec in block)
podTemplate block - (1 min 18 sec in block)
node - (1 min 18 sec in block)hugo-agent
node block - (50 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (37 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (37 sec in block)
stage - (36 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (36 sec in block)
checkout - (36 sec in self)
withEnv - (13 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_URL
withEnv block - (13 sec in block)
stage - (9.3 sec in block)Checkout www repo
stage block (Checkout www repo) - (9.3 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (9.2 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (9.1 sec in block)
git - (9.1 sec in self)
stage - (2 sec in block)Build website with Hugo
stage block (Build website with Hugo) - (2 sec in block)
container - (1.9 sec in block)hugo
container block - (1.9 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (1.8 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1.8 sec in block)
sh - (1.8 sec in self)hugo -b https://www.eclipse.org/cognicrypt/
stage - (1.6 sec in block)Push to master branch
stage block (Push to master branch) - (1.6 sec in block)
sh - (0.44 sec in self)cp -Rvf hugo/public/* www/
org.jenkinsci.plugins.workflow.steps.PushdStep - (1.1 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1.1 sec in block)
sshagent - (1.1 sec in block)
sshagent block - (0.67 sec in block)
sh - (0.66 sec in self) git add -A if ! git diff --cached --exit-code; then echo "Changes have been detected, publishing to repo 'www.eclipse.org/cognicrypt'" git config --global user.email "cognicrypt-bot@eclipse.org" git config --global user.name "Cognicrypt Bot" git commit -m "Website build ${JOB_NAME}-${BUILD_NUMBER}" git log --graph --abbrev-commit --date=relative -n 5 git push origin HEAD:master else echo "No change have been detected since last build, nothing to publish" fi