Update Jenkinsfile
This commit is contained in:
parent
5ff6e66c4f
commit
ac93029123
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -1,5 +1,12 @@
|
||||
pipeline {
|
||||
agent any
|
||||
parameters {
|
||||
buildSelector (
|
||||
defaultSelector: lastSuccessful(),
|
||||
description: 'Build for copying artifacts',
|
||||
name: 'BUILD_SELECTOR'
|
||||
)
|
||||
}
|
||||
stages {
|
||||
stage('Git Checkout') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user