Create jenkins-rc-build

This commit is contained in:
James Read 2021-10-11 13:03:49 +01:00 committed by GitHub
parent da5a6cdc06
commit 7c61054659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
.github/workflows/jenkins-rc-build vendored Normal file
View File

@ -0,0 +1,17 @@
name: "Jenkins RC Build"
on: [push]
jobs:
codestyle:
runs-on: ubuntu-latest
steps:
- name: Trigger jenkins job
uses: jabbukka/jenkins-trigger@main
with:
url: ${{ secrets.JENKINS_URL }}
job_name: "OliveTin/OliveTin-rc-builder"
user_name: ${{ secrets.JENKINS_USER }}
api_token: ${{ secrets.JENKINS_TOKEN }}
wait: "true"
timeout: "1000"