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