Skip to content

Commit

Permalink
Revert "Temporary Jenkinsfile for testing"
Browse files Browse the repository at this point in the history
This reverts commit ad7b85f.
  • Loading branch information
brianseeders committed Dec 4, 2020
1 parent ad7b85f commit 1a98de2
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,19 @@
library 'kibana-pipeline-library'
kibanaLibrary.load()

workers.intake("test", "test/scripts/jenkins_runbld_junit.sh")()
kibanaPipeline(timeoutMinutes: 155, checkPrChanges: true, setCommitStatus: true) {
slackNotifications.onFailure(disabled: !params.NOTIFY_ON_FAILURE) {
githubPr.withDefaultPrComments {
ciStats.trackBuild {
catchError {
retryable.enable()
kibanaPipeline.allCiTasks()
}
}
}
}

if (params.NOTIFY_ON_FAILURE) {
kibanaPipeline.sendMail()
}
}

0 comments on commit 1a98de2

Please sign in to comment.