Updated Jenkinsfile

This commit is contained in:
Carpentier Pierre-Francois 2017-04-25 01:12:04 +02:00
parent 6cddc0e2a3
commit 659152f2f2
1 changed files with 5 additions and 1 deletions

6
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline {
agent any
stages {
stage('') {
stage('error') {
steps {
parallel(
"OpenBSD": {
@ -15,6 +15,10 @@ pipeline {
"CentOS 7": {
git 'https://github.com/kakwa/uts-server'
},
"Debian 8": {
git 'https://github.com/kakwa/uts-server'
}
)
}