fix jenkins eval
This commit is contained in:
parent
e6b188ac2a
commit
d1c4e25995
4
lab5/eval/Jenkinsfile
vendored
4
lab5/eval/Jenkinsfile
vendored
@ -5,8 +5,6 @@ pipeline {
|
|||||||
defaultSelector: lastSuccessful(),
|
defaultSelector: lastSuccessful(),
|
||||||
description: 'Which build to use for copying artifacts',
|
description: 'Which build to use for copying artifacts',
|
||||||
name: 'BUILD_SELECTOR')
|
name: 'BUILD_SELECTOR')
|
||||||
|
|
||||||
string(name: 'LEARNING_RATE', defaultValue: '0.0003', description: 'learning rate')
|
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('copy files') {
|
stage('copy files') {
|
||||||
@ -25,7 +23,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('copyArtifacts') {
|
stage('copyArtifacts') {
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts fingerprintArtifacts: true, projectName: 's470607-training', selector: buildParameter('BUILD_SELECTOR')
|
copyArtifacts fingerprintArtifacts: true, projectName: 's470607-training/master', selector: buildParameter('BUILD_SELECTOR')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('ls') {
|
stage('ls') {
|
||||||
|
Loading…
Reference in New Issue
Block a user