diff --git a/Jenkinsfile2 b/Jenkinsfile2 index 717eb2d..385a68e 100644 --- a/Jenkinsfile2 +++ b/Jenkinsfile2 @@ -4,6 +4,7 @@ node { } stage('Shell Script') { sh 'chmod u+x ./stats.sh' + sh 'ls' sh './stats.sh' } stage('archiveArtifacts') {