Update pipeline and docker image

This commit is contained in:
Corneil du Plessis
2024-12-18 15:22:15 +02:00
parent 7764c97053
commit 229d77f825
4 changed files with 2 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
FROM eclipse-temurin:17.0.6_10-jdk-focal
FROM eclipse-temurin:17.0.13_10-jdk-jammmy
RUN apt-get update && apt-get install -y gpg

View File

@@ -4,9 +4,6 @@ set -euo pipefail
RELEASE_TYPE=$1
export GRADLE_ENTERPRISE_CACHE_USERNAME=${GRADLE_ENTERPRISE_CACHE_USR}
export GRADLE_ENTERPRISE_CACHE_PASSWORD=${GRADLE_ENTERPRISE_CACHE_PSW}
echo 'Deploying to Artifactory...'
MAVEN_OPTS="-Duser.name=spring-builds+jenkins -Duser.home=/tmp/jenkins-home" ./mvnw \

View File

@@ -5,9 +5,6 @@ set -euo pipefail
PROJECT_VERSION=$1
STAGING_REPOSITORY_ID=$2
export GRADLE_ENTERPRISE_CACHE_USERNAME=${GRADLE_ENTERPRISE_CACHE_USR}
export GRADLE_ENTERPRISE_CACHE_PASSWORD=${GRADLE_ENTERPRISE_CACHE_PSW}
echo 'Staging on Maven Central...'
GNUPGHOME=/tmp/gpghome

View File

@@ -18,5 +18,4 @@ docker.java.inside.basic=-v $HOME:/tmp/jenkins-home
# Credentials
artifactory.credentials=02bd1690-b54f-4c9f-819d-a77cb7a9822c
dockerhub.credentials=hub.docker.com-springbuildmaster
gradle-enterprise-cache.credentials=gradle_enterprise_cache_user
gradle-enterprise.access-key=gradle_enterprise_secret_access_key
develocity.access-key=gradle_enterprise_secret_access_key