cicd: Remove Jenkins

This commit is contained in:
jamesread 2021-11-23 23:23:49 +00:00
parent fbea7ba928
commit 908edc352f
1 changed files with 0 additions and 23 deletions

View File

@ -1,23 +0,0 @@
name: "Build Jenkins RC"
on:
push:
branches: [ main ]
workflow_dispatch:
inputs:
reason:
description: "Reason"
required: true
default: "no reason given"
jobs:
jenkins-trigger:
runs-on: ubuntu-latest
steps:
- name: Trigger jenkins job
uses: appleboy/jenkins-action@master
with:
url: ${{ secrets.JENKINS_URL }}
user: ${{ secrets.JENKINS_USER }}
token: ${{ secrets.JENKINS_TOKEN }}
job: "OliveTin/OliveTin-rc-builder"