build(ci): указание версии JDK
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
tools {
|
||||
jdk 'Temurin 21'
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
|
||||
Reference in New Issue
Block a user