Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
35a8a21b58
commit
c1e667c4a5
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -26,14 +26,12 @@ pipeline{
|
||||
steps{
|
||||
withEnv(["CUTOFF=${params.CUTOFF}"]) {
|
||||
sh "chmod 777 ./script.sh"
|
||||
}
|
||||
}}
|
||||
stage('Archive artifacts'){
|
||||
steps{
|
||||
sh "python3 ./scrip2.py"
|
||||
archiveArtifacts 'test.csv'
|
||||
archiveArtifacts 'dev.csv'
|
||||
archiveArtifacts 'train.csv'
|
||||
}
|
||||
}}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user