Forces Jenkins to use a compatible JDK
Some checks failed
EpicKnarvik97/Stargate/pipeline/head There was a failure building this commit

This commit is contained in:
Kristian Knarvik 2021-10-30 15:17:15 +02:00
parent 8fa0cca5ce
commit 40f0a99e5a

3
Jenkinsfile vendored
View File

@ -1,5 +1,8 @@
pipeline {
agent any
tools {
jdk 'JDK17'
}
stages {
stage('Build') {
steps {