mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-01-31 05:14:43 +00:00
21 lines
386 B
YAML
21 lines
386 B
YAML
name: Build Branch
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- feature/*
|
|
- bugfix/*
|
|
|
|
jobs:
|
|
build:
|
|
name: Build
|
|
runs-on: self-hosted
|
|
steps:
|
|
- name: Trigger Jenkins Job
|
|
uses: appleboy/jenkins-action@0.0.1
|
|
with:
|
|
url: "http://localhost:8080"
|
|
user: "ndorin"
|
|
token: ${{ secrets.TOKEN }}
|
|
job: "PepperDash Core Branch Builds"
|