hopefully fixed jenkinsfile again2
This commit is contained in:
parent
216f50184f
commit
c3f99edd4d
@ -1,11 +1,11 @@
|
||||
pipeline {
|
||||
agent any
|
||||
properties([parameters([
|
||||
parameters{
|
||||
buildSelector(
|
||||
defaultSelector: lastSuccessful(),
|
||||
description: 'Which build to use for copying artifacts',
|
||||
name: 'BUILD_SELECTOR')
|
||||
])])
|
||||
}
|
||||
stages {
|
||||
stage('Clone repository') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user