This commit is contained in:
Anupong Hompan 2025-10-28 13:18:40 +07:00
parent f962a76419
commit 666622efb6

2
Jenkinsfile vendored
View File

@ -56,7 +56,7 @@ pipeline {
// Sanity check the SDK and install required global tools (Java for Sonar + dotnet-sonarscanner).
sh '''#!/bin/bash -e
apt-get update
apt-get install -y --no-install-recommends openjdk-17-jre-headless
apt-get install -y --no-install-recommends openjdk-21-jre-headless
rm -rf /var/lib/apt/lists/*
# Install .NET SDK locally for the build user