Updates the JDK used for Jenkins
Some checks failed
EpicKnarvik97/Stargate/pipeline/head There was a failure building this commit

This commit is contained in:
Kristian Knarvik 2022-11-22 16:41:55 +01:00
parent 5aed252181
commit a35c07dc9c

2
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline {
agent any
tools {
jdk 'JDK16'
jdk 'JDK17'
}
stages {
stage('Build') {