-
Notifications
You must be signed in to change notification settings - Fork 124
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
[JENKINS-69916] Un-inline WorkflowJob/configure-entries.jelly
#411
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
8607383
Feat: Un-inlining WorkflowJob/configure-entries.jelly
krisstern 9306f26
Revert previous Jenkins version change
krisstern df57bc3
Apply suggestions from code review
krisstern fb84de1
Merge branch 'master' into feat/JENKINS-69916
krisstern b81a776
Merge branch 'master' into feat/JENKINS-69916
krisstern c18b212
Merge branch 'master' into feat/JENKINS-69916
krisstern 617df12
fix: apply suggestions from code review
krisstern dc1619d
Merge branch 'master' into feat/JENKINS-69916
krisstern c2ea100
Merge branch 'master' into feat/JENKINS-69916
krisstern dbaacb9
Merge branch 'master' into feat/JENKINS-69916
krisstern f3d5a89
Merge branch 'master' into feat/JENKINS-69916
daniel-beck 6037767
Merge branch 'master' into feat/JENKINS-69916
basil 45b3892
Update baseline
basil File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,21 +63,30 @@ | |
</pluginRepositories> | ||
<properties> | ||
<changelist>999999-SNAPSHOT</changelist> | ||
<jenkins.version>2.454</jenkins.version> | ||
<jenkins.version>2.477</jenkins.version> | ||
<no-test-jar>false</no-test-jar> | ||
<useBeta>true</useBeta> | ||
<hpi.compatibleSinceVersion>2.26</hpi.compatibleSinceVersion> | ||
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo> | ||
<!-- TODO JENKINS-73339 until in parent POM --> | ||
<jenkins-test-harness.version>2254.vcff7a_d4969e5</jenkins-test-harness.version> | ||
<maven.compiler.release>17</maven.compiler.release> | ||
</properties> | ||
<dependencyManagement> | ||
<dependencies> | ||
<dependency> | ||
<groupId>io.jenkins.tools.bom</groupId> | ||
<artifactId>bom-2.452.x</artifactId> | ||
<version>3023.v02a_987a_b_3ff9</version> | ||
<artifactId>bom-2.462.x</artifactId> | ||
<version>3221.ve8f7b_fdd149d</version> | ||
<scope>import</scope> | ||
<type>pom</type> | ||
</dependency> | ||
<!-- TODO JENKINS-73339 until in parent POM, work around https://github.com/jenkinsci/plugin-pom/issues/936 --> | ||
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. pending jenkinsci/plugin-pom#1004 (comment) IIUC |
||
<dependency> | ||
<groupId>jakarta.servlet</groupId> | ||
<artifactId>jakarta.servlet-api</artifactId> | ||
<version>5.0.0</version> | ||
</dependency> | ||
</dependencies> | ||
</dependencyManagement> | ||
<dependencies> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is a
bom-2.477.x
in preparation?