Commit 43303a46 by Feanil Patel

Update jenkins_admin xml.

parent 11b2036f
......@@ -90,6 +90,4 @@ jenkins_admin_plugins:
jenkins_admin_jobs:
- 'backup-jenkins'
- 'prepare-edxapp'
- 'prepare-forum'
- 'build-ami'
......@@ -150,7 +150,7 @@
<systemSitePackages>false</systemSitePackages>
<nature>shell</nature>
<command>#!/bin/bash -x
if [[(&quot;\$play&quot; == &quot;&quot;)]]; then
if [[ &quot;\$play&quot; == &quot;&quot; ]]; then
echo &quot;No Play Specified. Nothing to Do.&quot;
exit 0
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment