-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins 2.190.3, Windows, Chrome browser, carriage return
Recently I had upgraded Jenkins 2.150.2 to 2.190.3 . I am seeing issue setting the Maven_Opts(in Build/Advanced) in Chrome, Firefox, edge browsers. I give space between the maven options. After saving the configuration, the spaces between the options are truncated and causing the build to break.
Before saving the configuration
-Ddriver.name=chromeDriver -Dvm.count=0 -Dbuildid=$BUILD_NUMBER
After saving the configuration
-Ddriver.name=chromeDriver-Dvm.count=0-Dbuildid=$BUILD_NUMBER
Same issue exists when the options are given in new line
Before saving the configuration
-Ddriver.name=chromeDriver
-Dvm.count=0
-Dbuildid=$BUILD_NUMBER
After saving the configuration
-Ddriver.name=chromeDriver-Dvm.count=0-Dbuildid=$BUILD_NUMBER
Note: This issue is not seen in Internet Explorer
[JENKINS-61695] Maven_Opts text area squeezes into one line in Jenkins Build Configuration using browsers Chrome, Firefox, ...
Assignee | New: Prabin Shrestha [ prabin20 ] |
Assignee | Original: Prabin Shrestha [ prabin20 ] |
Description | Original: Recently I had upgraded Jenkins 2.150.2 to 2.190.3 . When I browse Jenkins using Chrome, or Firefox, the spaces between environment variables set in the text area of Maven_Opts remove and squeeze into one line after saving the Jenkins configuration and causing the build to break. But there is no any issue while browsing from Internet Explorer and Microsoft Edge. Is there anyone who can provide me solution for this issue ? |
New:
Recently I had upgraded Jenkins 2.150.2 to 2.190.3 . I am seeing issue setting the Maven_Opts(in Build/Advanced) in Chrome, Firefox, edge browsers. I give space between the maven options. After saving the configuration, the spaces between the options are truncated and causing the build to break. Before saving the configuration -Ddriver.name=chromeDriver -Dvm.count=0 -Dbuildid=$BUILD_NUMBER After saving the configuration -Ddriver.name=chromeDriver-Dvm.count=0-Dbuildid=$BUILD_NUMBER Same issue exists when the options are given in new line Before saving the configuration -Ddriver.name=chromeDriver -Dvm.count=0 -Dbuildid=$BUILD_NUMBER After saving the configuration -Ddriver.name=chromeDriver-Dvm.count=0-Dbuildid=$BUILD_NUMBER Note: This issue is not seen in Internet Explorer |
Issue Type | Original: Task [ 3 ] | New: Bug [ 1 ] |
Description |
Original:
Recently I had upgraded Jenkins 2.150.2 to 2.190.3 . I am seeing issue setting the Maven_Opts(in Build/Advanced) in Chrome, Firefox, edge browsers. I give space between the maven options. After saving the configuration, the spaces between the options are truncated and causing the build to break. Before saving the configuration -Ddriver.name=chromeDriver -Dvm.count=0 -Dbuildid=$BUILD_NUMBER After saving the configuration -Ddriver.name=chromeDriver-Dvm.count=0-Dbuildid=$BUILD_NUMBER Same issue exists when the options are given in new line Before saving the configuration -Ddriver.name=chromeDriver -Dvm.count=0 -Dbuildid=$BUILD_NUMBER After saving the configuration -Ddriver.name=chromeDriver-Dvm.count=0-Dbuildid=$BUILD_NUMBER Note: This issue is not seen in Internet Explorer |
New:
Recently I had upgraded Jenkins 2.150.2 to 2.190.3 . I am seeing issue setting the Maven_Opts(in Build/Advanced) in Chrome, Firefox, edge browsers. I give space between the maven options. After saving the configuration, the spaces between the options are truncated and causing the build to break. Before saving the configuration -Ddriver.name=chromeDriver -Dvm.count=0 -Dbuildid=$BUILD_NUMBER After saving the configuration -Ddriver.name=chromeDriver-Dvm.count=0-Dbuildid=$BUILD_NUMBER Same issue exists when the options are given in new line Before saving the configuration -Ddriver.name=chromeDriver -Dvm.count=0 -Dbuildid=$BUILD_NUMBER After saving the configuration -Ddriver.name=chromeDriver-Dvm.count=0-Dbuildid=$BUILD_NUMBER Note: This issue is not seen in Internet Explorer |