Update Jenkinsfiles
This commit is contained in:
parent
98c1e90293
commit
1488d733bc
@ -13,8 +13,8 @@ pipeline {
|
||||
stages {
|
||||
stage('Copy artifacts') {
|
||||
steps {
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's444501-training/master', selector: buildParameter('BUILD_SELECTOR')
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's444421-training/training_and_evaluation', selector: buildParameter('BUILD_SELECTOR')
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -5,6 +5,9 @@ pipeline {
|
||||
args '-v /mlruns:/mlruns'
|
||||
}
|
||||
}
|
||||
options {
|
||||
copyArtifactPermission('s444421-predict-s444501');
|
||||
}
|
||||
parameters {
|
||||
buildSelector(
|
||||
defaultSelector: lastSuccessful(),
|
||||
|
Loading…
Reference in New Issue
Block a user