git checkout

This commit is contained in:
s152483 2020-04-03 11:51:05 +02:00
parent bfde9e1b7d
commit 46d860b1f1

5
Jenkinsfile vendored
View File

@ -1,10 +1,9 @@
pipeline {
agent any
stages {
stage('Hello') {
stage('checkout: Check out from version control') {
steps {
echo 'Hello World'
git 'https://git.wmi.amu.edu.pl/s152483/s152483-mlworkshops'
}
}
}