Skip to content
StepArgumentsStatus
Start of Pipeline - (1 min 46 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 46 sec in block)
podTemplate block - (1 min 46 sec in block)
node - (1 min 46 sec in block)hugo-agent
node block - (41 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (30 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (30 sec in block)
stage - (30 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (30 sec in block)
checkout - (29 sec in self)
withEnv - (10 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (10 sec in block)
stage - (7.1 sec in block)Checkout www repo
stage block (Checkout www repo) - (7 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (7 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (7 sec in block)
git - (7 sec in self)
stage - (1.8 sec in block)Build website with Hugo
stage block (Build website with Hugo) - (1.8 sec in block)
container - (1.8 sec in block)hugo
container block - (1.8 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.8 sec in block)Push to master branch
stage block (Push to master branch) - (1.7 sec in block)
sh - (0.43 sec in self)cp -Rvf hugo/public/* www/
org.jenkinsci.plugins.workflow.steps.PushdStep - (1.3 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1.3 sec in block)
sshagent - (1.3 sec in block)
sshagent block - (0.99 sec in block)
sh - (0.98 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