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 2021/12/26 14:09:09 UTC

[jackrabbit-filevault-package-maven-plugin] 01/01: use other jenkins library temporarily

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

kwin pushed a commit to branch bugfix/npe-during-deploy
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault-package-maven-plugin.git

commit 39273f2a75057df6e745bb9a6f90b16ff2f0e114
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Sun Dec 26 15:09:00 2021 +0100

    use other jenkins library temporarily
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index d1a684c..0885802 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -18,6 +18,6 @@
  * under the License.
  */
 // use the shared library from https://github.com/apache/jackrabbit-filevault-jenkins-lib
-library "filevault@master"
+library "filevault@bugfix/npe-during-deploy-staged"
 
 fileVaultMavenStdBuild([11, 8, 17], 11, [ "ubuntu", "Windows"], "ubuntu", "apache_jackrabbit-filevault-package-maven-plugin")
\ No newline at end of file