Skip to content

Merge pull request #190 from rakshithakamath94/main #19

Merge pull request #190 from rakshithakamath94/main

Merge pull request #190 from rakshithakamath94/main #19

Workflow file for this run

---
name: Deploy Jenkins jobs
on:
push:
branches:
- main
jobs:
push:
name: Deploy Jenkins jobs
runs-on: ubuntu-latest
if: github.repository == 'gluster/centosci'
steps:
- uses: actions/checkout@v3
- name: build JJB container image
run: docker build -t gluster-centosci -f tests/Containerfile .
- name: update Jenkins Jobs
run: docker run --rm --env="JENKINS_API_KEY=${{ secrets.JENKINS_API_KEY_NEW }}" --entrypoint=tests/deploy-centos-ci.sh gluster-centosci:latest