Skip to content
StepArgumentsStatus
Start of Pipeline - (1 min 26 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 25 sec in block)
podTemplate block - (1 min 25 sec in block)
node - (1 min 25 sec in block)xtext-build-pod
node block - (53 sec in block)
stage - (30 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (30 sec in block)
checkout - (30 sec in self)
withEnv - (23 sec in block)GIT_BRANCH, GIT_CHECKOUT_DIR, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (23 sec in block)
timeout - (23 sec in block)
timeout block - (23 sec in block)
stage - (11 sec in block)Checkout
stage block (Checkout) - (11 sec in block)
sshagent - (11 sec in block)
sshagent block - (10 sec in block)
sh - (10 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 - (4.4 sec in block)Generate site
stage block (Generate site) - (4.4 sec in block)
container - (4.3 sec in block)xtext-buildenv
container block - (4.3 sec in block)
echo - (<1 ms in self)Building..
dir - (2.7 sec in block)git-repo/xtext-website
dir block - (2.7 sec in block)
sh - (2.7 sec in self) # generate things in _site bundle exec jekyll build
dir - (1.5 sec in block)git-repo/xtend-website
dir block - (1.5 sec in block)
sh - (1.5 sec in self) # generate things in _site bundle exec jekyll build --destination ../xtext-website/_site/xtend
stage - (5.3 sec in block)Commit changes
stage block (Commit changes) - (5.3 sec in block)
dir - (5.2 sec in block)deploy-xtext-git-repo
dir block - (5.2 sec in block)
sh - (5.2 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 - (2 sec in block)Deploy
stage block (Deploy) - (1.9 sec in block)
echo - (1 ms in self)Deploying....
dir - (1.9 sec in block)deploy-xtext-git-repo
dir block - (1.9 sec in block)
sshagent - (1.9 sec in block)
sshagent block - (1.4 sec in block)
sh - (1.4 sec in self) git push origin master