Skip to content
Snippets Groups Projects
Commit 18ad1dcf authored by Lukasz Lopatowski's avatar Lukasz Lopatowski
Browse files

Merge branch 'release/1.7.0' into 'develop'

Release/1.7.0

See merge request !129
parents e7a89930 75785e65
No related branches found
No related tags found
2 merge requests!131Develop,!129Release/1.7.0
Pipeline #93010 failed
...@@ -66,7 +66,7 @@ build_and_push_release_image: ...@@ -66,7 +66,7 @@ build_and_push_release_image:
mend: mend:
stage: mend stage: mend
image: eclipse-temurin:17-jre-alpine image: openjdk:17-jdk-slim
only: only:
- /^release/ - /^release/
variables: variables:
...@@ -76,5 +76,7 @@ mend: ...@@ -76,5 +76,7 @@ mend:
- | - |
export PRODUCT_VERSION=$(echo $CI_COMMIT_BRANCH | cut -c 9-) export PRODUCT_VERSION=$(echo $CI_COMMIT_BRANCH | cut -c 9-)
export PROJECT_VERSION=$PRODUCT_VERSION export PROJECT_VERSION=$PRODUCT_VERSION
apt-get update && apt-get install -y curl
chmod +x ./gradlew
curl -LJO https://github.com/whitesource/unified-agent-distribution/releases/latest/download/wss-unified-agent.jar curl -LJO https://github.com/whitesource/unified-agent-distribution/releases/latest/download/wss-unified-agent.jar
java -jar wss-unified-agent.jar -userKey ${MEND_USER_KEY} -apiKey ${MEND_API_KEY} -projectVersion ${PROJECT_VERSION} -project ${PROJECT_NAME} -productVersion ${PRODUCT_VERSION} -product ${PRODUCT_NAME} -c ws.config -d ../ java -jar wss-unified-agent.jar -userKey ${MEND_USER_KEY} -apiKey ${MEND_API_KEY} -projectVersion ${PROJECT_VERSION} -project ${PROJECT_NAME} -productVersion ${PRODUCT_VERSION} -product ${PRODUCT_NAME} -c ./ws/ws.config -d ./
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment