My bitbucket-pepilines.yml have 8 scripts to run on pipeline, but do not execute the last job. Example:
image: maven:3.3.9 pipelines: default: - step: caches: - maven script: # Modify the commands below to build your repository. - command1 - command2 - command3 - command4 - command5 - command6 - command7 - command8
The "command8" is not running, and the Pipeline Status was Successful.
Help us please.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.