#13 -- Fix jdk
All checks were successful
CI fuzzy controller / container-test-job (push) Successful in 1m4s

This commit is contained in:
Anton Romanov 2025-02-17 16:43:45 +04:00
parent 76a4738682
commit 86d8f85e3c

3
Jenkinsfile vendored
View File

@ -1,5 +1,8 @@
pipeline {
agent any
tools {
jdk 'jdk-21'
}
stages {
stage('Build') {
steps {