Skip to content

Commit

Permalink
Add deployment path
Browse files Browse the repository at this point in the history
  • Loading branch information
sevilS committed Apr 11, 2024
1 parent c80e53d commit eff6698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Jenkinsfile-MacOs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pipeline {
)}""".trim()
DEPLOYMENT_VERSION="0.0.1-SNAPSHOT"
DEPLOYMENT_VERSION_MODIFIED="${DEPLOYMENT_VERSION.substring(0, DEPLOYMENT_VERSION.indexOf('-SNAPSHOT'))}"
DEPLOYMENT_PATH_SNAPSHOT="com/build38/omvll/omvll/${DEPLOYMENT_VERSION}/omvll-${DEPLOYMENT_VERSION_MODIFIED}-${DATE}-${BUILD_NUMBER}.dylib"
DEPLOYMENT_PATH_SNAPSHOT="com/build38/omvll/omvll/${DEPLOYMENT_VERSION}/omvll-${DEPLOYMENT_VERSION_MODIFIED}-${DATE}-${BUILD_NUMBER}.zip"
DEPLOYMENT_PATH_SNAPSHOT_UBUNTU = "${params.DEPLOYMENT_PATH_SNAPSHOT_UBUNTU}"
DEPLOYMENT_PATH_RELEASE="com/build38/omvll/omvll/${DEPLOYMENT_VERSION_MODIFIED}/omvll-${DEPLOYMENT_VERSION_MODIFIED}-${BUILD_NUMBER}.dylib"
OMVLL_CERTIFICATE_PWD = credentials('OMVLL_CERTIFICATE_PWD')
Expand Down

0 comments on commit eff6698

Please sign in to comment.