Removed ls command from script
This commit is contained in:
parent
4149d5391b
commit
1fe09ed25d
@ -8,7 +8,6 @@ node {
|
||||
}
|
||||
stage('Shell Script') {
|
||||
sh 'chmod u+x ./stats.sh'
|
||||
sh 'ls'
|
||||
sh './stats.sh'
|
||||
}
|
||||
stage('archiveArtifacts') {
|
||||
|
Loading…
Reference in New Issue
Block a user