feature/api-for-email-address-search-in-contacts #113

Merged
hsh-michaelhoennig merged 19 commits from feature/api-for-email-address-search-in-contacts into master 2024-10-11 17:06:46 +02:00
Showing only changes of commit c035f13119 - Show all commits

2
Jenkinsfile vendored
View File

@ -15,7 +15,7 @@ pipeline {
stage ('Compile & Test') {
agent {
docker {
image 'openjdk:21'
image 'eclipse-temurin:21-jdk'
args '-v "$PWD":/app'
reuseNode true
}