Skip to content
StepArgumentsStatus
Start of Pipeline - (6 min 33 sec in block)
echo - (1 ms in self)[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
podTemplate - (6 min 31 sec in block)
podTemplate block - (6 min 31 sec in block)
node - (6 min 29 sec in block)ruby-jekyll-pod
node block - (6 min 7 sec in block)
stage - (11 sec in block)Install bundler
stage block (Install bundler) - (10 sec in block)
container - (4.8 sec in block)ruby
container block - (4.5 sec in block)
sh - (1.3 sec in self)echo "Running in HOME:"
sh - (0.85 sec in self)pwd
sh - (1.7 sec in self)gem install bundler -v 2.3.7
stage - (1 min 29 sec in block)Checkout Ditto master
stage block (Checkout Ditto master) - (1 min 28 sec in block)
container - (1 min 23 sec in block)ruby
container block - (1 min 22 sec in block)
dir - (1 min 21 sec in block)ditto
dir block - (1 min 21 sec in block)
git - (1 min 20 sec in self)
stage - (1 min 2 sec in block)Checkout Ditto release-3.5
stage block (Checkout Ditto release-3.5) - (1 min 1 sec in block)
container - (55 sec in block)ruby
container block - (55 sec in block)
dir - (54 sec in block)ditto-release-3.5
dir block - (54 sec in block)
git - (53 sec in self)
stage - (42 sec in block)Build documentation for master
stage block (Build documentation for master) - (41 sec in block)
container - (35 sec in block)ruby
container block - (35 sec in block)
dir - (34 sec in block)ditto/documentation/src/main/resources
dir block - (34 sec in block)
sh - (26 sec in self)bundle install
sh - (7.2 sec in self)jekyll build --trace --verbose --destination /mnt/ditto/
stage - (18 sec in block)Build documentation for release-3.5
stage block (Build documentation for release-3.5) - (17 sec in block)
container - (11 sec in block)ruby
container block - (11 sec in block)
dir - (10 sec in block)ditto-release-3.5/documentation/src/main/resources
dir block - (10 sec in block)
sh - (2.8 sec in self)bundle install
sh - (6.9 sec in self)jekyll build --trace --verbose --destination /mnt/ditto/3.5/
stage - (1 min 34 sec in block)Checkout website
stage block (Checkout website) - (1 min 33 sec in block)
container - (1 min 27 sec in block)jnlp
container block - (1 min 27 sec in block)
dir - (1 min 26 sec in block)website
dir block - (1 min 26 sec in block)
sshagent - (1 min 25 sec in block)
sshagent block - (1 min 23 sec in block)
sh - (1 min 23 sec in self)git clone git@github.com:eclipse/ditto-website.git .
stage - (43 sec in block)Publish website
stage block (Publish website) - (43 sec in block)
container - (37 sec in block)jnlp
container block - (37 sec in block)
dir - (36 sec in block)website
dir block - (36 sec in block)
sshagent - (34 sec in block)
sshagent block - (32 sec in block)
sh - (0.76 sec in self)git config user.name "Eclipse Ditto Bot"
sh - (0.77 sec in self)git config user.email "ditto-bot@eclipse.org"
sh - (0.8 sec in self)echo 'Git repo files:'
sh - (1.7 sec in self)cp -a /mnt/ditto/* .
sh - (0.76 sec in self)rm -rf 1.*/pages/
sh - (0.76 sec in self)rm -rf 1.*/architecture/
sh - (0.83 sec in self)rm -rf 1.*/feed.xml
sh - (0.76 sec in self)rm -rf 1.*/sitemap.xml
sh - (0.78 sec in self)rm -rf 1.*/Gemfile*
sh - (0.77 sec in self)rm -rf 2.*/pages/
sh - (0.76 sec in self)rm -rf 2.*/architecture/
sh - (0.79 sec in self)rm -rf 2.*/feed.xml
sh - (0.77 sec in self)rm -rf 2.*/sitemap.xml
sh - (0.78 sec in self)rm -rf 2.*/Gemfile*
sh - (0.78 sec in self)rm -rf 3.*/pages/
sh - (0.8 sec in self)rm -rf 3.*/architecture/
sh - (0.77 sec in self)rm -rf 3.*/feed.xml
sh - (0.76 sec in self)rm -rf 3.*/sitemap.xml
sh - (0.76 sec in self)rm -rf 3.*/Gemfile*
sh - (0.75 sec in self)rm -rf ./pages/
sh - (0.78 sec in self)rm -rf ./architecture/
sh - (0.79 sec in self)rm -rf ./Gemfile*
sh - (1.2 sec in self)ls -laR
sh - (2.8 sec in self)git add --all .
sh - (0.85 sec in self)git diff
sh - (4.3 sec in self)git commit -s -a -m 'fast site update - build no: 14 - add pushing website'
sh - (4.7 sec in self)git push origin master