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/07/05 06:47:41 UTC

[jackrabbit-filevault] branch feature/improved-ci-pipeline created (now 75c04336)

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

kwin pushed a change to branch feature/improved-ci-pipeline
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git


      at 75c04336 releng: add sanity check

This branch includes the following new commits:

     new 75c04336 releng: add sanity check

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: releng: add sanity check

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

kwin pushed a commit to branch feature/improved-ci-pipeline
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git

commit 75c04336f6821f63e7e872e1d14087f0b79613d5
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Jul 5 08:47:35 2022 +0200

    releng: add sanity check
---
 Jenkinsfile | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 5511dc1f..09fd1c72 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -18,14 +18,15 @@
  * under the License.
  */
 // use the shared library from https://github.com/apache/jackrabbit-filevault-jenkins-lib
-library "filevault@master"
+@Library('filevault@feature/add-sanity-check') _
 
 vaultPipeline('ubuntu', 11, '3', {
-   vaultStageBuild(['ubuntu', 'Windows'], [11, 17], ['3', '3.6.3'], 'apache_jackrabbit-filevault', 
+  vaultStageSanityCheck()
+  vaultStageBuild(['Windows'], [17], ['3.6.3'], 'apache_jackrabbit-filevault', 
      [
        mainBuildArguments: '-U clean site deploy -Pjacoco-report,dependency-check -Dlogback.configurationFile=vault-core/src/test/resources/logback-only-errors.xml'
      ]
-   )
-   vaultStageDeploy()
-  }
+  )
+  vaultStageDeploy()
+}
 )
\ No newline at end of file