Skip to content

Commit

Permalink
Add remote jenkins trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Clauss committed Mar 3, 2024
1 parent 6a2e3a1 commit 37e61db
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/skynet.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Triggers remote jenkins

on:
push:
branches:
- main
- v3

permissions:
contents: read
pages: write
id-token: write

concurrency:
group: "pages"
cancel-in-progress: true

jobs:
trigger_remote:
name: Trigger remote jenkins instance
runs-on: ubuntu-latest
steps:
- name: Invoke trigger
run: |
curl -s 'https://isar-community.dev/git/notifyCommit?url=https://github.com/mrclauss/isar.git&token=a641b59c61c22effd6dd258f8e713c7b'

0 comments on commit 37e61db

Please sign in to comment.