mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2025-12-06 08:01:59 +01:00
Add the tools.
This commit is contained in:
parent
62451c9cb7
commit
4c7eff906e
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
|
@ -1,6 +1,10 @@
|
|||
pipeline {
|
||||
agent none
|
||||
triggers { pollSCM('H/15 * * * *') }
|
||||
tools {
|
||||
maven 'apache-maven-3.0.1'
|
||||
jdk 'OpenJDK 9'
|
||||
}
|
||||
stages {
|
||||
stage('Build') {
|
||||
parallel {
|
||||
|
|
|
|||
Loading…
Reference in a new issue