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

Swarm client should support environment variables and tool locations from command line

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • other
    • None
    • 3.18

      It would be nice to pass environment variables and tool locations to the swarm client, analogous to normal slave configuration settings.

      It could be a bit like this:

      java -jar swarm-client.jar \
      -env BUILDTYPE=release \
      -env ANOTHER_ENV='variable containing white space' \
      -ant 'Ant 1.7.1' '/path/to/apache-ant-1.7.1' \
      -jdk JKD6 /usr/java/jdk1.6.0_16
      

            basil Basil Crow
            voorth voorth
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: