Moved to different jenkins-action

This commit is contained in:
jamesread 2021-10-11 13:33:36 +01:00
parent f333e59036
commit 06ff15b9bf
1 changed files with 5 additions and 7 deletions

View File

@ -11,15 +11,13 @@ on:
default: "no reason given"
jobs:
codestyle:
jenkins-trigger:
runs-on: ubuntu-latest
steps:
- name: Trigger jenkins job
uses: jabbukka/jenkins-trigger@main
uses: appleboy/jenkins-action@master
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"
user: ${{ secrets.JENKINS_USER }}
token: ${{ secrets.JENKINS_TOKEN }}
job: "OliveTin/OliveTin-rc-builder"