Temporarily removed picoTCP targets from Jenkinsfile
This commit is contained in:
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@@ -43,6 +43,7 @@ parallel 'centos7': {
|
|||||||
// ------------------------------------ picoTCP ---------------------------------
|
// ------------------------------------ picoTCP ---------------------------------
|
||||||
// ------------------------------------------------------------------------------
|
// ------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
/*
|
||||||
try {
|
try {
|
||||||
checkout scm
|
checkout scm
|
||||||
sh 'git submodule update --init'
|
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>)"
|
slackSend color: '#ff0000', message: "${env.JOB_NAME} broken on linux (<${env.BUILD_URL}|Open>)"
|
||||||
throw err
|
throw err
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
// ------------------------------------------------------------------------------
|
// ------------------------------------------------------------------------------
|
||||||
// ---------------------------- static library (Linux) --------------------------
|
// ---------------------------- static library (Linux) --------------------------
|
||||||
@@ -143,7 +145,7 @@ parallel 'centos7': {
|
|||||||
throw err
|
throw err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
// picoTCP
|
// picoTCP
|
||||||
|
|
||||||
try {
|
try {
|
||||||
@@ -200,7 +202,7 @@ parallel 'centos7': {
|
|||||||
slackSend color: '#ff0000', message: "${env.JOB_NAME} broken on linux (<${env.BUILD_URL}|Open>)"
|
slackSend color: '#ff0000', message: "${env.JOB_NAME} broken on linux (<${env.BUILD_URL}|Open>)"
|
||||||
throw err
|
throw err
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
// lwIP
|
// lwIP
|
||||||
|
|
||||||
@@ -289,6 +291,7 @@ parallel 'centos7': {
|
|||||||
// ------------------------------------ picoTCP ---------------------------------
|
// ------------------------------------ picoTCP ---------------------------------
|
||||||
// ------------------------------------------------------------------------------
|
// ------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
/*
|
||||||
try {
|
try {
|
||||||
checkout scm
|
checkout scm
|
||||||
sh 'git submodule update --init'
|
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>)"
|
slackSend color: '#ff0000', message: "${env.JOB_NAME} broken on macOS (<${env.BUILD_URL}|Open>)"
|
||||||
throw err
|
throw err
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
// ------------------------------------------------------------------------------
|
// ------------------------------------------------------------------------------
|
||||||
// -------------------------- Intercept Library (macOS) -------------------------
|
// -------------------------- Intercept Library (macOS) -------------------------
|
||||||
@@ -401,6 +405,8 @@ parallel 'centos7': {
|
|||||||
throw err
|
throw err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
|
||||||
// picoTCP
|
// picoTCP
|
||||||
|
|
||||||
try {
|
try {
|
||||||
@@ -458,6 +464,7 @@ parallel 'centos7': {
|
|||||||
throw err
|
throw err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
// lwIP
|
// lwIP
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user