feature/kjug

artifacts added
This commit is contained in:
kudlaty 2018-03-22 18:49:34 +01:00
parent 3e5f628132
commit 5050f82100

6
Jenkinsfile vendored
View file

@ -12,7 +12,8 @@ pipeline{
sh 'python -m py_compile sources/webapp.py' sh 'python -m py_compile sources/webapp.py'
} }
} }
stage('Tests') { stage('Test') {
parallel { parallel {
stage('on centos') { stage('on centos') {
agent { agent {
@ -50,7 +51,7 @@ pipeline{
} }
} }
}
stage('Create Artifacts') { stage('Create Artifacts') {
agent { agent {
docker { docker {
@ -72,4 +73,3 @@ pipeline{
} }
} }
} }
}