I am pretty new to Jenkins and its plugins. I managed to setup a declarative pipeline job on my Jenkins server. The pipeline stage view is a bit strange.
There is a gap between the first stage and the left-hand side panel.
There are extra stages as
Declarative Checkout SCM
,Declarative Agent Setup
andDeclarative Post Actions
being displayed, which are not part of my Jenkinsfile. Can I hide these stages and only show stages in my Jenkinsfile?
Here is the version info of my configuration:
pipeline-stage-view Pipeline: Stage View Plugin 2.10
pipeline-stage-step Pipeline: Stage Step 2.3
pipeline-stage-tags-metadata Pipeline: Stage Tags Metadata 1.3.7
simple-theme 0.5.1
jenkins version 2.164.1
I also use the neo2 theme via the simple-theme plugin
Update 1 Disabling the simple-theme plugin made NO difference