Fix: remove JDK tool dependency

This commit is contained in:
2026-06-07 23:33:19 +02:00
parent 9bee74e339
commit f6a0f42d2e
Vendored
-3
View File
@@ -1,8 +1,5 @@
pipeline {
agent any
tools {
jdk 'JDK17'
}
stages {
stage('Clone') {
steps {