forked from isar-community/isar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Martin Clauss
committed
Mar 3, 2024
1 parent
6a2e3a1
commit 37e61db
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |