From bac18b8d7c879b78233fda5a86124be8ebf1f8cb Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Fri, 29 Sep 2017 15:35:38 -0700 Subject: [PATCH] Temporarily removed picoTCP targets from Jenkinsfile --- Jenkinsfile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 803ee90..d30affb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -43,6 +43,7 @@ parallel 'centos7': { // ------------------------------------ picoTCP --------------------------------- // ------------------------------------------------------------------------------ +/* try { checkout scm sh 'git submodule update --init' @@ -81,6 +82,7 @@ parallel 'centos7': { slackSend color: '#ff0000', message: "${env.JOB_NAME} broken on linux (<${env.BUILD_URL}|Open>)" throw err } +*/ // ------------------------------------------------------------------------------ // ---------------------------- static library (Linux) -------------------------- @@ -143,7 +145,7 @@ parallel 'centos7': { throw err } - +/* // picoTCP try { @@ -200,7 +202,7 @@ parallel 'centos7': { slackSend color: '#ff0000', message: "${env.JOB_NAME} broken on linux (<${env.BUILD_URL}|Open>)" throw err } - +*/ // lwIP @@ -289,6 +291,7 @@ parallel 'centos7': { // ------------------------------------ picoTCP --------------------------------- // ------------------------------------------------------------------------------ +/* try { checkout scm sh 'git submodule update --init' @@ -327,6 +330,7 @@ parallel 'centos7': { slackSend color: '#ff0000', message: "${env.JOB_NAME} broken on macOS (<${env.BUILD_URL}|Open>)" throw err } +*/ // ------------------------------------------------------------------------------ // -------------------------- Intercept Library (macOS) ------------------------- @@ -401,6 +405,8 @@ parallel 'centos7': { throw err } +/* + // picoTCP try { @@ -458,6 +464,7 @@ parallel 'centos7': { throw err } +*/ // lwIP