Skip to content

Tags: heremaps/gradle-jenkins-jobdsl-plugin

Tags

3.7.0

Toggle 3.7.0's commit message
Prepare release 3.7.0

Signed-off-by: Martin Nonnenmacher <[email protected]>

3.6.0

Toggle 3.6.0's commit message
Prepare release 3.6.0

Signed-off-by: Martin Nonnenmacher <[email protected]>

3.5.0

Toggle 3.5.0's commit message
Prepare release 3.5.0

Signed-off-by: Martin Nonnenmacher <[email protected]>

3.4.0

Toggle 3.4.0's commit message
Prepare release 3.4.0

Signed-off-by: Martin Nonnenmacher <[email protected]>

3.3.0

Toggle 3.3.0's commit message
Prepare release 3.3.0

Signed-off-by: Martin Nonnenmacher <[email protected]>

3.2.3

Toggle 3.2.3's commit message
Prepare bugfix release 3.2.3

Signed-off-by: Martin Nonnenmacher <[email protected]>

3.2.2

Toggle 3.2.2's commit message
Use HTTPS URL for the plugin's vcsUrl

Otherwise the plugin-publish-plugin fails with "Invalid URI".

Signed-off-by: Martin Nonnenmacher <[email protected]>

3.2.1

Toggle 3.2.1's commit message
Prepare bugfix release 3.2.1

3.2.0

Toggle 3.2.0's commit message
Simplify if conditions by using the null-safe operator

3.1.0

Toggle 3.1.0's commit message
Fix #65: Do not add common DSL closure multiple times in PipelineBuilder

Pass the common DSL closure to the build method of the job builder instead
of adding it to the list of dsl closures. This prevents it from being added
multiple times when PipelineBuilder.build() is called multiple times.

Add byte-buddy to the test dependencies to enable Spock to mock
PipelineJobBuilder which is not an interface [1][2].

[1] http:https://spockframework.org/spock/docs/1.1/all_in_one.html#_mocking_classes
[2] http:https://spockframework.org/spock/docs/1.1/all_in_one.html#_1_1_rc_3_released_2016_10_17