This commit is contained in:
Ufnow 2020-04-21 16:21:17 +02:00
parent cdbde7a237
commit eccae7d004

5
Jenkinsfile vendored
View File

@ -1,10 +1,9 @@
pipeline {
agent any
stages {
stage('checkout: Check out from version control') {
stage('Stage 1') {
steps {
git branch: 'stable-2.204',
url: 'https://git.wmi.amu.edu.pl/s426274/s426274-mlworkshops.git'
echo 'Hello world!'
}
}
}