jdk tool 추가
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -1,5 +1,8 @@
|
||||
pipeline {
|
||||
agent any
|
||||
tools {
|
||||
jdk("openjdk-17")
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Init') {
|
||||
|
||||
Reference in New Issue
Block a user