fix jenkins
This commit is contained in:
parent
d0333007fa
commit
97e9b3f3e3
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -16,11 +16,11 @@ pipeline{
|
||||
}
|
||||
stage('sh: Shell Script'){
|
||||
steps{
|
||||
withEnv(["CUTOFF=${params.CUTOFF}"])
|
||||
withEnv(["CUTOFF=${params.CUTOFF}"]) {
|
||||
sh "chmod 777 ./script.sh"
|
||||
sh "./script.sh"
|
||||
}
|
||||
}
|
||||
}}
|
||||
stage('Archive artifacts'){
|
||||
steps{
|
||||
archiveArtifacts 'test.csv'
|
||||
|
Loading…
Reference in New Issue
Block a user