Details
-
Improvement
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
It would be nice if the "Exec Command" field was a TextArea, in the same fashion than release-plugin's "execute shell command".
Justification: in general, we use some complex (or less complex) commands, and so some space is great to avoid making lots of copy-paste with a text editor just to change some cabalistic parameter.
For example: awaiting JENKINS-9253 we use some (incorrect) $my_command `git --work-tree=${WORKSPACE} --git-dir=${WORKSPACE}/.git rev-parse HEAD` - it does not fit.
Thank you again for this plugin, bap
Code changed in jenkins
User: bap2000
Path:
src/main/java/jenkins/plugins/publish_over/JellySupport.java
src/main/resources/pojelly/taglib
src/main/resources/pojelly/textarea.jelly
src/test/java/jenkins/plugins/publish_over/JellySupportTest.java
http://jenkins-ci.org/commit/publish-over-plugin/5600e294d12b0c0052eb0563bc49098ac205d202
Log:
[FIXED JENKINS-9480] - request for textarea instead of textbox for exec command