test2
This commit is contained in:
parent
eccae7d004
commit
8f1ac32d1f
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: 'stable-2.204',
|
||||||
|
url: 'https://git.wmi.amu.edu.pl/s426274/s426274-mlworkshops.git'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user