Skip to content
StepArgumentsStatus
Start of Pipeline - (1 min 50 sec in block)
echo - (2 ms in self)[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
podTemplate - (1 min 50 sec in block)
podTemplate block - (1 min 50 sec in block)
node - (1 min 50 sec in block)hugo-agent
node block - (1 min 4 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (42 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (42 sec in block)
stage - (42 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (42 sec in block)
checkout - (42 sec in self)
withEnv - (21 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (21 sec in block)
stage - (12 sec in block)Checkout www repo
stage block (Checkout www repo) - (12 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (12 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (12 sec in block)
git - (12 sec in self)
stage - (4.5 sec in block)Build website with Hugo
stage block (Build website with Hugo) - (4.5 sec in block)
container - (4.5 sec in block)hugo
container block - (4.4 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (4.4 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (4.4 sec in block)
sh - (4.4 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.7 sec in block)
sh - (1.4 sec in self)cp -Rvf hugo/public/* www/
org.jenkinsci.plugins.workflow.steps.PushdStep - (3.3 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (3.3 sec in block)
sshagent - (3.3 sec in block)
sshagent block - (2.3 sec in block)
sh - (2.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