|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
This seems to still be an issue. In my execute shell I want to run something like this:
ssh 127.0.0.1 "cd dir && git pull origin master && ./build.sh"
The double ampersands are preventing jenkins from saving the configuration. If I change the && to semicolins then everything works.