fs-integration: Use the new name for mgr variant of cephfs #74
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy Jenkins jobs | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
push: | |
name: Deploy Jenkins jobs | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: build JJB container image | |
run: docker build -t samba-centosci -f deploy/Dockerfile . | |
- name: update Jenkins Jobs | |
run: docker run --rm --env="JENKINS_API_KEY=${{ secrets.JENKINS_API_KEY }}" --entrypoint=deploy/deploy-jobs.sh samba-centosci:latest |