diff --git a/Jenkinsfile b/Jenkinsfile index cc4c8cd..c5c089c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ pipeline { agent any stages { - stage('Do nothing') { + stage('Do nothing 2') { steps { sh '/bin/true' }