Skip to content

Commit

Permalink
Change regex
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Jan 25, 2021
1 parent b8d5e7b commit 7c66eb5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion x-pack/auditbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ when:
branches: true ## for all the branches
changeset: ## when PR contains any of those entries in the changeset
- "^x-pack/auditbeat/.*"
- "auditbeat/.*" ## when changes in the auditbeat
- "^auditbeat/.*" ## when changes in the auditbeat
- "@ci" ## special token regarding the changeset for the ci
- "@xpack" ## special token regarding the changeset for the xpack
comments: ## when PR comment contains any of those entries
Expand Down
2 changes: 1 addition & 1 deletion x-pack/filebeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ when:
branches: true ## for all the branches
changeset: ## when PR contains any of those entries in the changeset
- "^x-pack/filebeat/.*"
- "filebeat/.*" ## when changes in the filebeat
- "^filebeat/.*" ## when changes in the filebeat
- "@ci" ## special token regarding the changeset for the ci
- "@xpack" ## special token regarding the changeset for the xpack
comments: ## when PR comment contains any of those entries
Expand Down
2 changes: 1 addition & 1 deletion x-pack/libbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ when:
branches: true ## for all the branches
changeset: ## when PR contains any of those entries in the changeset
- "^x-pack/libbeat/.*"
- "libbeat/.*" ## when changes in the libbeat
- "^libbeat/.*" ## when changes in the libbeat
- "@ci" ## special token regarding the changeset for the ci
- "@xpack" ## special token regarding the changeset for the xpack
comments: ## when PR comment contains any of those entries
Expand Down
2 changes: 1 addition & 1 deletion x-pack/metricbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ when:
branches: true ## for all the branches
changeset: ## when PR contains any of those entries in the changeset
- "^x-pack/metricbeat/.*"
- "metricbeat/.*" ## when changes in the metricbeat
- "^metricbeat/.*" ## when changes in the metricbeat
- "@ci" ## special token regarding the changeset for the ci
- "@xpack" ## special token regarding the changeset for the xpack
comments: ## when PR comment contains any of those entries
Expand Down
2 changes: 1 addition & 1 deletion x-pack/packetbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ when:
branches: true ## for all the branches
changeset: ## when PR contains any of those entries in the changeset
- "^x-pack/packetbeat/.*"
- "packetbeat/.*" ## when changes in the packetbeat
- "^packetbeat/.*" ## when changes in the packetbeat
- "@ci" ## special token regarding the changeset for the ci
- "@xpack" ## special token regarding the changeset for the xpack
comments: ## when PR comment contains any of those entries
Expand Down
2 changes: 1 addition & 1 deletion x-pack/winlogbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ when:
branches: true ## for all the branches
changeset: ## when PR contains any of those entries in the changeset
- "^x-pack/winlogbeat/.*"
- "winlogbeat/.*" ## when changes in the winlogbeat
- "^winlogbeat/.*" ## when changes in the winlogbeat
- "@ci" ## special token regarding the changeset for the ci
- "@xpack" ## special token regarding the changeset for the xpack
comments: ## when PR comment contains any of those entries
Expand Down

0 comments on commit 7c66eb5

Please sign in to comment.