-
Type:
Bug
-
Resolution: Not A Defect
-
Priority:
Minor
-
Component/s: pipeline-model-definition-plugin
-
None
I am working with a simple pipeline, just to get familiar with the system. Â My pipeline is defined in the attached Jenkinsfile. Â I can't seem to get the "Deploy" stage to work. Â I am using the simple "when { branch 'master' }". Â However I keep getting:Â Stage 'Deploy' skipped due to when conditional
NOTE: This is a single branch repo with only a master branch
Jenkins Version: 2.51
Pipeline Plugin Version: 2.5
Â
Running on AWS Linux image. I followed this setup guide: https://aws.amazon.com/getting-started/projects/setup-jenkins-build-server/
Â
- links to