Friday, July 22, 2022

Class in Groovy - No Globals Allowed - You gotta use "def"

 In class , We cannot use Global declarations inside method in class

We have to use "def" local variables

https://www.jdoodle.com/a/4ZGo   Refer this for an example

No comments:

Post a Comment

Azure - Pipeline - Add Approver for Stage

https://learn.microsoft.com/en-us/azure/devops/pipelines/process/approvals?view=azure-devops&tabs=check-pass