fixed jenkinsfile

This commit is contained in:
Tschipp 2021-12-23 23:36:51 +01:00
parent b1885bb39b
commit a6efe11226

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@
pipeline {
agent any
tools {
jdk "jdk-16.0.1.9"
jdk "jdk-16.0.1+9"
}
stages {
stage('Clean') {