Skip to content

Commit e4a3ec7

Browse files
authored
Merge pull request #5 from takipi/feature/OOE-53
[OOE-53] Updated API Client version and added new parameters to script
2 parents 2521310 + 9ec3350 commit e4a3ec7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<properties>
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2323
<fileName>gitlab-overops</fileName>
24-
<version.takipi>2.33.2</version.takipi>
24+
<version.takipi>2.34.0</version.takipi>
2525
<docker.image.prefix>overops</docker.image.prefix>
2626
</properties>
2727

src/docker/run-quality-report.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
java -jar /opt/gitlab-overops.jar \
2+
${OVEROPS_APP_URL:+--overOpsAppURL=$OVEROPS_APP_URL} \
23
${OVEROPS_URL:+--overOpsURL=$OVEROPS_URL} \
34
${OVEROPS_SID:+--overOpsSID=$OVEROPS_SID} \
45
${OVEROPS_API_KEY:+--overOpsAPIKey=$OVEROPS_API_KEY} \
@@ -20,4 +21,5 @@ java -jar /opt/gitlab-overops.jar \
2021
${OVEROPS_APPLY_SEASONALITY:+--applySeasonality=$OVEROPS_APPLY_SEASONALITY} \
2122
${OVEROPS_SHOW_EVENTS_FOR_PASSED_GATES:+--showEventsForPassedGates=$OVEROPS_SHOW_EVENTS_FOR_PASSED_GATES} \
2223
${OVEROPS_DEBUG:+--debug=$OVEROPS_DEBUG} \
23-
${OVEROPS_CHECK:+--checkVersion=$OVEROPS_CHECK}
24+
${OVEROPS_CHECK:+--checkVersion=$OVEROPS_CHECK} \
25+
${OVEROPS_LINK:+--link=$OVEROPS_LINK}

0 commit comments

Comments
 (0)