tweaks(ium_04) Update Jenkinsfile and add Jenkinsfile-stats.
This commit is contained in:
parent
04b5aca4ed
commit
b2e5aaf692
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -10,7 +10,9 @@ pipeline{
|
|||||||
}
|
}
|
||||||
stage('sh: Shell Script'){
|
stage('sh: Shell Script'){
|
||||||
steps{
|
steps{
|
||||||
sh './script.sh'
|
sh '''
|
||||||
|
chmod +x script.sh
|
||||||
|
./script.sh'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Archive artifacts'){
|
stage('Archive artifacts'){
|
||||||
|
@ -13,7 +13,9 @@ pipeline{
|
|||||||
}
|
}
|
||||||
stage('sh: Shell Script'){
|
stage('sh: Shell Script'){
|
||||||
steps{
|
steps{
|
||||||
sh './stats.sh'
|
sh '''
|
||||||
|
chmod +x script.sh
|
||||||
|
./stats.sh'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Archive artifacts'){
|
stage('Archive artifacts'){
|
||||||
|
Loading…
Reference in New Issue
Block a user