Skip to content

Releases: eiffel-community/eiffel-commons

Customable Subscription Authentication fields

04 Jul 11:38
a5b924a
Compare
Choose a tag to compare

authenticationType, userName and password is now set individually and supports custom athentication types.

Revert changes to resource loading

19 Jun 11:52
Compare
Choose a tag to compare
  • Revert back the way we read files
  • Add .travis file for travis tests.
  • Update to README

Making constant class final

12 Jun 18:57
5eea369
Compare
Choose a tag to compare
Making class of constants as final and path change for jenkinsxml (#19)

* making constant class final, minor change in jenkinsxml path and changing version

Regex as a JSON to constant static class

11 Jun 13:41
10c898f
Compare
Choose a tag to compare
regex as a json to regex as a constant class (#18)

* version 0.0.9

* changing regex as a JSON to constant static class

Making file loading from resources work

07 Jun 07:43
7266bb3
Compare
Choose a tag to compare
Changes to make file loading work (#17)

* changes for making file loading work

* version 0.0.8

RegEx for validation

28 May 13:08
ebe4b26
Compare
Choose a tag to compare
  • RegEx for naming validation

  • RegEx for email validation

Null body in response entity and persistent client true or false

25 Feb 13:18
df2f74d
Compare
Choose a tag to compare

Improvement:

  • Null body is allowed in response entity
  • HttpRequest can be set to use a persistent/singleton client or a new one

Added support for System Groovy Script

20 Feb 13:06
b63fbf8
Compare
Choose a tag to compare

New:
** Support for system groovy script in JenkinsXmlData

New group id

15 Feb 13:04
a7f32c1
Compare
Choose a tag to compare

This release is in a new group id to fit the eiffel products.

Fix:

  • System.out.println has been removed printing jenkins crumb.

First working Eiffel Commons release

13 Feb 14:50
3f57ca4
Compare
Choose a tag to compare

What's New:

  • Jenkins Manager, handles jenkins in various way.
  • Use the JenkinsXMLdata class to build up your xml needed to create a jenkins job.
  • SubscriptionObject, prepare your subscription data before creating a subscription using the included HTTPRequest.
  • HTTPRequest, create different http requests and execute them in a simple way.