I use a windows node. In the existing pipeline I added a new stage, but it throws ```
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: error
I have a feeling at this point that the error is outside of the stages. If you’re able to, can you try posting a bit more of your pipeline so we can see that there isn’t another syntax error outside of the stage you’re adding?
I figured out the issue. We currently have 15 stages in the pipeline. Normally, we don’t have to run the entire pipeline every time we just abort it. I let it run a build to complete the full cycle. Finally, I modified the jenkinsfile to include a new stage. It did not throw any error this time.