Skip to content

Commit 00dc474

Browse files
Stabilize (#20)
* Remove administrative monitor "reminder to configure allowed base dirs". * Refactor inner class, check allowed on master * Bump org.jenkins-ci.plugins:plugin from 5.3 to 5.6 Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) from 5.3 to 5.6. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](jenkinsci/plugin-pom@plugin-5.3...plugin-5.6) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump io.jenkins.tools.bom:bom-2.479.x Bumps [io.jenkins.tools.bom:bom-2.479.x](https://github.com/jenkinsci/bom) from 3696.vb_b_4e2d1a_0542 to 4051.v78dce3ce8b_d6. - [Release notes](https://github.com/jenkinsci/bom/releases) - [Commits](https://github.com/jenkinsci/bom/commits) --- updated-dependencies: - dependency-name: io.jenkins.tools.bom:bom-2.479.x dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * setup java * check symlink usage --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3f8e879 commit 00dc474

File tree

14 files changed

+374
-296
lines changed

14 files changed

+374
-296
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- name: Set up JDK 21
1313
uses: actions/setup-java@v4
1414
with:
15+
distribution: 'temurin'
1516
java-version: 21
1617
- name: Build with Maven
1718
run: mvn -B package --file pom.xml

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ For more information see the [homepage].
1010

1111
# Change Log
1212

13+
##### Version 0.0.17 (February 18, 2025)
14+
- Remove administrative monitor "reminder to configure allowed base dirs".
15+
- Fix allowed base dirs feature:
16+
- Remove userContent directory check for nodes
17+
- Dependency updates
18+
19+
1320
##### Version 0.0.16 (December 05, 2024)
1421

1522
- Bugfix supporting jenkins cli and buildWithParameters POSTs [JENKINS-60978](https://issues.jenkins.io/browse/JENKINS-60978)

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
8-
<version>5.3</version>
8+
<version>5.6</version>
99
<relativePath />
1010
</parent>
1111

@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>io.jenkins.tools.bom</groupId>
7070
<artifactId>bom-${jenkins.baseline}.x</artifactId>
71-
<version>3696.vb_b_4e2d1a_0542</version>
71+
<version>4051.v78dce3ce8b_d6</version>
7272
<type>pom</type>
7373
<scope>import</scope>
7474
</dependency>

src/main/java/alex/jenkins/plugins/AllowedBaseDirReminder.java

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)