You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2018/12/17 23:25:10 UTC

[sling-tooling-jenkins] branch feature/SLING-7245 updated: SLING-7245 - Validate pull requests using Jenkins

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

rombert pushed a commit to branch feature/SLING-7245
in repository https://gitbox.apache.org/repos/asf/sling-tooling-jenkins.git


The following commit(s) were added to refs/heads/feature/SLING-7245 by this push:
     new 8a057bb  SLING-7245 - Validate pull requests using Jenkins
8a057bb is described below

commit 8a057bb14dfc3efff6ad53536b528a35dd973ddc
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Dec 18 00:06:06 2018 +0100

    SLING-7245 - Validate pull requests using Jenkins
    
    Typo fix.
---
 vars/slingOsgiBundleBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/slingOsgiBundleBuild.groovy b/vars/slingOsgiBundleBuild.groovy
index 284e398..8d1ec28 100644
--- a/vars/slingOsgiBundleBuild.groovy
+++ b/vars/slingOsgiBundleBuild.groovy
@@ -1,5 +1,5 @@
 def call(Map params = [:]) {
-    def moduleDir = params.containsKey('moduleDir') ? params.buildDir: '.'
+    def moduleDir = params.containsKey('moduleDir') ? params.moduleDir: '.'
 
     pipeline {
         agent {