fix jenkins eval

This commit is contained in:
jakubknczny 2021-05-15 19:57:46 +02:00
parent e6b188ac2a
commit d1c4e25995

View File

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