Update 'Jenkinsfile-stats'
This commit is contained in:
parent
b503e961aa
commit
394681aea9
@ -1,5 +1,18 @@
|
||||
node {
|
||||
stage('Preparation') {
|
||||
properties([
|
||||
parameters([
|
||||
buildSelector(
|
||||
defaultSelector: lastSuccessful(),
|
||||
description: 'Which build to use for copying artifacts',
|
||||
name: 'BUILD_SELECTOR')
|
||||
])
|
||||
])
|
||||
}
|
||||
stage('checkout: Check out from version control') {
|
||||
checkout scm
|
||||
}
|
||||
stage('Copy Artifacts') {
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user