jenkinsfile

This commit is contained in:
unknown 2020-04-03 11:40:39 +02:00
parent c60cba3430
commit 0708880f81

1
Jenkinsfile vendored
View File

@ -3,7 +3,6 @@ pipeline {
stages { stages {
stage('Stage 1') { stage('Stage 1') {
steps { steps {
echo 'Hello world!'
checkout: 'https://git.wmi.amu.edu.pl/s421818/s421818-mlworkshops' checkout: 'https://git.wmi.amu.edu.pl/s421818/s421818-mlworkshops'
} }
} }