tweaks(ium_04) Update Jenkinsfile and add Jenkinsfile-stats.

This commit is contained in:
sadurska@trui.pl 2021-04-20 21:25:16 +02:00
parent 04b5aca4ed
commit b2e5aaf692
2 changed files with 6 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -10,7 +10,9 @@ pipeline{
}
stage('sh: Shell Script'){
steps{
sh './script.sh'
sh '''
chmod +x script.sh
./script.sh'''
}
}
stage('Archive artifacts'){

View File

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