Added comment about unneeded checkout
This commit is contained in:
parent
80deee0918
commit
ae19ff12e3
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -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']]])
|
||||
|
Loading…
Reference in New Issue
Block a user