tweaks(ium_04) Update Jenkinsfile-stats.

This commit is contained in:
sadurska@trui.pl 2021-04-20 21:29:11 +02:00
parent c2a966705a
commit 31073e542d

View File

@ -14,7 +14,7 @@ pipeline{
stage('sh: Shell Script'){ stage('sh: Shell Script'){
steps{ steps{
sh ''' sh '''
chmod +x script.sh chmod +x stats.sh
./stats.sh''' ./stats.sh'''
} }
} }