jenkinsfile modified

This commit is contained in:
Yevheniia Tsapkova 2020-04-03 12:43:43 +02:00
parent 2f32f635d0
commit c2d22c106b

2
Jenkinsfile vendored
View File

@ -12,6 +12,7 @@ pipeline {
steps {
echo 'Hello World'
}
}
stage('Copy artifacts'){
steps{
@ -20,4 +21,3 @@ pipeline {
}
}
}
}