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