feature/kjug
artifacts added
This commit is contained in:
parent
3e5f628132
commit
5050f82100
1 changed files with 21 additions and 21 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -12,7 +12,8 @@ pipeline{
|
|||
sh 'python -m py_compile sources/webapp.py'
|
||||
}
|
||||
}
|
||||
stage('Tests') {
|
||||
stage('Test') {
|
||||
|
||||
parallel {
|
||||
stage('on centos') {
|
||||
agent {
|
||||
|
@ -50,7 +51,7 @@ pipeline{
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
stage('Create Artifacts') {
|
||||
agent {
|
||||
docker {
|
||||
|
@ -72,4 +73,3 @@ pipeline{
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue