-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Jenkins 1.448, 1.449
- Create freestyle job
- Add "Execute shell" build step
- Put single line to the script field:
[ blah ]
- Save the job
- Open the job configuration again. The script contains:
"[ blah ]"
Workarond - put something to the first line. the issue appears only when "[" is the first symbol of the script.
- duplicates
-
JENKINS-14827 Cannot use /usr/bin/[ as a shell script step: wrapped in "..." after save
- Resolved