Tags: jenkinsci/pipeline-gcp-plugin
Tags
Fix setting invalid GOOGLE_APPLICATION_CREDENTIALS env variable - set CLOUDSDK_CORE_ACCOUNT instead
[BREAKING] Rename steps In order to be future-proof when more steps will be added the existing steps have been renamed: createFirewallRule --> computeFirewallRulesCreate deleteFirewallRule --> computeFirewallRulesDelete General agreement is to name the steps as per gloud CLI documentation
Throw exception from withGCP call in case auth is not successful Otherwise the job will hang indefinitely
Make use of EnvVars in createFirewallRule step So that it can be executed as: withGCP(credentialsId: "CREDS") { createFirewallRule(..) }