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/28 15:53:45 UTC

[jackrabbit-filevault] branch bugfix/new-deployment created (now 5ccfd1b)

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

kwin pushed a change to branch bugfix/new-deployment
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git.


      at 5ccfd1b  use new deployment approach

This branch includes the following new commits:

     new 5ccfd1b  use new deployment approach

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] 01/01: use new deployment approach

Posted by kw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch bugfix/new-deployment
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git

commit 5ccfd1bda5d3c545638683b42dbc348b1ee41df2
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Dec 28 16:53:38 2021 +0100

    use new deployment approach
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index f320d2f..31f21d1 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")
\ No newline at end of file