sd
Some checks failed
s434766-training/pipeline/head There was a failure building this commit

This commit is contained in:
s434766 2021-05-07 21:59:21 +02:00
parent fdbcef08c4
commit 5f644f1b43

View File

@ -21,7 +21,7 @@ pipeline {
stages {
stage('checkout') {
steps {
copyArtifacts(fingerprintArtifacts: true, projectName: 's434766-create-dataset',, selector: buildParameter('WHICH_BUILD'))
copyArtifacts(fingerprintArtifacts: true, projectName: 's434766-create-dataset', selector: buildParameter('WHICH_BUILD'))
}
}
stage('Docker'){