Skip to content
StepArgumentsStatus
Start of Pipeline - (2 min 12 sec in block)
echo - (2 ms in self)[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
podTemplate - (2 min 9 sec in block)
podTemplate block - (2 min 9 sec in block)
node - (2 min 7 sec in block)hugo-agent
node block - (1 min 37 sec in block)
withEnv - (1 min 33 sec in block)PROJECT_BOT_NAME, PROJECT_NAME
withEnv block - (1 min 33 sec in block)
timeout - (1 min 29 sec in block)
timeout block - (1 min 28 sec in block)
stage - (21 sec in block)Checkout www repo
stage block (Checkout www repo) - (20 sec in block)
sshagent - (14 sec in block)
sshagent block - (10 sec in block)
sh - (9.5 sec in self) git clone --recurse-submodules git@gitlab.eclipse.org:eclipse/${PROJECT_NAME}/${PROJECT_NAME}-website.git . git checkout main
stage - (11 sec in block)Build website with Hugo
stage block (Build website with Hugo) - (10 sec in block)
container - (3.6 sec in block)hugo
container block - (2.9 sec in block)
sh - (2.2 sec in self)hugo -b https://www.eclipse.dev/${PROJECT_NAME}/
stage - (17 sec in block)Update production branch
stage block (Update production branch) - (15 sec in block)
sshagent - (8.6 sec in block)
sshagent block - (6.5 sec in block)
sh - (5.8 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 - (34 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (34 sec in block)
archiveArtifacts - (32 sec in self)