mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-29 05:35:15 +01:00
Fix syntax
This commit is contained in:
parent
b034f7647b
commit
9f07fae0db
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -3,6 +3,10 @@ pipeline {
|
|||||||
label 'argon2'
|
label 'argon2'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tools {
|
||||||
|
jdk 'OracleJDK 8'
|
||||||
|
}
|
||||||
|
|
||||||
options {
|
options {
|
||||||
timeout(time: 5, unit: 'MINUTES')
|
timeout(time: 5, unit: 'MINUTES')
|
||||||
timestamps()
|
timestamps()
|
||||||
@ -36,7 +40,6 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
withMaven(
|
withMaven(
|
||||||
maven: 'Maven 3'
|
maven: 'Maven 3'
|
||||||
jdk: 'OracleJDK 8'
|
|
||||||
globalMavenSettingsConfig: 'e5b005b5-be4d-4709-8657-1981662bcbe3'
|
globalMavenSettingsConfig: 'e5b005b5-be4d-4709-8657-1981662bcbe3'
|
||||||
mavenOpts: '-Xmx4G'
|
mavenOpts: '-Xmx4G'
|
||||||
) {
|
) {
|
||||||
|
Loading…
Reference in New Issue
Block a user