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