diff --git a/Jenkinsfile b/Jenkinsfile index b6f542414..fdd3210f4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { environment { // Target platform to build against (must correspond to a profile in the parent pom.xml) - PLATFORM = 'platform-2023-12' + PLATFORM = 'platform-2024-03' } stages {