Skip to content

Commit

Permalink
Smoke tests are too heavy for the DockerHub builder, fallback to ligh…
Browse files Browse the repository at this point in the history
…t test for now
  • Loading branch information
oleg-nenashev committed Jun 17, 2018
1 parent 3194e14 commit 7b7415b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY licenseCompleter.groovy /jenkins/src/licenseCompleter.groovy
COPY show-pom-version.rb /jenkins/src/show-pom-version.rb

WORKDIR /jenkins/src/
RUN mvn clean install --batch-mode -Psmoke-test
RUN mvn clean install --batch-mode -Plight-test

# The image is based on https://github.com/jenkinsci/docker/tree/java11
# All documentation is applicable
Expand Down

0 comments on commit 7b7415b

Please sign in to comment.