jenkinsfile add checkout from version control
This commit is contained in:
parent
792122f101
commit
23c1233a04
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -18,6 +18,11 @@ pipeline {
|
|||||||
sh "figlet \"${INPUT_TEXT}\" | tee output.txt"
|
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!') {
|
stage('Goodbye!') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Goodbye!'
|
echo 'Goodbye!'
|
||||||
|
Loading…
Reference in New Issue
Block a user