Added comment about unneeded checkout

This commit is contained in:
Artur Nowakowski 2020-04-03 10:58:43 +02:00
parent 80deee0918
commit ae19ff12e3

1
Jenkinsfile vendored
View File

@ -1,6 +1,7 @@
pipeline {
agent any
stages {
//Niepotrzebne jezeli Jenkinsfile jest pobierany z repo.
stage('Checkout') {
steps{
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s416138/s416138-mlworkshops']]])