try
This commit is contained in:
parent
45c108071d
commit
825cf07468
2
copyArtiJenkins/Jenkinsfile
vendored
2
copyArtiJenkins/Jenkinsfile
vendored
@ -6,7 +6,7 @@ pipeline {
|
||||
stage('checkout') {
|
||||
steps {
|
||||
git 'https://git.wmi.amu.edu.pl/s434766/ium_434766.git'
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's434766-create-dataset', selector: lastSuccessful()
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's434766-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||
}
|
||||
}
|
||||
stage('sh: Shell Script') {
|
||||
|
Loading…
Reference in New Issue
Block a user