Skip to content
StepArgumentsStatus
Start of Pipeline - (2 min 2 sec in block)
echo - (2 ms in self)[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
podTemplate - (2 min 1 sec in block)
podTemplate block - (2 min 1 sec in block)
node - (2 min 1 sec in block)hugo-agent
node block - (54 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (32 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (31 sec in block)
stage - (31 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (31 sec in block)
checkout - (31 sec in self)
withEnv - (22 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (22 sec in block)
stage - (12 sec in block)Checkout www repo
stage block (Checkout www repo) - (10 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (10 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (10 sec in block)
git - (10 sec in self)
stage - (5.3 sec in block)Build website with Hugo
stage block (Build website with Hugo) - (5.3 sec in block)
container - (5.3 sec in block)hugo
container block - (5.3 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (5.1 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (5.1 sec in block)
sh - (2.3 sec in self)hugo -b https://www.eclipse.org/cognicrypt/
stage - (3.6 sec in block)Push to master branch
stage block (Push to master branch) - (3.6 sec in block)
sh - (0.91 sec in self)cp -Rvf hugo/public/* www/
org.jenkinsci.plugins.workflow.steps.PushdStep - (2.7 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (2.7 sec in block)
sshagent - (2.6 sec in block)
sshagent block - (2 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