Skip to content

Commit

Permalink
Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gquerret committed Oct 30, 2024
1 parent 094ab8a commit d70e200
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ pipeline {
stage('Dependencies') {
steps {
script {
def cablVersion = "2.28.0"
def prgsRulesVersion = "2.28.0"
def slintlsVersion = "3.10.99004"
def cablVersion = "2.28.3"
def prgsRulesVersion = "2.28.3"
def slintlsVersion = "3.11.99001"
withEnv(["MVN_HOME=${tool name: 'Maven 3', type: 'hudson.tasks.Maven$MavenInstallation'}"]) {
sh "mkdir analyzers server resources"
sh "$MVN_HOME/bin/mvn -U -B -ntp dependency:get -Dartifact=eu.rssw.sonar.openedge:sonar-openedge-plugin:${cablVersion} -Dtransitive=false && cp $HOME/.m2/repository/eu/rssw/sonar/openedge/sonar-openedge-plugin/${cablVersion}/sonar-openedge-plugin-${cablVersion}.jar analyzers/sonaroe.jar"
Expand Down

0 comments on commit d70e200

Please sign in to comment.