1

build(ci): указание версии JDK

This commit is contained in:
2025-08-18 11:50:36 +03:00
parent 1a83e4780e
commit 74d3310a90

View File

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