Jenkins continuous delivery pipeline skip stage based on input
问题 A simplified pipeline will look something like: 1. build 2. unit test 3. deploy to dev 4. integration tests 5. deploy to prod For step #5 I've setup a Jenkins pipeline input command. We won't be deploying to prod on every commit so if we abort all those jobs it will have a big list of grey builds. Is it possible to have a skip option so the build can still be shown as green blue? 回答1: Can't you do something like this, it will be blue/green whatever you choose from input, and you can then run