its the final countdown
This commit is contained in:
parent
034c719fec
commit
28605914c4
@ -1,10 +1,10 @@
|
||||
pipeline {
|
||||
agent any
|
||||
parameters{
|
||||
BuildSelector(
|
||||
buildSelector(
|
||||
defaultSelector: lastSuccessful(),
|
||||
description: '',
|
||||
name: 'which_build'
|
||||
description: 'Which build to use for copying artifacts',
|
||||
name: 'WHICH_BUILD'
|
||||
)
|
||||
}
|
||||
stages {
|
||||
@ -17,7 +17,7 @@ pipeline {
|
||||
{
|
||||
steps
|
||||
{
|
||||
copyArtifacts filter: 'test.csv,data_shuf.csv,validation.csv,train.csv,header.csv', fingerprintArtifacts: true, projectName: 's434760-create-dataset', selector: params.which_build
|
||||
copyArtifacts filter: 'test.csv,data_shuf.csv,validation.csv,train.csv,header.csv', fingerprintArtifacts: true, projectName: 's434760-create-dataset', selector: params.WHICH_BUILD
|
||||
}
|
||||
}
|
||||
stage('sh: Shell Script')
|
||||
|
Loading…
Reference in New Issue
Block a user