This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-tooling-jenkins.git


The following commit(s) were added to refs/heads/master by this push:
     new 9e86c8a  SLING-9880 - need an integer
9e86c8a is described below

commit 9e86c8a5b0615ca25ee5edee600582bd5e7d8e81
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Thu Nov 5 18:02:04 2020 +0100

    SLING-9880 - need an integer
---
 vars/slingOsgiBundleBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/slingOsgiBundleBuild.groovy b/vars/slingOsgiBundleBuild.groovy
index e58376c..ff44712 100644
--- a/vars/slingOsgiBundleBuild.groovy
+++ b/vars/slingOsgiBundleBuild.groovy
@@ -4,7 +4,7 @@ def call(Map params = [:]) {
 
     def globalConfig = [
         availableJDKs : [ 8: 'jdk_1.8_latest', 9: 'jdk_1.9_latest', 10: 
'jdk_10_latest', 11: 'jdk_11_latest', 12: 'jdk_12_latest', 13: 'jdk_13_latest', 
14: 'jdk_14_latest', 15: 'jdk_15_latest', 16: 'jdk_16_latest'],
-        sonarQubeJdk: '11',
+        sonarQubeJdk: 11,
         mvnVersion : 'maven_3_latest',
         mainNodeLabel : 'ubuntu',
         githubCredentialsId: 'sling-github-token'

Reply via email to