You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2021/06/23 16:02:22 UTC

[sling-tooling-jenkins] branch master updated: SLING-10496 set property "ci" instead of explicitly activating a profile with that name

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

kwin 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 8b339ce  SLING-10496 set property "ci" instead of explicitly activating a profile with that name
8b339ce is described below

commit 8b339ce775e95e6c96781223b38f55b18145bbbc
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Wed Jun 23 18:02:12 2021 +0200

    SLING-10496 set property "ci" instead of explicitly activating a profile
    with that name
---
 vars/slingOsgiBundleBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/slingOsgiBundleBuild.groovy b/vars/slingOsgiBundleBuild.groovy
index 78a7f23..f22857a 100644
--- a/vars/slingOsgiBundleBuild.groovy
+++ b/vars/slingOsgiBundleBuild.groovy
@@ -116,7 +116,7 @@ def defineStage(def globalConfig, def jobConfig, def jdkVersion, def isReference
                 dependenciesFingerprintPublisher(disabled: !isReferenceStage)
             ] ) {
 
-            sh "mvn -U clean ${goal} ${additionalMavenParams} -Pci"
+            sh "mvn -U clean ${goal} ${additionalMavenParams} -Dci"
         }
         if ( isReferenceStage && jobConfig.archivePatterns ) {
             archiveArtifacts(artifacts: SlingJenkinsHelper.jsonArrayToCsv(jobConfig.archivePatterns), allowEmptyArchive: true)