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:53:58 UTC

[jackrabbit-filevault-package-maven-plugin] branch master updated: releng: add sanity check

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-package-maven-plugin.git


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

commit a4cd785be239739925b3e49a855325d0b6b9f71d
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Jul 5 09:53:52 2022 +0200

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

diff --git a/Jenkinsfile b/Jenkinsfile
index 947db84..07a1207 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -18,11 +18,12 @@
  * 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-package-maven-plugin', [ hasSeparateItExecution: true ]) 
-   vaultStageIT(['ubuntu', 'Windows'], [8, 11, 17], ['3.3.9', '3.5.4', '3.6.3', '3'])
-   vaultStageDeploy()
-  }
+  vaultStageSanityCheck()
+  vaultStageBuild(['Windows'], [17], ['3.6.3'], 'apache_jackrabbit-filevault-package-maven-plugin', [ hasSeparateItExecution: true ]) 
+  vaultStageIT(['Windows'], [8, 17], ['3.3.9', '3.5.4', '3.6.3'])
+  vaultStageDeploy()
+ }
 )
\ No newline at end of file