Skip to content

Latest commit

 

History

History
102 lines (45 loc) · 3.12 KB

CHANGELOG.md

File metadata and controls

102 lines (45 loc) · 3.12 KB

1.4.0 (2018-03-15)

Features

  • Add a dot option to avoid streaming huge logs (3481d6d)

1.3.1 (2018-01-08)

Bug Fixes

  • Single parameter builds are correctly handled (528d33f)

1.3.0 (2018-01-05)

Bug Fixes

  • Run build with a single parameter (51ce4e6)

Features

1.2.0 (2017-06-05)

Bug Fixes

  • Rename variables to conform to Gitlab Runners 9.0+ (11728b7)
  • create empty array of options if undefined (b7457c1)

Features

  • Handle build cancellation (82e7dc3)

1.1.0 (2017-04-25)

Features

  • Additional arguments are allowed (989c460), closes #4

1.0.0 (2017-03-21)

Bug Fixes

  • Authentication is optional (fd66b83), closes #2
  • Be less verbose when build is queued (7a4aa14)
  • Parameters are correctly sent (926dd84)
  • Polling interval is correctly used (1528661)

Features

  • The polling interval is customisable (208a7ee), closes #3

1.0.0-beta.4 (2017-03-18)

1.0.0-beta.3 (2017-03-18)

1.0.0-beta.2 (2017-03-18)

Features

  • Add a Dockerfile (eee5718)
  • Add build description (f87a237)
  • Add environment whitelist (57a7bd4)
  • Read configuration from env. variables (604908e)