Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-30859

Add support for Apache Mesos/Marathon

XMLWordPrintable

      There are some plugins that might require deploy artefacts into Mesos/Marathon and check some parameters to be sure that it has been deployed correctly.

      It can be implemented in similar way as Docker support. It might look like:

      @Marathon(app="org/jenkinsci/plugins/marathon/apps.json")
      public class MarathonTest {
      } 
      

      Basically like DockerFixture, this annotation would read the Marathon json file used for starting a new application.

      app attribute could be an optional attribute, and json file could be placed in a default location like Dockerfile location in DockerFixture.

            Unassigned Unassigned
            asotobueno Alex Soto
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: