Disable source code checkout in specific pipeline stages

Viewed 6069

I have a pipeline with multiple stages, and the source code is checked out automatically on all of them. I do not need the source code, but only published artifacts.

How can disable source code checkout for specific stages?

1 Answers
Related