fix Jenkins
This commit is contained in:
parent
7a2e38279b
commit
d8591d4420
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -24,14 +24,14 @@ pipeline{
|
||||
stage('sh: Shell Script'){
|
||||
steps{
|
||||
withEnv(["CUTOFF=${params.CUTOFF}"]) {
|
||||
sh "chmod 777 ./script.sh"
|
||||
sh "./script.sh"
|
||||
sh "chmod 777 ./data.sh"
|
||||
sh "./data.sh"
|
||||
}
|
||||
}}
|
||||
stage('Archive artifacts'){
|
||||
steps{
|
||||
archiveArtifacts 'test.csv'
|
||||
archiveArtifacts 'dev.csv'
|
||||
archiveArtifacts 'validation.csv'
|
||||
archiveArtifacts 'train.csv'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user