summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Limberg <grant.limberg@zerotier.com>2019-06-13 10:35:54 -0700
committerGrant Limberg <grant.limberg@zerotier.com>2019-06-13 10:35:54 -0700
commiteb84d61debd267b3446cd2f1a36d7f4fd354674a (patch)
treef4753b0f183e5b1990e76775b8dd70fedcb3686a
parent47d29ddcaf677a5376f54e6901bcdc38e499b16d (diff)
downloadinfinitytier-eb84d61debd267b3446cd2f1a36d7f4fd354674a.tar.gz
infinitytier-eb84d61debd267b3446cd2f1a36d7f4fd354674a.zip
remove these from jenkins for now
-rw-r--r--Jenkinsfile62
1 files changed, 31 insertions, 31 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index e729c334..9e9cb51a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -24,42 +24,42 @@ parallel 'centos7': {
throw err
}
}
-}, 'android-ndk': {
- node('android-ndk') {
- try {
- checkout scm
+// }, 'android-ndk': {
+// node('android-ndk') {
+// try {
+// checkout scm
- stage('Build Android NDK') {
- sh "/android/android-ndk-r15b/ndk-build -C $WORKSPACE/java ZT1=${WORKSPACE}"
- }
- }
- catch (err) {
- currentBuild.result = "FAILURE"
- mattermostSend color: '#ff0000', message: "${env.JOB_NAME} broken on Android NDK (<${env.BUILD_URL}|Open>)"
+// stage('Build Android NDK') {
+// sh "/android/android-ndk-r15b/ndk-build -C $WORKSPACE/java ZT1=${WORKSPACE}"
+// }
+// }
+// catch (err) {
+// currentBuild.result = "FAILURE"
+// mattermostSend color: '#ff0000', message: "${env.JOB_NAME} broken on Android NDK (<${env.BUILD_URL}|Open>)"
- throw err
- }
- }
-}, 'macOS': {
- node('macOS') {
- try {
- checkout scm
+// throw err
+// }
+// }
+// }, 'macOS': {
+// node('macOS') {
+// try {
+// checkout scm
- stage('Build macOS') {
- sh 'make -f make-mac.mk'
- }
+// stage('Build macOS') {
+// sh 'make -f make-mac.mk'
+// }
- stage('Build macOS UI') {
- sh 'cd macui && xcodebuild -target "ZeroTier One" -configuration Debug'
- }
- }
- catch (err) {
- currentBuild.result = "FAILURE"
- mattermostSend color: '#ff0000', message: "${env.JOB_NAME} broken on macOS (<${env.BUILD_URL}|Open>)"
+// stage('Build macOS UI') {
+// sh 'cd macui && xcodebuild -target "ZeroTier One" -configuration Debug'
+// }
+// }
+// catch (err) {
+// currentBuild.result = "FAILURE"
+// mattermostSend color: '#ff0000', message: "${env.JOB_NAME} broken on macOS (<${env.BUILD_URL}|Open>)"
- throw err
- }
- }
+// throw err
+// }
+// }
}, 'windows': {
node('windows') {
try {