What happened:
I have a build that defines parameters. When my build is triggered by ~commit I see that the parameters have the default values specified in my screwdriver.yaml. However when my build is triggered from an external pipeline I see no indication that the parameters are being set to their default values.
What happened: I have a build that defines parameters. When my build is triggered by
~commit
I see that the parameters have the default values specified in myscrewdriver.yaml
. However when my build is triggered from an external pipeline I see no indication that the parameters are being set to their default values.What you expected to happen: I expect the default values for my parameters to be set in all cases.
How to reproduce it: Create a build with parameters. Add a
requires: [ sd@xxx ]
. Notice that parameters are not set when run from an external trigger.