Skip to content

Commit 681e883

Browse files
jkmasselmokagio
andauthored
Specify pipeline file too
Co-authored-by: Gio Lodi <giovanni.lodi42@gmail.com>
1 parent 7f2f126 commit 681e883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fastlane/plugin/wpmreleasetoolkit/actions/common/buildkite_trigger_build_action.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class BuildkiteTriggerBuildAction < Action
44
def self.run(params)
55
require 'buildkit'
66

7-
UI.message "Triggering build on branch #{params[:branch]} at #{params[:commit]}"
7+
UI.message "Triggering build on branch #{params[:branch]}, commit #{params[:commit]}, using pipeline from #{params[:pipeline_file]}"
88

99
pipeline_name = {
1010
PIPELINE: params[:pipeline_file]

0 commit comments

Comments
 (0)