Branch: refs/heads/master
Home: https://github.com/jenkinsci/stash-pullrequest-builder-plugin
Commit: f5c1fda807e40f1fce0e99441de4391384589101
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/f5c1fda807e40f1fce0e99441de4391384589101
Author: Pavel Roskin <[email protected]>
Date: 2019-07-22 (Mon, 22 Jul 2019)
Changed paths:
M README.md
M pom.xml
M
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/StashBuildTrigger.java
A
src/main/resources/stashpullrequestbuilder/stashpullrequestbuilder/StashBuildTrigger/global.jelly
A
src/main/resources/stashpullrequestbuilder/stashpullrequestbuilder/StashBuildTrigger/help-enablePipelineSupport.html
M
src/test/java/stashpullrequestbuilder/stashpullrequestbuilder/StashBuildTriggerTest.java
Log Message:
-----------
Enable optional support for Jenkins pipelines
Add a global option to enable pipeline support. If it's enabled, don't
require the job to inherit from AbstractProject. Allow any Job subclass
that implements ParameterizedJob, which is true both for freestyle
projects and for pipelines.
Make it clear in the option help text and in README.md that pipeline
support is currently experimental.
Add workflow-job as a test dependency. Add unit tests to make sure that
WorkflowJob is supported only when pipeline support is enabled.
--
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 on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/stash-pullrequest-builder-plugin/push/refs/heads/master/6f02fb-f5c1fd%40github.com.