Skip to content

Commit

Permalink
PMM-7-fix-permissions-issues (#3791)
Browse files Browse the repository at this point in the history
* PMM-7-fix-permissions-issues

* Update jenkins-dispatch.yml
  • Loading branch information
yurkovychv authored Dec 4, 2024
1 parent b6f9c61 commit 78ba396
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/jenkins-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@ on:
inputs:
server_image:
description: "server image: repo/name:tag"
default: "perconalab/pmm-server:dev-latest"
required: true
type: string
client_image:
description: "client image: repo/name:tag"
default: "perconalab/pmm-client:dev-latest"
required: true
type: string
pmm_qa_branch:
description: "Branch for PMM-QA to checkout"
default: "main"
required: false
type: string
sha:
Expand All @@ -36,7 +39,7 @@ jobs:

- name: install tools
run: |
npm install -g bats
sudo npm install -g bats
- name: Start minikube
run: |
Expand Down

0 comments on commit 78ba396

Please sign in to comment.