All Projects → masutaka → ci-build-trigger

masutaka / ci-build-trigger

Licence: other
A trigger of bundle update

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to ci-build-trigger

ci-skip
CI skip comment
Stars: ✭ 35 (+9.38%)
Mutual labels:  circleci, wercker
cimg-go
The CircleCI Go (Golang) Docker Convenience Image.
Stars: ✭ 13 (-59.37%)
Mutual labels:  circleci
cimg-python
The Next-Gen CircleCI Python Docker Convenience Image.
Stars: ✭ 24 (-25%)
Mutual labels:  circleci
docker-orb
Install/use various Docker-related tools on CircleCI
Stars: ✭ 18 (-43.75%)
Mutual labels:  circleci
backscatter
Reactive extension for Backbone
Stars: ✭ 17 (-46.87%)
Mutual labels:  trigger
developer-ci-benefits
Talk docs—includes CI (Continuous Integration) benefits, description, and setup tips 💡💪
Stars: ✭ 29 (-9.37%)
Mutual labels:  circleci
neu ui
Prototype and build projects faster using Neu UI - an open source React component library designed to neumorphic style. Built using React, Styled Components, Jest and Storybook.
Stars: ✭ 23 (-28.12%)
Mutual labels:  circleci
phx-auth-api
Authentication for Phoenix with JWT, user privileges and CI
Stars: ✭ 13 (-59.37%)
Mutual labels:  circleci
lighthouse-circleci-example
An example repo demonstrating Lighthouse testing in CircleCi
Stars: ✭ 21 (-34.37%)
Mutual labels:  circleci
drone-gitlab-ci
Drone plugin for trigger gitlab-ci jobs.
Stars: ✭ 18 (-43.75%)
Mutual labels:  trigger
shellcheck-orb
An orb for ShellCheck, a static analysis tool for shell scripts (https://shellcheck.net) — check all scripts in your repository on every commit
Stars: ✭ 18 (-43.75%)
Mutual labels:  circleci
circleci
CircleCI Orbs for CI/CD using Pulumi.
Stars: ✭ 16 (-50%)
Mutual labels:  circleci
ci playground
Playground for Cloud CI development for C++
Stars: ✭ 23 (-28.12%)
Mutual labels:  circleci
triggerflow
Event-based Orchestration of Serverless Workflows
Stars: ✭ 38 (+18.75%)
Mutual labels:  trigger
animusjs
🎆 AnimusJS is the solution for combine JS and CSS animations.
Stars: ✭ 42 (+31.25%)
Mutual labels:  trigger
cypress-slack-reporter
A home for various Cypress Plugins
Stars: ✭ 126 (+293.75%)
Mutual labels:  circleci
bitbucket-push-and-pull-request-plugin
Plugin for Jenkins v2.138.2 or later, that triggers job builds on Bitbucket's push and pull request events.
Stars: ✭ 47 (+46.88%)
Mutual labels:  trigger
generator-vars-jekyll
Generator for raw web app with CircleCI, Jekyll, Webpack, Express + more.
Stars: ✭ 18 (-43.75%)
Mutual labels:  circleci
simplecov-parallel
Parallelism support for SimpleCov, currently only for CircleCI 1.0
Stars: ✭ 31 (-3.12%)
Mutual labels:  circleci
zimagi
Zimagi - Modular Data Integration, Processing, and Distribution Platform
Stars: ✭ 15 (-53.12%)
Mutual labels:  circleci

ci-build-trigger

Build your CI project with build_parameters "{BUNDLE_UPDATE: true}" and more.

It supports CircleCI and Wercker.

Setup

  1. Click Deploy
  2. Open Heroku scheduler ex. $ heroku addons:open scheduler --app <App Name>
  3. Add command to Heroku scheduler
    • CircleCI: $ bundle exec ruby ci-bundle-update.rb
    • Wercker: $ bundle exec ruby ci-bundle-update.rb --ci wercker

More

In Japanese

http://masutaka.net/chalow/2015-07-28-1.html

Recommend for CircleCI users

You can use Scheduling a Workflow of CircleCI 2.0. It provides scheduled build like crontab.

💡 So I recommend to use Scheduling a Workflow, not ci-build-trigger.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].