jenkins-job-builder/tests/properties
Ruan Bahia da50ce7320 fix branch-api valid time periods
removes first letter capitalization from the valid time periods, e.g.:
    - Second -> second;
    - Minute -> minute;
    - Hour -> hour;
    - and so on...
- only lowercase time periods are recognized by Jenkins Branch API Plugin:
    - that can be observed on the plugin implementations themselves:
        - https://github.com/jenkinsci/branch-api-plugin/search?q=Minute
        - on the Message.properties file it can be verified that the
          value of the "Minute" property is actually "minute", and that
          can also be validated pratically, setting the durationName
          XML to "Minute" is not effective, Jenkins effectively
          interprets it as default "Hour" since "Minute" is not valid.

Change-Id: I25f0a3945b9d708fa2de5c5fdb7f39a9432b5cc3
2022-12-19 10:27:27 -03:00
..
fixtures fix branch-api valid time periods 2022-12-19 10:27:27 -03:00
__init__.py update doc and add new JJB unit tests 2013-11-22 17:51:17 +00:00
test_properties.py Auto-generated output from python-black 2019-09-09 19:23:24 +01:00