Skip to content

Tags: jenkinsci/pipeline-gcp-plugin

Tags

22.vcc10eff7c13f

Toggle 22.vcc10eff7c13f's commit message
Fix setting invalid GOOGLE_APPLICATION_CREDENTIALS env variable

- set CLOUDSDK_CORE_ACCOUNT instead

19.vb_74847445e99

Toggle 19.vb_74847445e99's commit message
Add computeFirewallRulesList step

16.va_3c702744f9c

Toggle 16.va_3c702744f9c's commit message
[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

14.vf4a_a_6c63fa_63

Toggle 14.vf4a_a_6c63fa_63's commit message
Add deleteFirewallRule step

13.v01576308fca_7

Toggle 13.v01576308fca_7's commit message
Throw exception from withGCP call in case auth is not successful

Otherwise the job will hang indefinitely

9.v9717887cc524

Toggle 9.v9717887cc524's commit message
Make use of EnvVars in createFirewallRule step

So that it can be executed as:

withGCP(credentialsId: "CREDS") {
    createFirewallRule(..)
}

8.v6d47f5a_b_643a_

Toggle 8.v6d47f5a_b_643a_'s commit message
Add createFirewallRule step

5.v44f710276fe7

Toggle 5.v44f710276fe7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enabling CD (#3)