jdk tool 추가

This commit is contained in:
Hanbin Lee
2023-01-24 00:29:39 +09:00
parent b814a782b8
commit 15744f1a9a

3
Jenkinsfile vendored
View File

@@ -1,5 +1,8 @@
pipeline {
agent any
tools {
jdk("openjdk-17")
}
stages {
stage('Init') {