Skip to content
StepArgumentsStatus
Start of Pipeline - (1 min 59 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 57 sec in block)
podTemplate block - (1 min 57 sec in block)
node - (1 min 55 sec in block)hugo-agent
node block - (1 min 31 sec in block)
withEnv - (1 min 27 sec in block)PROJECT_BOT_NAME, PROJECT_NAME
withEnv block - (1 min 27 sec in block)
timeout - (1 min 25 sec in block)
timeout block - (1 min 25 sec in block)
stage - (32 sec in block)Checkout www repo
stage block (Checkout www repo) - (31 sec in block)
sshagent - (26 sec in block)
sshagent block - (20 sec in block)
sh - (19 sec in self) git clone --recurse-submodules git@gitlab.eclipse.org:eclipse/${PROJECT_NAME}/${PROJECT_NAME}-website.git . git checkout main
stage - (10 sec in block)Build website with Hugo
stage block (Build website with Hugo) - (9.7 sec in block)
container - (3.8 sec in block)hugo
container block - (3.5 sec in block)
sh - (2.9 sec in self)hugo -b https://www.eclipse.dev/${PROJECT_NAME}/
stage - (17 sec in block)Update production branch
stage block (Update production branch) - (16 sec in block)
sshagent - (11 sec in block)
sshagent block - (9.6 sec in block)
sh - (9 sec in self) git checkout production cp -r public/* . rm -rf public git add . 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
stage - (21 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (21 sec in block)
archiveArtifacts - (19 sec in self)