Skip to content

Commit

Permalink
Update Jenkins scan to new Gradle version
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Widdis <[email protected]>
  • Loading branch information
dbwiddis committed Jun 30, 2022
1 parent 5ee7ffa commit bda0683
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jenkins/vulnerability-scan/whitesource-scan.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ pipeline {

void scan() {
sh """
curl -SLO https://services.gradle.org/distributions/gradle-6.6.1-bin.zip
unzip gradle-6.6.1-bin.zip
GRADLE_HOME=`realpath gradle-6.6.1`
curl -SLO https://services.gradle.org/distributions/gradle-7.4.2-bin.zip
unzip gradle-7.4.2-bin.zip
GRADLE_HOME=`realpath gradle-7.4.2`
export PATH=\${GRADLE_HOME}/bin:\$PATH
gradle --version
cd ./tools/vulnerability-scan/
Expand Down

0 comments on commit bda0683

Please sign in to comment.