Skip to content

Commit

Permalink
Update licenseserver path for Jenkins deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-Becker committed Mar 4, 2024
1 parent c951f34 commit fe0311a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ pipeline {
stages {
stage("solver setup") {
steps {
dir("julia_src/xpress/licenseserver") {
dir("julia_src/licenseserver") {
git url: env.LICENSESERVER_URL
}
sh "cp julia_src/xpress/licenseserver/Dockerfile.xpress julia_src/"
sh "cp julia_src/licenseserver/Dockerfile.xpress julia_src/"
}
}

Expand Down

0 comments on commit fe0311a

Please sign in to comment.