DWN-36607 Upgrade Corretto version in Jenkinsfiles

pull/1601/head
ahinorapl 2021-02-12 11:59:19 +00:00
parent a4afa9f021
commit 6f066d13c7
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -2,7 +2,7 @@ pipeline {
agent any
tools {
maven 'Maven 3.6.3'
jdk 'Corretto 8.265'
jdk 'Corretto 8.275'
}
environment {
VERSION = ''