Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
8c37574bc0
commit
babb77af5d
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -32,17 +32,17 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
stage('Script'){
|
||||
stage('Script'){
|
||||
steps {
|
||||
script {
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
|
||||
sh 'echo RAZ DWA TRZY'
|
||||
}
|
||||
}
|
||||
archiveArtifacts artifacts: '1234321', followSymlinks: false
|
||||
sh './download_dataset.sh $CUTOFF'
|
||||
archiveArtifacts artifacts: 'dataset.csv.dev, dataset.csv.test, dataset.csv.train', followSymlinks: false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user