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

[gitflow] Extract inline event handlers in de/silpion/jenkins/plugins/gitflow/GitflowBuildWrapper/global.jelly

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Minor Minor
    • gitflow-plugin

      Problems

      == Inline Event Handler
      Line: 20
      ----
      <f:textbox name="masterBranch" value="${descriptor.masterBranch}" onchange="Form.findMatchingInput(this,'gitflow.masterBranch').onchange()" />
      ----
      
      == Inline Event Handler
      Line: 23
      ----
      <f:textbox name="developBranch" value="${descriptor.developBranch}" onchange="Form.findMatchingInput(this,'gitflow.developBranch').onchange()" />
      ----
      
      == Inline Event Handler
      Line: 26
      ----
      <f:textbox name="releaseBranchPrefix" value="${descriptor.releaseBranchPrefix}" onchange="Form.findMatchingInput(this,'gitflow.releaseBranchPrefix').onchange()" />
      ----
      
      == Inline Event Handler
      Line: 29
      ----
      <f:textbox name="hotfixBranchPrefix" value="${descriptor.hotfixBranchPrefix}" onchange="Form.findMatchingInput(this,'gitflow.hotfixBranchPrefix').onchange()" />
      ----
      
      == Inline Event Handler
      Line: 32
      ----
      <f:textbox name="versionTagPrefix" value="${descriptor.versionTagPrefix}" onchange="Form.findMatchingInput(this,'gitflow.versionTagPrefix').onchange()" />
      ----
      
      == Inline Event Handler
      Line: 35
      ----
      <f:textbox name="featureBranchPrefix" value="${descriptor.featureBranchPrefix}" onchange="Form.findMatchingInput(this,'gitflow.featureBranchPrefix').onchange()" />
      ----
      

      Solution

      https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers

            Unassigned Unassigned
            basil Basil Crow
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: