jenkins-job-builder/tests/cmd/subcommands
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
..
test_delete_all.py Story 2011049: Add --force flag to update-all command 2024-03-25 13:08:25 +03:00
test_delete.py Rewrite YAML parser 2023-02-28 20:16:57 +03:00
test_list.py Move tests to pytest 2022-12-20 10:44:43 +03:00
test_test.py Rewrite YAML parser 2023-02-28 20:16:57 +03:00
test_update.py allow disabled to remain the last setting 2024-10-30 17:19:06 +00:00