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

Enable resolving of ${..} expressions in hudson.maven.RedeployPublisher

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Major Major
    • maven-plugin
    • None

      The following does NOT work:
      <hudson.maven.RedeployPublisher>
      [..]
      <url>${UPLOAD_URL}</url> ;; ${..} is not resolved.
      [..]
      </hudson.maven.RedeployPublisher>

      Context:
      Building a release job. A user shall have the possibility to run this job in dry-mode. In 'dry-mode' upload via hudson.maven.RedeployPublisher should ideally not happen. As workaround, a parametrized job variable (here: UPLOAD_URL) would specify where to upload. In order to support this, ${..} expressions must be resolved.

          [JENKINS-9511] Enable resolving of ${..} expressions in hudson.maven.RedeployPublisher

          There are no comments yet on this issue.

            Unassigned Unassigned
            geronimo wolfgang haefelinger
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: