Jenkinsfile - v.2
This commit is contained in:
parent
4e30e90395
commit
1777c89714
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -2,10 +2,10 @@ pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('Hello') {
|
||||
stage('checkout: Check out from version control') {
|
||||
steps {
|
||||
echo 'Hello World'
|
||||
git 'https://git.wmi.amu.edu.pl/s416122/s416122-mlworkshops'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user