Public bug reported: when creating a job form a copy, the build option is not enabled. server.copy_job("old_job","my_job") server.enable_job("my_job") # not working the build button is not visible
#so either go to the GUI and select "configure" and "Save" or : server.disable_job("my_job") server.enable_job("my_job") # now works ** Affects: python-jenkins Importance: Undecided Status: New -- You received this bug notification because you are a member of Python Jenkins Developers, which is subscribed to Python Jenkins. https://bugs.launchpad.net/bugs/1738186 Title: build not active when using copy_from Status in Python Jenkins: New Bug description: when creating a job form a copy, the build option is not enabled. server.copy_job("old_job","my_job") server.enable_job("my_job") # not working the build button is not visible #so either go to the GUI and select "configure" and "Save" or : server.disable_job("my_job") server.enable_job("my_job") # now works To manage notifications about this bug go to: https://bugs.launchpad.net/python-jenkins/+bug/1738186/+subscriptions -- Mailing list: https://launchpad.net/~python-jenkins-developers Post to : python-jenkins-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~python-jenkins-developers More help : https://help.launchpad.net/ListHelp