mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2025-12-06 08:01:59 +01:00
Trigger builds once a branch is discovered.
This commit is contained in:
parent
49946e27e0
commit
62451c9cb7
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
|
@ -1,5 +1,6 @@
|
|||
pipeline {
|
||||
agent none
|
||||
triggers { pollSCM('H/15 * * * *') }
|
||||
stages {
|
||||
stage('Build') {
|
||||
parallel {
|
||||
|
|
|
|||
Loading…
Reference in a new issue