big-insurance-83351
09/13/2023, 8:11 AMimport pulumi
from pulumi_google_native.cloudbuild import v1
bitbucket_config = v1.BitbucketServerConfig("my-config",
hostUri="your-bitbucket-server-url",
apiKey="your-api-key",
secrets={
"adminAccessTokenVersionName": "your-admin-access-token-version-name",
"readAccessTokenVersionName": "your-read-access-token-version-name",
"webhookSecretVersionName": "your-webhook-secret-version-name",
})
apikey & secret are for the bit bucker or GCP?
If from bitbucket where do I obtain it?
Thanks. 🙂No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by