Commit 43303a46 by Feanil Patel

Update jenkins_admin xml.

parent 11b2036f
...@@ -90,6 +90,4 @@ jenkins_admin_plugins: ...@@ -90,6 +90,4 @@ jenkins_admin_plugins:
jenkins_admin_jobs: jenkins_admin_jobs:
- 'backup-jenkins' - 'backup-jenkins'
- 'prepare-edxapp'
- 'prepare-forum'
- 'build-ami' - 'build-ami'
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
<systemSitePackages>false</systemSitePackages> <systemSitePackages>false</systemSitePackages>
<nature>shell</nature> <nature>shell</nature>
<command>#!/bin/bash -x <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; echo &quot;No Play Specified. Nothing to Do.&quot;
exit 0 exit 0
fi 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