Deploys Reference Application SNAPSHOT to maven

Stages & jobs

  1. Create Reference Application packages

  2. Upload parent pom to maven

  3. Deploy to Automated Functional Test Server

  4. Create Standalone and Run UI Tests

  5. Deploy to Manual Test Server

  6. Release

    Requires a user to start manually
  7. Create Standalone

Test results

  • 9 tests in total
  • 1 test failed
  • 1 failure is new
  • 1 test was quarantined / skipped
  • 1 minute taken in total.
New test failures 1
Status Test View job Duration
Collapse Failed LoginTest verifyModulesAvailableOnHomePage History
Run UI tests on Travis 2 secs
java.lang.AssertionError:  Expected: is <7>      but: was <8>
java.lang.AssertionError: 
Expected: is <7>
     but: was <8>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.junit.Assert.assertThat(Assert.java:865)
	at org.junit.Assert.assertThat(Assert.java:832)
	at org.openmrs.reference.LoginTest.verifyModulesAvailableOnHomePage(LoginTest.java:40)
(36 more lines...)
Quarantined tests 1
Status Test Failing since Quarantined by View job Duration
Collapse Failed VisitTest testStartVisit History
Failing since build #3077 (Child of RDD-RDD-1262) Not quarantined Run UI tests on Travis 3 secs
javax.ws.rs.BadRequestException: HTTP 400 Bad Request
	at org.glassfish.jersey.client.JerseyInvocation.convertToException(JerseyInvocation.java:904)
	at org.glassfish.jersey.client.JerseyInvocation.translate(JerseyInvocation.java:770)
	at org.glassfish.jersey.client.JerseyInvocation.access$500(JerseyInvocation.java:90)
	at org.glassfish.jersey.client.JerseyInvocation$2.call(JerseyInvocation.java:671)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:315)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:297)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:228)
(46 more lines...)