We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f32ac0 commit 2e8587dCopy full SHA for 2e8587d
lib/fastlane/plugin/wpmreleasetoolkit/actions/common/buildkite_trigger_build_action.rb
@@ -9,15 +9,14 @@ def self.run(params)
9
pipeline_name = {
10
PIPELINE: params[:pipeline_file]
11
}
12
-
13
- client = Buildkit.new(token: params[:buildkite_token])
14
options = {
15
branch: params[:branch],
16
commit: params[:commit],
17
env: params[:environment].merge(pipeline_name),
18
message: params[:message]
19
}.compact # remove entries with `nil` values from the Hash, if any
20
+ client = Buildkit.new(token: params[:buildkite_token])
21
response = client.create_build(
22
params[:buildkite_organization],
23
params[:buildkite_pipeline],
0 commit comments