Added checkout
This commit is contained in:
parent
2a2ba6e8a7
commit
4149d5391b
@ -1,4 +1,8 @@
|
||||
node {
|
||||
|
||||
stage('checkout: Check out from version control') {
|
||||
checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[credentialsId: 's487197', url: 'https://git.wmi.amu.edu.pl/s487197/ium_487197']]])
|
||||
}
|
||||
stage('copyArtifact') {
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's487197-create-dataset', selector: lastSuccessful()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user