Re: disabled job and yet able to run - quick question

2013-01-24 Thread Ann Campbell
My understanding is that Jenkins reads in configs and then uses them from memory. So modifying the config files after Jenkins startup isn't going to do what you expect. -- ** Privileged and/or confidential information may be contained

RE: disabled job and yet able to run - quick question

2013-01-23 Thread Merrow, Frank
jobs from Python scripts. Frank From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of zw Sent: Wednesday, January 23, 2013 11:27 AM To: jenkinsci-users@googlegroups.com Subject: disabled job and yet able to run - quick question Hi All In a job's config.x

disabled job and yet able to run - quick question

2013-01-23 Thread zw
Hi All In a job's config.xml, we modified disabled tag value from false to true. We "enabled" job from the web UI interface. We ran the job successfully. We remodified the config.xml disabled tag to value true. We went back to the UI web interface. We can still run the job. Is this a bug ? When i