Skip to content
Snippets Groups Projects
Commit b17f4fb5 authored by Lars Bilke's avatar Lars Bilke
Browse files

[Jenkins] Completely disable mac for now.

parent 92a2706d
No related branches found
No related tags found
No related merge requests found
......@@ -38,12 +38,12 @@ builders['msvc'] = {
}
}
builders['mac'] = {
node('mac') {
dir('ogs') { checkout scm }
// builders['mac'] = {
// node('mac') {
// dir('ogs') { checkout scm }
// load 'ogs/scripts/jenkins/mac.groovy'
}
}
// }
// }
if (helper.isRelease(this)) {
builders['msvc32'] = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment