Update Jenkinsfile

This commit is contained in:
s452487 2024-03-24 17:22:57 +01:00
parent 14cd3abaf1
commit 24e5488c86

4
Jenkinsfile vendored
View File

@ -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"
} }
} }
} }