Details
-
Bug
-
Status: Resolved (View Workflow)
-
Critical
-
Resolution: Not A Defect
-
None
Description
I am getting the above error while running sample script on a project.I am adding that sample script :
pipeline \{ agent any stages \{ stage('Build') \{ steps \{ echo 'Building..' } } stage('Test') \{ steps \{ echo 'Testing..' } } stage('Deploy') \{ steps \{ echo 'Deploying....' } } } }
Please check and let me know
I am facing the same issue on ver 2.19.4, On ver 2.32.3 the code works fine.