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

Scripts not permitted to use staticMethod java.lang.Math max int int

    XMLWordPrintable

Details

    Description

      Scripts not permitted to use staticMethod java.lang.Math max int int

        last_run = selectRun filter: parameters("Target_OS=CentOS${os}"), job: env.JOB_NAME, selector: status('STABLE'), verbose: true
        id_to_copy = Math.max(id_to_copy,last_run.getId() as int)
      

      Expected outcome: ability to use, or at least approve under /scriptApproval/, Math.max(). If there's a better way to do it, I am a groovy noob and just copying examples in most places.

      Attachments

        Issue Links

          Activity

            abayer Andrew Bayer added a comment -

            Fixed in next script-security plugin release (will be 1.35)

            abayer Andrew Bayer added a comment - Fixed in next script-security plugin release (will be 1.35)
            abayer Andrew Bayer added a comment -

            PR up at https://github.com/jenkinsci/script-security-plugin/pull/159 adding Math.max and Math.min - wasn't sure if there were any other Math static methods we would want, but max and min definitely seem reasonable.

            abayer Andrew Bayer added a comment - PR up at https://github.com/jenkinsci/script-security-plugin/pull/159 adding Math.max and Math.min - wasn't sure if there were any other Math static methods we would want, but max and min definitely seem reasonable.

            People

              abayer Andrew Bayer
              aarondmarasco_vsi Aaron D. Marasco
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: