its the final countdown
This commit is contained in:
parent
034c719fec
commit
28605914c4
@ -1,10 +1,10 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
parameters{
|
parameters{
|
||||||
BuildSelector(
|
buildSelector(
|
||||||
defaultSelector: lastSuccessful(),
|
defaultSelector: lastSuccessful(),
|
||||||
description: '',
|
description: 'Which build to use for copying artifacts',
|
||||||
name: 'which_build'
|
name: 'WHICH_BUILD'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
@ -17,7 +17,7 @@ pipeline {
|
|||||||
{
|
{
|
||||||
steps
|
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')
|
stage('sh: Shell Script')
|
||||||
|
Loading…
Reference in New Issue
Block a user