We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3787dde commit 97ba6e1Copy full SHA for 97ba6e1
Jenkinsfile
@@ -8,7 +8,7 @@
8
def buildNumber = BUILD_NUMBER as int; if (buildNumber > 1) milestone(buildNumber - 1); milestone(buildNumber) // JENKINS-43353 / JENKINS-58625
9
10
// TEST FLAG - to make it easier to turn on/off unit tests for speeding up access to later stuff.
11
-def runTests = true
+def runTests = false
12
def failFast = false
13
14
properties([buildDiscarder(logRotator(numToKeepStr: '50', artifactNumToKeepStr: '3')), durabilityHint('PERFORMANCE_OPTIMIZED')])
0 commit comments