Skip to content
StepArgumentsStatus
Start of Pipeline - (1 min 43 sec in block)
echo - (16 ms in self)[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
podTemplate - (1 min 39 sec in block)
podTemplate block - (1 min 37 sec in block)
node - (1 min 37 sec in block)hugo-agent
node block - (56 sec in block)
dir - (35 sec in block)hugo
dir block - (35 sec in block)
stage - (35 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (35 sec in block)
checkout - (35 sec in self)
withEnv - (20 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (20 sec in block)
withEnv - (20 sec in block)GROUP_NAME, PROJECT_BOT_NAME, SOURCE_PATH, TARGET_ADDRESS, TARGET_REPO, PROJECT_BOT_EMAIL, PROJECT_NAME
withEnv block - (20 sec in block)
stage - (6.8 sec in block)Checkout www repo
stage block (Checkout www repo) - (6.7 sec in block)
dir - (6.6 sec in block)www
dir block - (6.6 sec in block)
sshagent - (6.6 sec in block)
sshagent block - (4.3 sec in block)
sh - (4.3 sec in self) git clone ${TARGET_REPO} . git checkout ${BRANCH_NAME}
stage - (1.6 sec in block)Build website (master) with Hugo
stage block (Build website (master) with Hugo) - (1.5 sec in block)
container - (1.3 sec in block)hugo
container block - (1.3 sec in block)
dir - (1.2 sec in block)hugo/websites/www.eclipse.org-automotive-hugo/site
dir block - (1.2 sec in block)
sh - (1.2 sec in self)hugo -b ${TARGET_ADDRESS}
stage - (0.33 sec in block)Build website (staging) with Hugo
stage block (Build website (staging) with Hugo) - (0.29 sec in block)
stage - (11 sec in block)Push to $env.BRANCH_NAME branch
stage block (Push to $env.BRANCH_NAME branch) - (11 sec in block)
sh - (0.44 sec in self)rm -rf www/* && cp -Rvf hugo/${SOURCE_PATH}/public/* www/
dir - (8.5 sec in block)www
dir block - (7.6 sec in block)
sshagent - (7.4 sec in block)
sshagent block - (5.2 sec in block)
sh - (5.1 sec in self) git add -A if ! git diff --cached --exit-code; then echo "Changes have been detected, publishing to repo '${GROUP_NAME}/${PROJECT_NAME}'" git config --global user.email "${PROJECT_BOT_EMAIL}" git config --global 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 change have been detected since last build, nothing to publish" fi