Jenkinsfile git checkout
This commit is contained in:
parent
9e9e1fa2d6
commit
abc1dd473d
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -1,9 +1,10 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
stages {
|
stages {
|
||||||
stage('Stage 1') {
|
stage('checkout: Check out from version control') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Hello world!'
|
git branch: 'master',
|
||||||
|
url: 'https://git.wmi.amu.edu.pl/s434784/ium_434784'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user