You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2022/01/07 14:25:54 UTC

[jackrabbit-filevault] 01/01: JCRVLT-580 parameterize Maven version

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

kwin pushed a commit to branch feature/JCRVLT-580-parameterize-maven-version
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git

commit 08e8ad341017b26d601954f7a06958bd857f3606
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Jan 7 15:25:13 2022 +0100

    JCRVLT-580 parameterize Maven version
---
 Jenkinsfile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index f320d2f..f238914 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -18,6 +18,10 @@
  * under the License.
  */
 // use the shared library from https://github.com/apache/jackrabbit-filevault-jenkins-lib
-library "filevault@master"
+library "filevault@feature/JCRVLT-580-parameterize-maven-version"
 
-fileVaultMavenStdBuild([11, 8, 17], 11, [ "ubuntu", "Windows"], "ubuntu", "apache_jackrabbit-filevault")
\ No newline at end of file
+vaultPipeline('ubuntu', 11, '3', {
+   vaultStageBuild(['ubuntu', 'Windows'], [8, 11, 17], ['3', '3.6.3'], 'apache_jackrabbit-filevault-package-maven-plugin')
+   vaultStageDeploy()
+  }
+)
\ No newline at end of file