Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
053cf9c3c1
commit
e55bc27237
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -1,5 +1,8 @@
|
||||
node {
|
||||
stage('Preparation') {
|
||||
checkout scm
|
||||
def testImage = docker.build("test-image")
|
||||
testImage.inside {
|
||||
stage('Preparation') {
|
||||
properties([
|
||||
parameters([
|
||||
string(
|
||||
@ -44,4 +47,6 @@ node {
|
||||
stage('Save data into artifacts') {
|
||||
archiveArtifacts artifacts: '*.csv', followSymlinks: false
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user