Build: #86 was successful Manual run from the stage: Release by Sharif Magembe

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
37 minutes
Labels
None
Revisions
Git
559b55c69ccac80dc1e8d888a6e59e6386069bd0 559b55c69ccac80dc1e8d888a6e59e6386069bd0
Release scripts
681f3bff12454842e7e4fae01a15ce2827d75dc7 681f3bff12454842e7e4fae01a15ce2827d75dc7
Total tests
46
Successful since
#63 ()

Tests

  • 0 New failures
  • 0 Existing failures
  • 0 Fixed

Code commits

Release scripts
Author Commit Message Commit date
Burke Mamlin <burke@openmrs.org> Burke Mamlin <burke@openmrs.org> 681f3bff12454842e7e4fae01a15ce2827d75dc7 681f3bff12454842e7e4fae01a15ce2827d75dc7 Fix sourceforge rsync transfers
Sourceforge key is now under a sourceforge subfolder. Use "openmrs" username.
Ian Bacher Ian Bacher 1969d1c2650fc66ab14f5edb4052a329a196f370 1969d1c2650fc66ab14f5edb4052a329a196f370 Update release-prepare-perform.sh
Hopefully fix the regex issue
Ian Bacher Ian Bacher ce18ee46b521ba3039496ba220aeddd4b313c5e5 ce18ee46b521ba3039496ba220aeddd4b313c5e5 Update release script to support semvers (#7)
* Uses a POSIX-compatible version of the regex for identifying semvers
* Reserves the ending -SNAPSHOT for development versions so we don't break the logic that follows

See: https://talk.openmrs.org/t/easing-semver-constraint-on-releasing-modules-from-bamboo/27716/2