Skip to content

Commit

Permalink
Update Jenkinsfile to check go.mod instead of vendor/ (#19566)
Browse files Browse the repository at this point in the history
(cherry picked from commit f7b2a9b)
  • Loading branch information
faec authored Jul 2, 2020
1 parent 0f0fe45 commit b6b3857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ def isChanged(patterns){
def isChangedOSSCode(patterns) {
def allPatterns = [
"^Jenkinsfile",
"^vendor/.*",
"^go.mod",
"^libbeat/.*",
"^testing/.*",
"^dev-tools/.*",
Expand All @@ -1104,7 +1104,7 @@ def isChangedOSSCode(patterns) {
def isChangedXPackCode(patterns) {
def allPatterns = [
"^Jenkinsfile",
"^vendor/.*",
"^go.mod",
"^libbeat/.*",
"^dev-tools/.*",
"^testing/.*",
Expand Down

0 comments on commit b6b3857

Please sign in to comment.