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