Skip to content

Instantly share code, notes, and snippets.

@sophistifunk
Created October 11, 2018 05:02
Show Gist options
  • Save sophistifunk/f0254f328b0d9145ff4a1e9ac7f2f571 to your computer and use it in GitHub Desktop.
Save sophistifunk/f0254f328b0d9145ff4a1e9ac7f2f571 to your computer and use it in GitHub Desktop.
pipeline {
agent any
stages {
stage("Alpha") {
steps {
echo "From Alpha"
}
}
stage('Tall') {
parallel {
stage('normal1') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal2') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal3') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal4') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal5') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal6') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal7') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal8') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal9') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normala') {
steps {
echo 'rubber baby buggy bumpers'
}
}
}
}
stage('Tall 2') {
parallel {
stage('normal1') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal2') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal3') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal4') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal5') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal6') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal7') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal8') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal9') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normala') {
steps {
echo 'rubber baby buggy bumpers'
}
}
}
}
stage('Tall 3') {
parallel {
stage('normal1') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal2') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal3') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal4') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal5') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal6') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal7') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal8') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal9') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normala') {
steps {
echo 'rubber baby buggy bumpers'
}
}
}
}
stage('Tall 4') {
parallel {
stage('normal1') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal2') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal3') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal4') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal5') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal6') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal7') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal8') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal9') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normala') {
steps {
echo 'rubber baby buggy bumpers'
}
}
}
}
stage('Many of these') {
parallel {
stage('seq') {
stages {
stage('Ken') {
steps {
echo 'SHORYUKEN'
}
}
stage('Chun-Li') {
steps {
echo 'Yatta!'
}
}
stage('Sagat') {
steps {
echo 'TIGER UPPERCUT'
}
}
stage('E Honda') {
steps {
echo 'DOSUKOI'
}
}
stage('Ryu') {
steps {
echo 'HADOUKEN'
}
}
}
}
stage('seq2') {
stages {
stage('Raiden') {
steps {
echo 'RAIDENBABBULAAAAAAAAAAY'
}
}
stage('Scorpion') {
steps {
echo 'GET OVER HERE'
}
}
stage('C Tagawa') {
steps {
echo 'Your soul is mine!'
}
}
stage('C Lambert') {
steps {
echo 'There can be only one!'
}
}
}
}
stage('seq3') {
stages {
stage('Bender B Rodriguez') {
steps {
echo 'In fact, forget about the blackjack.'
}
}
stage('Hermes Conrad') {
steps {
echo 'Sweet gorilla of Manila!!!'
}
}
stage('Dr Z') {
steps {
echo 'Your music is bad, and you should feel bad!'
}
}
}
}
stage('seq4') {
stages {
stage('Moe') {
steps {
echo 'We called that "the stinger". They uh... They don\'t let you use that no more.'
}
}
stage('Carl') {
steps {
echo 'That\'s a real nice secret organisation we had there.'
}
}
}
}
stage('Sgt Hartman') {
steps {
echo 'Is chow alowed in the barracks!? Are you allowed to eat jelly donuts, private Pile!?'
}
}
}
}
stage('Many of these 2') {
parallel {
stage('seq') {
stages {
stage('Ken') {
steps {
echo 'SHORYUKEN'
}
}
stage('Chun-Li') {
steps {
echo 'Yatta!'
}
}
stage('Sagat') {
steps {
echo 'TIGER UPPERCUT'
}
}
stage('E Honda') {
steps {
echo 'DOSUKOI'
}
}
stage('Ryu') {
steps {
echo 'HADOUKEN'
}
}
}
}
stage('seq2') {
stages {
stage('Raiden') {
steps {
echo 'RAIDENBABBULAAAAAAAAAAY'
}
}
stage('Scorpion') {
steps {
echo 'GET OVER HERE'
}
}
stage('C Tagawa') {
steps {
echo 'Your soul is mine!'
}
}
stage('C Lambert') {
steps {
echo 'There can be only one!'
}
}
}
}
stage('seq3') {
stages {
stage('Bender B Rodriguez') {
steps {
echo 'In fact, forget about the blackjack.'
}
}
stage('Hermes Conrad') {
steps {
echo 'Sweet gorilla of Manila!!!'
}
}
stage('Dr Z') {
steps {
echo 'Your music is bad, and you should feel bad!'
}
}
}
}
stage('seq4') {
stages {
stage('Moe') {
steps {
echo 'We called that "the stinger". They uh... They don\'t let you use that no more.'
}
}
stage('Carl') {
steps {
echo 'That\'s a real nice secret organisation we had there.'
}
}
}
}
stage('Sgt Hartman') {
steps {
echo 'Is chow alowed in the barracks!? Are you allowed to eat jelly donuts, private Pile!?'
}
}
}
}
stage('Tall 5') {
parallel {
stage('normal1') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal2') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal3') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal4') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal5') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal6') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal7') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal8') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normal9') {
steps {
echo 'rubber baby buggy bumpers'
}
}
stage('normala') {
steps {
echo 'rubber baby buggy bumpers'
}
}
}
}
stage('Many of these 3') {
parallel {
stage('seq') {
stages {
stage('Ken') {
steps {
echo 'SHORYUKEN'
}
}
stage('Chun-Li') {
steps {
echo 'Yatta!'
}
}
stage('Sagat') {
steps {
echo 'TIGER UPPERCUT'
}
}
stage('E Honda') {
steps {
echo 'DOSUKOI'
}
}
stage('Ryu') {
steps {
echo 'HADOUKEN'
}
}
}
}
stage('seq2') {
stages {
stage('Raiden') {
steps {
echo 'RAIDENBABBULAAAAAAAAAAY'
}
}
stage('Scorpion') {
steps {
echo 'GET OVER HERE'
}
}
stage('C Tagawa') {
steps {
echo 'Your soul is mine!'
}
}
stage('C Lambert') {
steps {
echo 'There can be only one!'
}
}
}
}
stage('seq3') {
stages {
stage('Bender B Rodriguez') {
steps {
echo 'In fact, forget about the blackjack.'
}
}
stage('Hermes Conrad') {
steps {
echo 'Sweet gorilla of Manila!!!'
}
}
stage('Dr Z') {
steps {
echo 'Your music is bad, and you should feel bad!'
}
}
}
}
stage('seq4') {
stages {
stage('Moe') {
steps {
echo 'We called that "the stinger". They uh... They don\'t let you use that no more.'
}
}
stage('Carl') {
steps {
echo 'That\'s a real nice secret organisation we had there.'
}
}
}
}
stage('Sgt Hartman') {
steps {
echo 'Is chow alowed in the barracks!? Are you allowed to eat jelly donuts, private Pile!?'
}
}
}
}
stage("Omega") {
steps {
echo "This is the last stage"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment