Skip to content
This repository has been archived by the owner on Jun 29, 2018. It is now read-only.

Commit

Permalink
Add GitHub Issue Notifier for automatic updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel15 authored May 14, 2017
1 parent af24f3b commit 7408d19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jenkins_jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ job('babel-standalone-update') {
}
triggers {
urlTrigger {
cron 'H/15 * * * *'
cron 'H/30 * * * *'
url('https://babel-standalone.dan.cx/latest-babel-version') {
inspection 'change'
}
Expand All @@ -42,5 +42,7 @@ job('babel-standalone-update') {
branch 'origin', 'master'
pushOnlyIfSuccess
}
gitHubIssueNotifier {
}
}
}

0 comments on commit 7408d19

Please sign in to comment.