Changes Jenkins to JDK 16 as Maven doesn't like Java 17. Ugh.
Some checks failed
EpicKnarvik97/Stargate/pipeline/head There was a failure building this commit
Some checks failed
EpicKnarvik97/Stargate/pipeline/head There was a failure building this commit
This commit is contained in:
parent
40f0a99e5a
commit
1f1fef3054
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -1,7 +1,7 @@
|
||||
pipeline {
|
||||
agent any
|
||||
tools {
|
||||
jdk 'JDK17'
|
||||
jdk 'JDK16'
|
||||
}
|
||||
stages {
|
||||
stage('Build') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user