diff options
author | Grant Limberg <grant.limberg@zerotier.com> | 2019-06-13 10:38:42 -0700 |
---|---|---|
committer | Grant Limberg <grant.limberg@zerotier.com> | 2019-06-13 10:38:42 -0700 |
commit | 3b188ba672559ff80264a8fab32699ebdbf928fe (patch) | |
tree | 9c97e4861d16e76667baaf698e021e80c4aecd2d | |
parent | eb84d61debd267b3446cd2f1a36d7f4fd354674a (diff) | |
download | infinitytier-3b188ba672559ff80264a8fab32699ebdbf928fe.tar.gz infinitytier-3b188ba672559ff80264a8fab32699ebdbf928fe.zip |
no message
-rw-r--r-- | Jenkinsfile | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 9e9cb51a..88989327 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -60,25 +60,25 @@ parallel 'centos7': { // throw err // } // } -}, 'windows': { - node('windows') { - try { - checkout scm +// }, 'windows': { +// node('windows') { +// try { +// checkout scm - stage('Build Windows') { - bat '''CALL "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\vcvarsall.bat" amd64 -git clean -dfx -msbuild windows\\ZeroTierOne.sln -''' - } - } - catch (err) { - currentBuild.result = "FAILURE" - mattermostSend color: '#ff0000', message: "${env.JOB_NAME} broken on Windows (<${env.BUILD_URL}|Open>)" +// stage('Build Windows') { +// bat '''CALL "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\vcvarsall.bat" amd64 +// git clean -dfx +// msbuild windows\\ZeroTierOne.sln +// ''' +// } +// } +// catch (err) { +// currentBuild.result = "FAILURE" +// mattermostSend color: '#ff0000', message: "${env.JOB_NAME} broken on Windows (<${env.BUILD_URL}|Open>)" - throw err - } - } +// throw err +// } +// } } mattermostSend color: "#00ff00", message: "${env.JOB_NAME} #${env.BUILD_NUMBER} Complete (<${env.BUILD_URL}|Show More...>)" |