Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Naquin authored Jan 13, 2020
1 parent 4c14335 commit 2f5c884
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 @@ -48,7 +48,7 @@ node("${BUILD_NODE}"){
{
sh """
./gradlew publish \
-PossimMavenProxy=${MAVEN_UPLOAD_URL}
-PossimMavenProxy=${OSSIM_MAVEN_PROXY}
"""
}
}
Expand Down

0 comments on commit 2f5c884

Please sign in to comment.