jenkinsfile

This commit is contained in:
unknown 2020-04-03 11:47:16 +02:00
parent cb46ffaa5a
commit 6bc51ef7d9

3
Jenkinsfile vendored
View File

@ -2,9 +2,8 @@ pipeline {
agent any agent any
stages { stages {
stage('Stage 1') { stage('Stage 1') {
steps { steps {
sh git checkout -f https://git.wmi.amu.edu.pl/s421818/s421818-mlworkshops sh 'git checkout -f https://git.wmi.amu.edu.pl/s421818/s421818-mlworkshops'
echo 'Hello world!' echo 'Hello world!'
} }
} }