Branch: refs/heads/master Home: https://github.com/jenkinsci/ec2-plugin Commit: 3fb92ff7f070a93353215dc4b31db816fdaeeb40 https://github.com/jenkinsci/ec2-plugin/commit/3fb92ff7f070a93353215dc4b31db816fdaeeb40 Author: Nigel Armstrong <53626373+nigelarmstrong...@users.noreply.github.com> Date: 2021-04-13 (Tue, 13 Apr 2021)
Changed paths: M src/main/java/hudson/plugins/ec2/ssh/EC2UnixLauncher.java M src/main/java/hudson/plugins/ec2/util/MinimumInstanceChecker.java M src/main/java/hudson/plugins/ec2/util/MinimumNumberOfInstancesTimeRangeConfig.java R src/main/resources/hudson/plugins/ec2/EC2Cloud/help-privateKey.html A src/main/resources/hudson/plugins/ec2/EC2Cloud/help-sshKeysCredentialsId.html M src/main/resources/hudson/plugins/ec2/SlaveTemplate/config.jelly M src/test/java/hudson/plugins/ec2/ConfigurationAsCodeTest.java M src/test/java/hudson/plugins/ec2/EC2RetentionStrategyTest.java M src/test/java/hudson/plugins/ec2/SlaveTemplateTest.java A src/test/resources/hudson/plugins/ec2/Unix-withMinimumInstancesTimeRange.yml Log Message: ----------- [JENKINS-60647] Fix JCasC for minimumNumberOfInstancesTimeRangeConfig (#591) * Allow MinimumNumberOfInstancesTimeRangeConfig days to be set as CasC Instead of a map which is not supported by JCasC, use individual fields. This requires a readResolve to convert the old objects to the new format. This commit also adds a test for loading days from JCasC. * Fix help for sshKeysCredentialsId -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-plugin/push/refs/heads/master/6f3638-3fb92f%40github.com.