Skip to content

Commit

Permalink
Merge branch 'master' into feature/make-matrix-auth-3.0-compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Aug 27, 2024
2 parents 280e1f2 + c0fa64c commit 266b668
Show file tree
Hide file tree
Showing 6 changed files with 138 additions and 157 deletions.
3 changes: 3 additions & 0 deletions docs/JCasC.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- file: ./jobdsl/job.groovy
```
Note that relative paths are resolved relative to the current working directory of the Jenkins server,
which may not necessarily be the same as `$JENKINS_HOME`, depending on how your server was started.

```yml
jobs:
- url: https://example.acme.org/job-dsl/testjob.groovy
Expand Down
2 changes: 1 addition & 1 deletion job-dsl-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
<executions>
<execution>
<id>generate-api-doc</id>
Expand Down
Loading

0 comments on commit 266b668

Please sign in to comment.