Fix Jenkins config
This commit is contained in:
parent
fcd2ba3164
commit
d56a5032c1
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -2,7 +2,7 @@ pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('Clone repo + run bash script') {
|
||||
|
||||
steps {
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||
"KAGGLE_KEY=${params.KAGGLE_KEY}", "CUTOFF=${params.CUTOFF}" ]) {
|
||||
// Uruchomienie skryptu
|
||||
@ -14,5 +14,6 @@ stages {
|
||||
archiveArtifacts "MoviesOnStreamingPlatforms_updated.train"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user