Fix: remove JDK tool dependency
This commit is contained in:
Vendored
-3
@@ -1,8 +1,5 @@
|
||||
pipeline {
|
||||
agent any
|
||||
tools {
|
||||
jdk 'JDK17'
|
||||
}
|
||||
stages {
|
||||
stage('Clone') {
|
||||
steps {
|
||||
|
||||
Reference in New Issue
Block a user