From 659152f2f266d5646891c5c07dcb2473e54aa801 Mon Sep 17 00:00:00 2001 From: Carpentier Pierre-Francois Date: Tue, 25 Apr 2017 01:12:04 +0200 Subject: [PATCH] Updated Jenkinsfile --- Jenkinsfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 87082b5..0643a2f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' + } ) }