How would one trigger / pass parameters to a build?
I have an upstream job in another CI SaaS provider which I need to use to trigger the downstream Windows build in Appveyor.
Is there any means of me passing arbitrary build parameters into a job I wish to kick off via some 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 22 Feb, 2016 04:40 PM
Yes, you can use REST API to start a new build and pass environment variables: http://www.appveyor.com/docs/api/projects-builds#start-build-of-bra...
2 Posted by jeff.blaisdell on 22 Feb, 2016 07:33 PM
Awesome! I was looking at that very same page earlier and just missed it. Thanks for the quick reply - appreciated.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:04 AM.