Update Jenkinsfile

This commit is contained in:
s452487 2024-03-24 17:32:54 +01:00
parent dbb60209fd
commit f9e32d9a27

4
Jenkinsfile vendored
View File

@ -8,12 +8,12 @@ pipeline {
echo "Checkout robiony deklaratywnie przez konfiguracje pipeline'u"
// git clone https://git.wmi.amu.edu.pl/s452487/ium_452487.git
echo "Zawartość folderu:"
sh "ls"
}
}
stage('sh: Shell Script') {
steps {
sh "ls"
sh "cd ium_452487"
sh "dataset_download.sh"
}
}