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:08 UTC

[jackrabbit-filevault-package-maven-plugin] branch bugfix/npe-during-deploy created (now 39273f2)

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

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


      at 39273f2  use other jenkins library temporarily

This branch includes the following new commits:

     new 39273f2  use other jenkins library temporarily

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

Posted by kw...@apache.org.
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