Update Jenkinsfile
This commit is contained in:
parent
dbb60209fd
commit
f9e32d9a27
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user