JK
This commit is contained in:
parent
f962a76419
commit
666622efb6
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user