OpenMRS Core Master

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
1 second
Duration
23 minutes
Labels
None
Revisions
openmrs-core
06d267888fd1f6597cc99546a46e68ae2d46e985 06d267888fd1f6597cc99546a46e68ae2d46e985
openmrs-standalone
a007b20569b3776ca375346af549436b53296a95 a007b20569b3776ca375346af549436b53296a95
Release scripts
bb61e06483cd415a55b72cceac8d10ad00ee4e8a bb61e06483cd415a55b72cceac8d10ad00ee4e8a
Total tests
3549
Successful since
#1560 ()

Tests

Code commits

openmrs-core
Author Commit Message Commit date
Ivo Ulrich <teleivo@users.noreply.github.com> Ivo Ulrich <teleivo@users.noreply.github.com> 06d267888fd1f6597cc99546a46e68ae2d46e985 06d267888fd1f6597cc99546a46e68ae2d46e985 Merge pull request #2114 from teleivo/error-matchers
TRUNK-5136 Add custom hamcrest matcher HasFieldError
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> 4985500ea10d91b7dc970294b5bbebf167cb6c39 4985500ea10d91b7dc970294b5bbebf167cb6c39 TRUNK-5136 Add custom hamcrest matcher HasFieldErrors
* add a custom hamcrest matcher HasFieldErrors which enables
    assertThat(errors, hasFieldError());
    assertThat(errors, hasFieldError("text"));
    assertThat(errors, hasFieldError("text", "error.null"));
* matcher has factories which enables the above after static imports of
the matcher
* show use of matcher in PersonNameValidatorTest

Configuration changes

Some of the jobs or stages referenced by this result no longer exist.

Manual stage Release cannot be run as it references jobs that no longer exist.

Jira issues

IssueDescriptionStatus
Unknown Issue TypeTRUNK-5136Could not obtain issue details from Jira