With the plan subcommand you can execute build chain without any actual cloning and command execution. It is useful for debugging which projects would have been cloned, their mappings, which commands would been executed etc.
Example command:
build-chain tools plan cross_pr -f definition_file -u event_url
fixes #416
With the
plan
subcommand you can execute build chain without any actual cloning and command execution. It is useful for debugging which projects would have been cloned, their mappings, which commands would been executed etc.Example command: