Gehel has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/383114 )

Change subject: Improvements to the generic Maven job
......................................................................

Improvements to the generic Maven job

* Run until the `verify` phase, previously stopping at `package` phase,
  which does not run all checks. This might make builds that are
  currently passing fail suddenly, as more checks are now executed. This
  is probably something we want, but some communication might be required
  before merging this.
* Use explicit maven version 3.5.0. This should have no impact, any project
  building on older Maven version should build fine with the latest Maven
  release (of course, there is alwys something that // could// go wrong).

Change-Id: Ib7479e15441174f3a2c4a6376a425546569f7851
---
M jjb/job-templates.yaml
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/14/383114/1

diff --git a/jjb/job-templates.yaml b/jjb/job-templates.yaml
index 44c9a09..3118b4b 100644
--- a/jjb/job-templates.yaml
+++ b/jjb/job-templates.yaml
@@ -44,7 +44,8 @@
     prebuilders:
      - castor-load
     maven:
-      goals: clean package
+      goals: clean verify
+      maven-name: 'Maven-3.5.0'
     publishers:
      - castor-save
 

-- 
To view, visit https://gerrit.wikimedia.org/r/383114
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib7479e15441174f3a2c4a6376a425546569f7851
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Gehel <guillaume.leder...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to