Branch: refs/heads/master
Home: https://github.com/jenkinsci/embeddable-build-status-plugin
Commit: 6cdd974d732ffb36b43a940248b2a3d88c426315
https://github.com/jenkinsci/embeddable-build-status-plugin/commit/6cdd974d732ffb36b43a940248b2a3d88c426315
Author: Yash Pal <[email protected]>
Date: 2024-10-27 (Sun, 27 Oct 2024)
Changed paths:
M src/test/java/org/jenkinsci/plugins/badge/ParameterResolverTest.java
Log Message:
-----------
Added Tests for ParameterResolver in the ParameterResolverTest class
Added more automated tests for ParameterResolverTest class
Commit: cbe8b070eeca586ea4b4a5329dc917c127c3beff
https://github.com/jenkinsci/embeddable-build-status-plugin/commit/cbe8b070eeca586ea4b4a5329dc917c127c3beff
Author: Yash Pal <[email protected]>
Date: 2024-10-27 (Sun, 27 Oct 2024)
Changed paths:
M src/test/java/org/jenkinsci/plugins/badge/ParameterResolverTest.java
Log Message:
-----------
Added the public label to the class and added @Test to each method
Commit: 604ae2eb817463a4762af17755e82914424e4e65
https://github.com/jenkinsci/embeddable-build-status-plugin/commit/604ae2eb817463a4762af17755e82914424e4e65
Author: Yash Pal <[email protected]>
Date: 2024-10-27 (Sun, 27 Oct 2024)
Changed paths:
M src/test/java/org/jenkinsci/plugins/badge/ParameterResolverTest.java
Log Message:
-----------
imported JUnit 5 tests and removed public
Commit: 294fc40e860ee810130f3679bdf5a4eb64df649d
https://github.com/jenkinsci/embeddable-build-status-plugin/commit/294fc40e860ee810130f3679bdf5a4eb64df649d
Author: Mark Waite <[email protected]>
Date: 2024-10-27 (Sun, 27 Oct 2024)
Changed paths:
M src/test/java/org/jenkinsci/plugins/badge/ParameterResolverTest.java
Log Message:
-----------
Increase coverage by testing special parameters with a build
Uses a JUnit 5 WithJenkins annotation to provide a JenkinsRule argument to
the test method. The JenkinsRule argument provides access to a running
Jenkins from within the test. The test creates a freestyle job and
runs it twice. It changes the description of each of those builds and
confirms that the change is resolved by the parameter resolver.
Plugin documentation describes the parameter resolver
https://plugins.jenkins.io/embeddable-build-status/#plugin-content-parameter-resolver
that can be applied to builds and provides replacement text in the
embeddable build status result based on the data from the build.
Compare:
https://github.com/jenkinsci/embeddable-build-status-plugin/compare/f29a920e4280...294fc40e860e
To unsubscribe from these emails, change your notification settings at
https://github.com/jenkinsci/embeddable-build-status-plugin/settings/notifications
--
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 [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/embeddable-build-status-plugin/push/refs/heads/master/f29a92-294fc4%40github.com.