Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Dec 19, 2017
1 parent 16f7763 commit 6274366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pipeline {
CONAN_UPLOAD = "https://ogs.jfrog.io/ogs/api/conan/conan"
CONAN_STABLE_BRANCH_PATTERN = "release/*"
CONAN_VISUAL_VERSIONS = "15"
CONAN_USER_HOME = "%WORKSPACE%\\conan"
CONAN_USER_HOME = "$WORKSPACE\\conan"
}
steps {
script {
Expand Down

0 comments on commit 6274366

Please sign in to comment.