add steps
This commit is contained in:
parent
4c7b53dfd9
commit
b96fcc2625
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@ -17,12 +17,13 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
steps {
|
||||||
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||||
|
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||||
|
|
||||||
sh 'bash ./get_dataset.sh'
|
sh 'bash ./get_dataset.sh'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user