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

Expand UNIX style variables on Windows as ant definitions

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Major Major
    • ant-plugin
    • None
    • Platform: PC, OS: All

      If I set up a project build step as an ant task, I can pass hudson parameters on
      the Properties box such as

      release=X.Y.${BUILD_NUMBER}.${SVN_REVISION}

      my problem is that the in windows I need to change it to

      release=X.Y.%BUILD_NUMBER%.%SVN_REVISION%

      Since hudson is setting these environment variables in the first place could it
      support the ${BUILD_NUMBER} convention even on windows?

            Unassigned Unassigned
            mendelson_paul mendelson_paul
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: