Add 'circleci step halt' documentation
complete
T
Tymensteur
I've been looking for ways to properly (cleanly) stop a job once it's started based on some conditions of the git repository. While searching for this, I came across several support questions with a similar answer: "use
circleci step halt
". Apparently this stops the job and marks it as successful.The thing is, I can't seem to find any official documentation. Would be a great addition since it's very useful!
CCI-I-260
R
RaymondLee
Great support for us. https://mergefruits.io
J
James Ma
for those who are following, I've taking the time to open a PR against the official docs to surface this command https://github.com/circleci/circleci-docs/pull/3751
K
Kenny Williams
Is this functionality something we can rely on?
U
Ulrich Petri
YES PLEASE!
I've just spend 20 minutes trying to find the magic incantation necessary to do this.