Skip to content
StepArgumentsStatus
Start of Pipeline - (2 min 30 sec in block)
echo - (3 ms in self)[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
podTemplate - (2 min 28 sec in block)
podTemplate block - (2 min 27 sec in block)
node - (2 min 26 sec in block)xtext-build-pod
node block - (1 min 43 sec in block)
stage - (29 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (27 sec in block)
checkout - (27 sec in self)
withEnv - (1 min 12 sec in block)GIT_BRANCH, GIT_CHECKOUT_DIR, GIT_COMMIT, GIT_URL
withEnv block - (1 min 12 sec in block)
timeout - (1 min 9 sec in block)
timeout block - (1 min 9 sec in block)
stage - (15 sec in block)Checkout
stage block (Checkout) - (14 sec in block)
sshagent - (8.9 sec in block)
sshagent block - (7.8 sec in block)
sh - (7.2 sec in self) rm -rf deploy-xtext-git-repo git clone -b master git@github.com:eclipse/xtext-website-publish.git deploy-xtext-git-repo
stage - (15 sec in block)Generate site
stage block (Generate site) - (13 sec in block)
container - (7.7 sec in block)xtext-buildenv
container block - (7.2 sec in block)
echo - (2 ms in self)Building..
dir - (3.5 sec in block)git-repo/xtext-website
dir block - (2.7 sec in block)
sh - (1.9 sec in self) # generate things in _site bundle exec jekyll build
dir - (2.6 sec in block)git-repo/xtend-website
dir block - (2.3 sec in block)
sh - (1.7 sec in self) # generate things in _site bundle exec jekyll build --destination ../xtext-website/_site/xtend
stage - (12 sec in block)Commit changes
stage block (Commit changes) - (11 sec in block)
dir - (5.7 sec in block)deploy-xtext-git-repo
dir block - (5.5 sec in block)
sh - (4.7 sec in self) git config user.name "genie-xtext" git config user.email "xtext-bot@eclipse.org" cp -r $WORKSPACE/git-repo/xtext-website/_site/* . git diff git add --all :/ && git commit -m "Generated from commit: https://github.com/eclipse/xtext/commit/$GIT_COMMIT" git status
stage - (22 sec in block)Deploy
stage block (Deploy) - (22 sec in block)
echo - (2 ms in self)Deploying....
dir - (16 sec in block)deploy-xtext-git-repo
dir block - (16 sec in block)
sshagent - (6.2 sec in block)
sshagent block - (5.6 sec in block)
sh - (4.9 sec in self) git push origin master