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