.
This commit is contained in:
parent
4d16ca6bcc
commit
c1399dc53a
@ -1,5 +1,6 @@
|
||||
pipeline {
|
||||
agent any
|
||||
properties([
|
||||
parameters([
|
||||
buildSelector(
|
||||
defaultSelector: lastSuccessful(),
|
||||
@ -7,6 +8,7 @@ pipeline {
|
||||
name: 'BUILD_SELECTOR'
|
||||
)
|
||||
])
|
||||
])
|
||||
stages {
|
||||
stage('Copy Artifacts') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user