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 07:59:17 UTC

[jackrabbit-filevault] branch master updated: releng: add sanity check (#235)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3c9dd728 releng: add sanity check (#235)
3c9dd728 is described below

commit 3c9dd728e0b64f5be091acd8a2e9b9b657e9caf5
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Jul 5 09:59:12 2022 +0200

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

diff --git a/Jenkinsfile b/Jenkinsfile
index 5511dc1f..48c12a1c 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@master') _
 
 vaultPipeline('ubuntu', 11, '3', {
-   vaultStageBuild(['ubuntu', 'Windows'], [11, 17], ['3', '3.6.3'], 'apache_jackrabbit-filevault', 
+  vaultStageSanityCheck()
+  vaultStageBuild(['Windows'], [17], [], '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