Skip to content

Instantly share code, notes, and snippets.

@scherler
Created June 27, 2016 10:43
Show Gist options
  • Save scherler/e246f9da1564ae234a9be910ea848b09 to your computer and use it in GitHub Desktop.
Save scherler/e246f9da1564ae234a9be910ea848b09 to your computer and use it in GitHub Desktop.
node {
stage 'Stage 2'
echo 'Stage 2'
sh 'sleep 3; echo `date` xxx;sleep 3; echo `date` xxx;sleep 30; echo `date` xxx;sleep 3; echo `date` xxx;sleep 3; echo `date` xxx;sleep 3; echo `date` xxx;sleep 3; echo `date` xxx;sleep 3; echo `date` xxx; xxx'
}
node {
stage 'deploy'
echo 'deploy'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment