Skip to content
StepArgumentsStatus
Start of Pipeline - (2 min 20 sec in block)
echo - (15 ms in self)[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
podTemplate - (2 min 15 sec in block)
podTemplate block - (2 min 14 sec in block)
node - (2 min 14 sec in block)hugo-agent
node block - (1 min 47 sec in block)
dir - (59 sec in block)hugo
dir block - (59 sec in block)
stage - (59 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (59 sec in block)
checkout - (59 sec in self)
withEnv - (48 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (48 sec in block)
withEnv - (48 sec in block)PROJECT_BOT_NAME, PROJECT_NAME
withEnv block - (48 sec in block)
stage - (38 sec in block)Checkout www repo
stage block (Checkout www repo) - (38 sec in block)
dir - (37 sec in block)www
dir block - (37 sec in block)
sshagent - (37 sec in block)
sshagent block - (36 sec in block)
sh - (36 sec in self) git clone git@github.com:eclipse-basyx/basyx-website-publish.git . git checkout ${BRANCH_NAME}
stage - (4 sec in block)Build website (master) with Hugo
stage block (Build website (master) with Hugo) - (3.6 sec in block)
container - (3.4 sec in block)hugo
container block - (3.4 sec in block)
dir - (3.3 sec in block)hugo
dir block - (3.3 sec in block)
sh - (3.3 sec in self)hugo -b https://www.eclipse.org/${PROJECT_NAME}/
stage - (0.17 sec in block)Build website (staging) with Hugo
stage block (Build website (staging) with Hugo) - (0.15 sec in block)
getContext - (52 ms in self)
stage - (5.6 sec in block)Push to $env.BRANCH_NAME branch
stage block (Push to $env.BRANCH_NAME branch) - (5.6 sec in block)
sh - (1.1 sec in self)rm -rf www/* && cp -Rvf hugo/public/* www/
dir - (4.4 sec in block)www
dir block - (4.4 sec in block)
sshagent - (4.3 sec in block)
sshagent block - (3.5 sec in block)
sh - (3.5 sec in self) git add -A if ! git diff --cached --exit-code; then echo "Changes have been detected, publishing to repo 'www.eclipse.org/${PROJECT_NAME}'" git config user.email "${PROJECT_NAME}-bot@eclipse.org" git config user.name "${PROJECT_BOT_NAME}" git commit -m "Website build ${JOB_NAME}-${BUILD_NUMBER}" git log --graph --abbrev-commit --date=relative -n 5 git push origin HEAD:${BRANCH_NAME} else echo "No changes have been detected since last build, nothing to publish" fi