Triggering one project from another
I have two projects, project a and project b. project a has some unit tests ran in parallel.
I want to start project b only if all the tests in project a succeed.
Is this possible to do in the GUI?
How do i trigger a build in another branch?
The example i want to achieve is a combination of Fan-in, fan-out and sequential flow. shown here https://www.appveyor.com/blog/.
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 30 Mar, 2020 04:42 PM
Hi Rafael,
It's possible to start a new build from another build using AppVeyor REST API: https://www.appveyor.com/docs/api/projects-builds/#start-build-of-b...
You can use any suitable tool to call an API such as curl or PowerShell.
Let me know if you have any questions.
Feodor Fitsner closed this discussion on 30 May, 2020 09:02 PM.