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