Skip to content

Commit

Permalink
Merge branch 'hotfix/1.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgodard committed Apr 19, 2019
2 parents 9dd8338 + ee009b2 commit 4b0b211
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ pipeline {
steps {
sh "chmod ugo+x ./gradlew"
sh "chmod -R ugo+rx ./gradle"
sh "./gradlew clean build"
sh "./gradlew clean build -P NEXUS_URL=$NEXUS_URL -P MAVEN_USER=$NEXUS_USER_USR -P MAVEN_PASSWORD=$NEXUS_USER_PSW"
sh "./gradlew publish -P NEXUS_URL=$NEXUS_URL -P MAVEN_USER=$NEXUS_USER_USR -P MAVEN_PASSWORD=$NEXUS_USER_PSW"
sh "./gradlew publish -P NEXUS_URL=$NEXUS_URL -P NEXUS_URL_FOR_PUSH=$NEXUS_DMZ_URL -P MAVEN_USER=$NEXUS_DMZ_USER_USR -P MAVEN_PASSWORD=$NEXUS_DMZ_USER_PSW"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/cplex_plugin.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ ext {
}

println("Using cplex studio: $ext.cplexStudioHome")
println("Using native cplex path: $ext.nativeCplexPath")
println("Using native cpo path: $ext.nativeCpoPath")
println("Using native cplex path: $ext.nativeCplexPath")

test {
environment "PATH", "$nativeCpoPath$pathSeparator$nativeCplexPath" // For Windows dynamic library loading
Expand Down

0 comments on commit 4b0b211

Please sign in to comment.