Update Jenkinsfile
This commit is contained in:
parent
14cd3abaf1
commit
24e5488c86
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -6,12 +6,12 @@ pipeline {
|
|||||||
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
|
sh "git clone https://git.wmi.amu.edu.pl/s452487/ium_452487.git"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('sh: Shell Script') {
|
stage('sh: Shell Script') {
|
||||||
steps {
|
steps {
|
||||||
sh dataset_download.sh
|
sh "dataset_download.sh"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user