Build through API
Is there any way to not build on git commits, yet build when called from the API? Currently putting the skip_commit = * will mean the build wont run even when called from API
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 17 Jan, 2016 01:13 AM
You can just remove/disable webhook on GitHub?
-Feodor
2 Posted by Nolan Ramsden on 17 Jan, 2016 01:15 AM
The issue is driven from my scenario:
One project builds, runs unit tests and deploys to CI (triggered by git commit), and then triggers the second project.
The Second project runs integration tests against CI and deploys to PROD.
If i disable the git webhook then the firstproject will never trigger..
Support Staff 3 Posted by Feodor Fitsner on 17 Jan, 2016 01:24 AM
So second project don't have to be triggered by commit?
-Feodor
4 Posted by Nolan Ramsden on 17 Jan, 2016 01:26 AM
Exactly.
Support Staff 5 Posted by Feodor Fitsner on 17 Jan, 2016 01:28 AM
Then remove webhook of second project from the repo.
-Feodor
6 Posted by Nolan Ramsden on 17 Jan, 2016 01:31 AM
My mistake, thought they were both operating off the same webbhook. Thanks for the prompt replies!
Great tool.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:03 AM.