mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-28 21:25:44 +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'
|
||||
}
|
||||
|
||||
tools {
|
||||
jdk 'OracleJDK 8'
|
||||
}
|
||||
|
||||
options {
|
||||
timeout(time: 5, unit: 'MINUTES')
|
||||
timestamps()
|
||||
@ -36,7 +40,6 @@ pipeline {
|
||||
steps {
|
||||
withMaven(
|
||||
maven: 'Maven 3'
|
||||
jdk: 'OracleJDK 8'
|
||||
globalMavenSettingsConfig: 'e5b005b5-be4d-4709-8657-1981662bcbe3'
|
||||
mavenOpts: '-Xmx4G'
|
||||
) {
|
||||
|
Loading…
Reference in New Issue
Block a user