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