UNPKG

224 BPlain TextView Raw
1library identifier: 'salesforcedx-library'
2try {
3 node() {
4 checkout scm
5 stage('01') {
6 sleep time: 1, unit: 'MINUTES'
7 }
8 stage('02') {}
9 stage('03') {}
10 }
11} finally {
12}