-
Bug
-
Resolution: Fixed
-
Major
When I create a simple project and add Execute shell task,
after save, the task contents are empty.
config.xml on the server is empty too:
<hudson.tasks.Shell><command/></hudson.tasks.Shell>
When editing the config a second time, the contents are saved properly.
Each consecutive add of shell task requires a second edit.
When using inheritance plugin, there is no way to workaround the bug, since each edit creates new revision, and all shell tasks are empty.
I tested it on 1.563 and 1.564
- is blocking
-
JENKINS-28769 Enable syntax highlighting on workflow DSL
-
- Resolved
-
- is related to
-
JENKINS-23148 Accessibility problem when editing shell script in the configuration of a job
-
- Open
-
-
JENKINS-15604 checkUrl and codemirror-mode do not mix
-
- Resolved
-
-
JENKINS-23632 LTS: JENKINS-23151 workaround
-
- Resolved
-
-
JENKINS-23026 Parameterized build can not save the "Parameter Description" in the first time
-
- Resolved
-
-
JENKINS-9130 Add a dynamic parser to colorize and indent groovy textareas
-
- Resolved
-
Code changed in jenkins
User: Jesse Glick
Path:
changelog.html
core/src/main/resources/hudson/tasks/Shell/config.groovy
http://jenkins-ci.org/commit/jenkins/7f7eb60bdd4aa55f0d56c21ef04c12d4922399e4
Log:
JENKINS-23151Need to revert part of 5789f0c since codemirror-mode on f:textarea apparently does not work for lazy-load fragments.