-
Bug
-
Resolution: Unresolved
-
Minor
Problems
src/main/resources/com/atlassian/jira/cloud/jenkins/config/JiraCloudPluginConfig/config.groovy 3-def f = namespace(lib.FormTagLib); 4-def c = namespace(lib.CredentialsTagLib) 5- 6:raw( 7-"<script>" + 8- getClass().getResourceAsStream( 9- "/com/atlassian/jira/cloud/jenkins/config/JiraCloudPluginConfig/config.js" -- 105- } 106- } 107- 108: raw( 109- "<script>atlWatchNotEmpty('atlDeploymentsRegex', 'atlTestDeploymentRegexBlankError', 'Pipeline step regex cannot be empty!');</script>" 110- ) 111- }
and
src/main/resources/com/atlassian/jira/cloud/jenkins/config/JiraCloudPluginConfig/config.groovy 55- span( 56- class: "yui-button", 57: onClick: "return (new AtlassianRegexTester('atlBuildsRegex', 'atlTestBuildRegexError', 'atlTextBuildRegexSuccess'))" + 58- ".test('Please enter the test name of your pipeline step/stage:', []);" 59- ) { 60- button( 61: onClick: "return false;" 62- ) { 63- text(_("Test Pipeline step regex")) -- 96- span( 97- class: "yui-button", 98: onClick: "return (new AtlassianRegexTester('atlDeploymentsRegex', 'atlTestDeploymentRegexError', 'atlTextDeploymentRegexSuccess'))" + 99- ".test('Please enter the test name of your pipeline step/stage:', ['envName']);" 100- ) { 101- button( 102: onClick: "return false;" 103- ) { 104- text(_("Test Pipeline step regex"))
Solutions
[JENKINS-74895] [atlassian-jira-software-cloud] Extract inline event handlers and inline scripts from JiraCloudPluginConfig
Assignee | Original: Boris Gvozdev [ bgvozdev ] |
Summary | Original: [atlassian-jira-software-cloud] Extract inline event handlers and script from JiraCloudPluginConfig | New: [atlassian-jira-software-cloud] Extract inline event handlers and inline scripts from JiraCloudPluginConfig |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Remote Link | New: This issue links to "jenkinsci/atlassian-jira-software-cloud-plugin/pull/131 (Web Link)" [ 30297 ] |
Remote Link | Original: This issue links to "jenkinsci/atlassian-jira-software-cloud-plugin/pull/131 (Web Link)" [ 30297 ] |
Remote Link | New: This issue links to "jenkinsci/atlassian-jira-software-cloud-plugin/pull/132 (Web Link)" [ 30298 ] |