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'