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-whiteboard.git
commit 66c16aa84eab16d79018731c027d627674e67b0d Author: Robert Munteanu <[email protected]> AuthorDate: Tue Dec 18 00:06:40 2018 +0100 SLING-7245 - Validate pull requests using Jenkins Switch to using the shared pipeline --- Jenkinsfile | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 38426cc..d86168a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,20 +1 @@ -pipeline { - agent { - label 'ubuntu' - } - - tools { - maven 'Maven 3.3.9' - jdk 'JDK 1.8 (latest)' - } - - stages { - stage ('Build') { - steps { - dir('mdresourceprovider') { - sh 'mvn clean install' - } - } - } - } -} \ No newline at end of file +slingOsgiBundleBuild('moduleDir': 'mdResourceProvider') \ No newline at end of file
