Branch: refs/heads/master
Home: https://github.com/jenkinsci/nomad-plugin
Commit: af2fda4bd45586176614593c6a61684d12b7413d
https://github.com/jenkinsci/nomad-plugin/commit/af2fda4bd45586176614593c6a61684d12b7413d
Author: Jonathan Ballet <[email protected]>
Date: 2019-08-07 (Wed, 07 Aug 2019)
Changed paths:
M src/main/java/org/jenkinsci/plugins/nomad/NomadApi.java
M src/main/java/org/jenkinsci/plugins/nomad/NomadCloud.java
M src/main/java/org/jenkinsci/plugins/nomad/NomadSlaveTemplate.java
M src/test/java/org/jenkinsci/plugins/nomad/NomadApiTest.java
Log Message:
-----------
Remove nested NomadCloud object (#55)
This should improve the interaction with the export feature of the
"Configuration as code" plugin, which currently falls into an infinite
loop:
1. It starts to export a `NomadCloud` object.
2. It then start to export each of the `NomadSlaveTemplate` objects ...
3. Which in turn have a reference towards the `NomadCloud` object ...
4. Which starts to get exported and loops back to 1.
Fix: #54
Fix: JENKINS-58491
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nomad-plugin/push/refs/heads/master/35a1a3-af2fda%40github.com.