python-jenkins-developers team mailing list archive
-
python-jenkins-developers team
-
Mailing list archive
-
Message #00477
[Bug 1738186] [NEW] build not active when using copy_from
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