Skip to content

Commit 5a74e67

Browse files
authored
fix: Update Jenkinsfile added secret manager to cluster integ tests (#925)
* Update Jenkinsfile added secret manager to cluster integ tests * fix: Update Jenkinsfile
1 parent 36e7dd3 commit 5a74e67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/.ci/Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ pipeline {
6666
echo "Cluster $CLUSTER does not exist. Creating now..."
6767
gcloud dataproc clusters create $CLUSTER \
6868
--region $REGION \
69+
--properties dataproc:pip.packages='google-cloud-secret-manager==2.20.0' \
6970
--subnet $SUBNET \
7071
--no-address \
7172
--master-machine-type n1-standard-2 \

0 commit comments

Comments
 (0)