-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.54..v0.2.55 changeset Jenkinsfile
Garret Voltz edited this page Aug 14, 2020
·
1 revision
diff --git a/scripts/jenkins/Jenkinsfile b/scripts/jenkins/Jenkinsfile
index 32b7663..ba4f61a 100644
--- a/scripts/jenkins/Jenkinsfile
+++ b/scripts/jenkins/Jenkinsfile
@@ -9,7 +9,7 @@ pipeline {
SYS_URL = 'UNKOWN'
SYS_VER = 'UNKOWN'
BUILD_VERBOSE = 'no'
- BUILD_DEBUG = 'yes'
+ BUILD_DEBUG = 'no'
}
triggers {
@@ -89,7 +89,8 @@ pipeline {
anyOf {
// Configure for sonar if user selected it, pull-request, or nightly run of master
expression { return params.Sonar }
- changeRequest()
+// UNCOMMENT AFTER SONAR IS FIXED
+// changeRequest()
allOf {
triggeredBy 'TimerTrigger'
branch 'master'
@@ -151,7 +152,8 @@ pipeline {
when {
anyOf {
expression { return params.Sonar }
- changeRequest()
+// UNCOMMENT AFTER SONAR IS FIXED
+// changeRequest()
allOf {
triggeredBy 'TimerTrigger'
branch 'master'