-
-
Notifications
You must be signed in to change notification settings - Fork 105
[JENKINS-62014] Add support for global build step env var filters #137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
a44d227
3337702
9731ae7
4877c2c
bea22a5
8549da1
a557f2a
cc10978
cc3d063
8bca029
69206da
0316294
0e2ed4c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,3 @@ | ||
| -Pconsume-incrementals | ||
| -Pmight-produce-incrementals | ||
| -Duse-jenkins-bom | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -28,7 +28,7 @@ | |
| <parent> | ||
| <groupId>org.jenkins-ci.plugins</groupId> | ||
| <artifactId>plugin</artifactId> | ||
| <version>3.54</version> | ||
| <version>4.4</version> | ||
| <relativePath /> | ||
| </parent> | ||
| <groupId>org.jenkins-ci.plugins.workflow</groupId> | ||
|
|
@@ -64,7 +64,7 @@ | |
| <properties> | ||
| <revision>2.36</revision> | ||
| <changelist>-SNAPSHOT</changelist> | ||
| <jenkins.version>2.176.1</jenkins.version> | ||
| <jenkins.version>2.248</jenkins.version> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hmm, I guess because of the new interface there is no way to get things working on older versions?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, it uses a new core type that was added in this core release. But the feature supported here is only available starting with this core release anyway, so that's not a problem. Supporting older baselines in this plugin might require backports etc. though, so I can understand if you want to hold off the merge for a bit longer. |
||
| <java.level>8</java.level> | ||
| <useBeta>true</useBeta> | ||
| <workflow-step-api-plugin.version>2.20</workflow-step-api-plugin.version> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.