.
This commit is contained in:
parent
350fe8ed29
commit
b5d383f625
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -9,10 +9,6 @@ pipeline {
|
||||
trim: false
|
||||
)
|
||||
}
|
||||
environment {
|
||||
KAGGLE_KEY = "${params.key}"
|
||||
KAGGLE_USERNAME = "${params.username}"
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('checkout: Check out from version control') {
|
||||
@ -22,7 +18,6 @@ pipeline {
|
||||
}
|
||||
stage('sh: Shell Script') {
|
||||
steps {
|
||||
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
|
||||
sh 'chmod +x preparations.sh'
|
||||
sh './preparations.sh'
|
||||
}
|
||||
|
@ -1,2 +1,2 @@
|
||||
kaggle datasets download -d szamil/who-suicide-statistics
|
||||
curl -OL https://git.wmi.amu.edu.pl/s434784/ium_434784/who_suicide_statistics.csv
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user