Update Jenkinsfile
This commit is contained in:
parent
05e71b7bff
commit
14cd3abaf1
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -1,11 +1,17 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
stages {
|
stages {
|
||||||
stage('Dataset_download') {
|
stage('checkout: Check out from version control') {
|
||||||
steps {
|
steps {
|
||||||
|
|
||||||
echo 'username_visibility_test2: ${kaggle_username}'
|
echo 'username_visibility_test2: ${kaggle_username}'
|
||||||
echo 'password_visibility_test2: ${kaggle_password}'
|
echo 'password_visibility_test2: ${kaggle_password}'
|
||||||
|
|
||||||
|
git clone https://git.wmi.amu.edu.pl/s452487/ium_452487.git
|
||||||
|
}
|
||||||
|
}
|
||||||
|
stage('sh: Shell Script') {
|
||||||
|
steps {
|
||||||
|
sh dataset_download.sh
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user