This commit is contained in:
s434766 2021-03-28 18:53:57 +02:00
parent 45c108071d
commit 825cf07468

View File

@ -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') {