Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
manasakoraganji committed Mar 4, 2024
1 parent ff7c60c commit 29ddcef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ pipeline {
when {
allOf {
anyOf {
changeset "vertx/**"
changeset "docs/**"
changeset "pom.xml"
changeset "src/main/**"
changeset "vertx/docker/**"
changeset "vertx/docs/**"
changeset "vertx/pom.xml"
changeset "vertx/src/main/**"
triggeredBy cause: 'UserIdCause'
}
expression {
Expand Down

0 comments on commit 29ddcef

Please sign in to comment.