jenkinsfile
This commit is contained in:
parent
dae1e580c0
commit
71766b9b11
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -4,8 +4,10 @@ pipeline {
|
|||||||
stage('Stage 1') {
|
stage('Stage 1') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Hello world!'
|
echo 'Hello world!'
|
||||||
|
step {
|
||||||
checkout: 'https://git.wmi.amu.edu.pl/s421818/s421818-mlworkshops'
|
checkout: 'https://git.wmi.amu.edu.pl/s421818/s421818-mlworkshops'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user