fix typo
This commit is contained in:
parent
9edd5394da
commit
55469ae5b2
4
stats/Jenkinsfile
vendored
4
stats/Jenkinsfile
vendored
@ -1,11 +1,11 @@
|
||||
pipeline {
|
||||
agent any
|
||||
parameters {
|
||||
buildSelector {
|
||||
buildSelector (
|
||||
defaultSelector: lastSuccessful(),
|
||||
description: 'Build for copying artifacts',
|
||||
name: 'BUILD_SELECTOR'
|
||||
}
|
||||
)
|
||||
}
|
||||
stages {
|
||||
stage('Copy Artifacts') {
|
||||
|
Loading…
Reference in New Issue
Block a user