Skip to content

Commit

Permalink
Run this on its own, just to see how it works...
Browse files Browse the repository at this point in the history
w/o all the other tasks making the build take forever.
  • Loading branch information
wayneseymour committed Sep 1, 2020
1 parent a5f1205 commit b0ebb58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/Jenkinsfile_coverage
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ kibanaPipeline(timeoutMinutes: 240) {
// kibanaTeamAssign.generateCodeOwners('.github/CODEOWNERS', "### Generate CODEOWNERS")
// kibanaCoverage.runTests()
// handleIngestion(TIME_STAMP)
kibanaTeamAssign.generateTeamAssignments("### Generate CODEOWNERS")
kibanaTeamAssign.generateTeamAssignments("### Generate Team Assignments")
}
handleFail()
}
Expand Down
2 changes: 2 additions & 0 deletions vars/kibanaTeamAssign.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ def generateTeamAssignments(title) {
# Build team assignments dat file
node scripts/generate_team_assignments.js --dest src/dev/code_coverage/ingest_coverage/team_assignment/team_assignments.txt
cat src/dev/code_coverage/ingest_coverage/team_assignment/team_assignments.txt
""", title)
}

Expand Down

0 comments on commit b0ebb58

Please sign in to comment.