fix pipeline2
This commit is contained in:
parent
293cbe48a6
commit
4db0f002e0
@ -1,6 +1,8 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
parameters {
|
||||
buildSelector(defaultSelector: lastSuccessful(), description: 'Which build to use for copying artifacts', name: 'BUILD_SELECTOR')
|
||||
}
|
||||
stages {
|
||||
stage('checkout') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user