jenkinsfile add checkout from version control

This commit is contained in:
s434695 2021-03-25 12:38:20 +01:00
parent 792122f101
commit 23c1233a04

5
Jenkinsfile vendored
View File

@ -18,6 +18,11 @@ pipeline {
sh "figlet \"${INPUT_TEXT}\" | tee output.txt"
}
}
stage('checkout: Check out from version control') {
steps {
git credentialsId: 'f746c8e0-e974-4758-838d-1920a7b0e3dc', url: 'https://git.wmi.amu.edu.pl/s434695/ium_434695.git'
}
}
stage('Goodbye!') {
steps {
echo 'Goodbye!'