This commit is contained in:
Wojciech Lidwin 2023-03-26 20:51:32 +02:00
parent a5306b3d70
commit 2a2ba6e8a7

View File

@ -4,6 +4,7 @@ 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') {