File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
cucumber-tests-platform-common
cucumber-tests-platform-publiclighting
cucumber-tests-platform-smartmetering Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 1
1
FROM eclipse-temurin:17
2
2
WORKDIR /
3
3
COPY cucumber-tests-platform-common/target/cucumber-*-test-jar-with-dependencies.jar /
4
- COPY certificates /etc/ssl/certs/organisations/
5
4
RUN wget https://repo1.maven.org/maven2/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar
6
5
CMD java -javaagent:org.jacoco.agent-0.8.12-runtime.jar=destfile=/target/code-coverage/jacoco-it.exec \
7
6
-Dcucumber.execution.strict=true\
Original file line number Diff line number Diff line change 1
1
FROM eclipse-temurin:17
2
2
WORKDIR /
3
3
COPY cucumber-tests-platform-publiclighting/target/cucumber-*-test-jar-with-dependencies.jar /
4
- COPY certificates /etc/ssl/certs/organisations/
5
4
RUN wget https://repo1.maven.org/maven2/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar
6
5
CMD java -javaagent:org.jacoco.agent-0.8.12-runtime.jar=destfile=/target/code-coverage/jacoco-it.exec \
7
6
-Dcucumber.execution.strict=true\
Original file line number Diff line number Diff line change 1
1
FROM eclipse-temurin:17
2
2
WORKDIR /
3
3
COPY cucumber-tests-platform-smartmetering/target/cucumber-*-test-jar-with-dependencies.jar /
4
- COPY certificates /etc/ssl/certs/organisations/
5
4
RUN wget https://repo1.maven.org/maven2/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar
6
5
CMD java -javaagent:org.jacoco.agent-0.8.12-runtime.jar=destfile=/target/code-coverage/jacoco-it.exec \
7
6
-Dcucumber.execution.strict=true\
You can’t perform that action at this time.
0 commit comments