chore: updated Jenkinsfile
Some checks failed
Gitea/docker-base-images/jdk14-alpine/pipeline/head There was a failure building this commit

This commit is contained in:
amorozov 2023-03-30 19:18:16 +03:00
parent 7a5662ff90
commit 1409317eb7

2
Jenkinsfile vendored
View File

@ -17,7 +17,7 @@ pipeline {
stages {
stage('prepare') {
steps {
sh "apk update && apk add --no-cache git"
sh "apk update && apk add --no-cache git docker-cli"
script {
env.IMAGE_BASE_NAME = "jdk14-alpine"
env.RELEASE_TAG_PREFIX = "release-"