fix syntax
This commit is contained in:
parent
3a16591ae5
commit
fd20780401
@ -1,14 +1,12 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
properties([
|
parameters {
|
||||||
parameters([
|
buildSelector(
|
||||||
buildSelector(
|
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'
|
)
|
||||||
)
|
}
|
||||||
])
|
|
||||||
])
|
|
||||||
stages {
|
stages {
|
||||||
stage('Copy Artifacts') {
|
stage('Copy Artifacts') {
|
||||||
steps {
|
steps {
|
||||||
|
Loading…
Reference in New Issue
Block a user