library identifier: 'salesforcedx-library' try { node() { checkout scm stage('01') { sleep time: 1, unit: 'MINUTES' } stage('02') {} stage('03') {} } } finally { }