Removed ls command from script

This commit is contained in:
Wojciech Lidwin 2023-03-26 20:54:39 +02:00
parent 4149d5391b
commit 1fe09ed25d

View File

@ -8,7 +8,6 @@ node {
}
stage('Shell Script') {
sh 'chmod u+x ./stats.sh'
sh 'ls'
sh './stats.sh'
}
stage('archiveArtifacts') {