mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
no message
This commit is contained in:
parent
eb84d61deb
commit
3b188ba672
1 changed files with 17 additions and 17 deletions
34
Jenkinsfile
vendored
34
Jenkinsfile
vendored
|
@ -60,25 +60,25 @@ parallel 'centos7': {
|
||||||
// throw err
|
// throw err
|
||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
}, 'windows': {
|
// }, 'windows': {
|
||||||
node('windows') {
|
// node('windows') {
|
||||||
try {
|
// try {
|
||||||
checkout scm
|
// checkout scm
|
||||||
|
|
||||||
stage('Build Windows') {
|
// stage('Build Windows') {
|
||||||
bat '''CALL "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\vcvarsall.bat" amd64
|
// bat '''CALL "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\vcvarsall.bat" amd64
|
||||||
git clean -dfx
|
// git clean -dfx
|
||||||
msbuild windows\\ZeroTierOne.sln
|
// msbuild windows\\ZeroTierOne.sln
|
||||||
'''
|
// '''
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
catch (err) {
|
// catch (err) {
|
||||||
currentBuild.result = "FAILURE"
|
// currentBuild.result = "FAILURE"
|
||||||
mattermostSend color: '#ff0000', message: "${env.JOB_NAME} broken on Windows (<${env.BUILD_URL}|Open>)"
|
// 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...>)"
|
mattermostSend color: "#00ff00", message: "${env.JOB_NAME} #${env.BUILD_NUMBER} Complete (<${env.BUILD_URL}|Show More...>)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue