I tried to set the following as a parameter,

      PARAMETERS=

      {"svnrev":"$SVN_REVISION", "buildid":"$PIPELINE_BUILD_NUMBER"}

      but it came through as

      '

      {"svnrev":"263168",' '"buildid":"1172"}

      '

      The issue was the space. Everything worked once I took that out. Is this something that can be fixed?

          [JENKINS-15299] support spaces inside parameters

          caoilte oconnor created issue -
          caoilte oconnor made changes -
          Description Original: I tried to set the following as a parameter,

          PARAMETERS={"svnrev":"$SVN_REVISION", "buildid":"$PIPELINE_BUILD_NUMBER"}

          but it came through as

          '{"svnrev":"263168",' '"buildid":"1172"}'

          New: I tried to set the following as a parameter,

          PARAMETERS={"svnrev":"$SVN_REVISION", "buildid":"$PIPELINE_BUILD_NUMBER"}

          but it came through as

          '{"svnrev":"263168",' '"buildid":"1172"}'

          The issue was the space. Everything worked once I took that out. Is this something that can be fixed?
          Summary Original: support commas inside parameters New: support spaces inside parameters
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 146022 ] New: JNJira + In-Review [ 176507 ]

            huybrechts huybrechts
            caoilte caoilte oconnor
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: