updated jenkinsfile

This commit is contained in:
Tschipp 2021-10-20 22:41:25 +02:00
parent b7c2d8e898
commit f72a8b15d4

3
Jenkinsfile vendored
View File

@ -2,6 +2,9 @@
pipeline { pipeline {
agent any agent any
tools {
jdk "jdk8u292-b10"
}
stages { stages {
stage('Clean') { stage('Clean') {
steps { steps {