Update Jenkinsfile

This commit is contained in:
Marija Stopa 2025-01-10 11:19:55 +01:00 committed by GitHub
parent 00149b904a
commit 76756dabb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
Jenkinsfile vendored
View file

@ -2,7 +2,8 @@ pipeline {
agent any
environment {
GRADLE_BUILD_IMAGE = "gradle:8.12.0-jdk17"
DOCKER_BUILD_IMAGE = "docker:27"
DOCKER_VERSION = "27.3.1"
DOCKER_BUILD_IMAGE = "docker:${DOCKER_VERSION}" /
DOCKER_CREDENTIALS_ID = 'dockerhub-credentials' // Jenkins credential ID for Docker Hub
}
stages {