This commit is contained in:
Ufnow 2020-04-21 16:22:21 +02:00
parent eccae7d004
commit 8f1ac32d1f

5
Jenkinsfile vendored
View File

@ -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'
} }
} }
} }