git checkout
This commit is contained in:
parent
bfde9e1b7d
commit
46d860b1f1
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -1,10 +1,9 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Hello') {
|
stage('checkout: Check out from version control') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Hello World'
|
git 'https://git.wmi.amu.edu.pl/s152483/s152483-mlworkshops'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user