Skip to content
StepArgumentsStatus
Start of Pipeline - (2 min 7 sec in block)
echo - (3 ms in self)[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
podTemplate - (2 min 7 sec in block)
podTemplate block - (2 min 7 sec in block)
node - (2 min 7 sec in block)hugo-agent
node block - (1 min 9 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (43 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (43 sec in block)
stage - (43 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (43 sec in block)
checkout - (43 sec in self)
withEnv - (26 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (26 sec in block)
stage - (15 sec in block)Checkout www repo
stage block (Checkout www repo) - (14 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (14 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (14 sec in block)
git - (13 sec in self)
stage - (6.6 sec in block)Build website with Hugo
stage block (Build website with Hugo) - (6.6 sec in block)
container - (5.9 sec in block)hugo
container block - (5.9 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (4.1 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (4.1 sec in block)
sh - (4.1 sec in self)hugo -b https://www.eclipse.org/cognicrypt/
stage - (4.7 sec in block)Push to master branch
stage block (Push to master branch) - (4.5 sec in block)
sh - (1.3 sec in self)cp -Rvf hugo/public/* www/
org.jenkinsci.plugins.workflow.steps.PushdStep - (3.2 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (3.2 sec in block)
sshagent - (3.1 sec in block)
sshagent block - (2.1 sec in block)
sh - (2 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