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

Sharing a job folder exposes blazemeter API token

      if you share a Jenkins job folder the resulting build.xml contains your blazemeter API token.

      The API token should be only stored encrypted as a credential.

       

      ..../builds/14/build.xml
          <hudson.plugins.blazemeter.PerformanceBuildAction plugin="BlazeMeterJenkinsPlugin@4.7">
            <run class="flow-build" reference="../../.."/>
            <reportUrl>https://a.blazemeter.com/app/?public-token=REDACTED#/masters/ID/summary</reportUrl> 

          [JENKINS-66452] Sharing a job folder exposes blazemeter API token

          Ronnie created issue -
          Ronnie made changes -
          Summary Original: Sharing a job folder exposes buildmeter API token New: Sharing a job folder exposes blazemeter API token
          Ronnie made changes -
          Description Original: if you share a Jenkins job folder the resulting build.xml contains your buildmeter API token.

          The API token should be only stored encrypted as a credential.

           
          {code:java}
          ..../builds/14/build.xml
              <hudson.plugins.blazemeter.PerformanceBuildAction plugin="BlazeMeterJenkinsPlugin@4.7">
                <run class="flow-build" reference="../../.."/>
                <reportUrl>https://a.blazemeter.com/app/?public-token=REDACTED#/masters/36502973/summary&lt;/reportUrl> {code}
          New: if you share a Jenkins job folder the resulting build.xml contains your blazemeter API token.

          The API token should be only stored encrypted as a credential.

           
          {code:java}
          ..../builds/14/build.xml
              <hudson.plugins.blazemeter.PerformanceBuildAction plugin="BlazeMeterJenkinsPlugin@4.7">
                <run class="flow-build" reference="../../.."/>
                <reportUrl>https://a.blazemeter.com/app/?public-token=REDACTED#/masters/36502973/summary&lt;/reportUrl> {code}
          Ronnie made changes -
          Description Original: if you share a Jenkins job folder the resulting build.xml contains your blazemeter API token.

          The API token should be only stored encrypted as a credential.

           
          {code:java}
          ..../builds/14/build.xml
              <hudson.plugins.blazemeter.PerformanceBuildAction plugin="BlazeMeterJenkinsPlugin@4.7">
                <run class="flow-build" reference="../../.."/>
                <reportUrl>https://a.blazemeter.com/app/?public-token=REDACTED#/masters/36502973/summary&lt;/reportUrl> {code}
          New: if you share a Jenkins job folder the resulting build.xml contains your blazemeter API token.

          The API token should be only stored encrypted as a credential.

           
          {code:java}
          ..../builds/14/build.xml
              <hudson.plugins.blazemeter.PerformanceBuildAction plugin="BlazeMeterJenkinsPlugin@4.7">
                <run class="flow-build" reference="../../.."/>
                <reportUrl>https://a.blazemeter.com/app/?public-token=REDACTED#/masters/ID/summary&lt;/reportUrl> {code}

            Unassigned Unassigned
            rmoore_cb Ronnie
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: