fixed Jenkinsfile-stats
This commit is contained in:
parent
6ded7390ef
commit
112295464c
@ -2,7 +2,17 @@ pipeline {
|
|||||||
agent any
|
agent any
|
||||||
|
|
||||||
parameters{
|
parameters{
|
||||||
choice(name: 'BUILD_SELECTOR', choices: '', description: 'Which build to use for copying artifacts')
|
buildSelector(
|
||||||
|
defaultSelector: lastSuccessful(),
|
||||||
|
description: 'Which build to use for copying artifacts',
|
||||||
|
name: 'BUILD_SELECTOR'
|
||||||
|
)
|
||||||
|
string(
|
||||||
|
defaultValue: '1000',
|
||||||
|
description: 'CUTOFF',
|
||||||
|
name: 'CUTOFF',
|
||||||
|
trim: false
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
Loading…
Reference in New Issue
Block a user