We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e7dd3 commit 5a74e67Copy full SHA for 5a74e67
python/.ci/Jenkinsfile
@@ -66,6 +66,7 @@ pipeline {
66
echo "Cluster $CLUSTER does not exist. Creating now..."
67
gcloud dataproc clusters create $CLUSTER \
68
--region $REGION \
69
+ --properties dataproc:pip.packages='google-cloud-secret-manager==2.20.0' \
70
--subnet $SUBNET \
71
--no-address \
72
--master-machine-type n1-standard-2 \
0 commit comments