Zaktualizuj 'Jenkinsfile_stats'
This commit is contained in:
parent
64d7687ddd
commit
f05b311ca4
@ -1,5 +1,8 @@
|
||||
node {
|
||||
stage('Preparation') {
|
||||
checkout scm
|
||||
def testImage = docker.build("test-image")
|
||||
testImage.inside {
|
||||
stage('Preparation') {
|
||||
properties([
|
||||
parameters([
|
||||
buildSelector(
|
||||
@ -20,4 +23,6 @@ node {
|
||||
stage('Archive artifacts') {
|
||||
archiveArtifacts artifacts: '*.txt', followSymlinks: false
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user