Forces Jenkins to use a compatible JDK

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

3
Jenkinsfile vendored

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