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' + } ) }