fix Jenkinsfile
This commit is contained in:
parent
015424f7d7
commit
9157411376
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -5,7 +5,8 @@ pipeline {
|
||||
steps {
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||
sh './script-zadanie-2-4.sh'
|
||||
sh 'chmod +x script-zadanie-2-4.sh'
|
||||
sh './script-zadanie-2-4.sh'
|
||||
}
|
||||
archiveArtifacts 'train.csv'
|
||||
archiveArtifacts 'test.csv'
|
||||
|
Loading…
Reference in New Issue
Block a user