jenkins-job-builder/tests/cmd
Chris Cheng 7712c0b7ee allow disabled to remain the last setting
In the latest version of Jenkins, the default value of 'disabled' is
true. When 'disabled' is not set (or None), reconfig_job will activate
the job, but in some cases we hope that 'disabled' remain the last
setting.
When 'disabled' is not set (or None) in yaml, and the job exists,
fix_disabled will try to get 'disabled' from the jenkins server. So the
'disabled' value should match the current value on the jenkins server.

Change-Id: Icd840f15c4d48cd8a8ebc0f891beac68c2bb6bdd
2024-10-30 17:19:06 +00:00
..
fixtures Add job_builder option to load extra modules for jinja2 filters 2024-07-04 10:31:08 -04:00
subcommands allow disabled to remain the last setting 2024-10-30 17:19:06 +00:00
conftest.py Move tests to pytest 2022-12-20 10:44:43 +03:00
test_cmd.py Move tests to pytest 2022-12-20 10:44:43 +03:00
test_config.py Add job_builder option to load extra modules for jinja2 filters 2024-07-04 10:31:08 -04:00
test_recurse_path.py Move tests to pytest 2022-12-20 10:44:43 +03:00