Skip to content

Commit

Permalink
tree
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNino committed Mar 3, 2024
1 parent 7a189ec commit 4abbd41
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,12 @@ jobs:
JENKINS_ARTIFACTORY_DOCKER_PUSH_DOMAIN: ${{ secrets.CONTAINER_REGISTRY }}/docker-local
JENKINS_ARTIFACTORY_DOCKER_PULL_REPO: docker-remote
JENKINS_ARTIFACTORY_DOCKER_PUSH_REPO: docker-local
run: mvn -V -B -U --no-transfer-progress clean verify -DskipITs=false "-Dfindbugs.failOnError=false"
run: mvn -V -B -U --no-transfer-progress clean verify -DskipITs=true "-Dfindbugs.failOnError=false"

- name: show contents
if: always()
run: ls -a ./target/artifactory/WEB-INF/lib

- name: show contents
if: always()
run: tree
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>jersey2-api</artifactId>
<version>2.35-8</version>
<version>2.40-1</version>
</dependency>

<!--Tests-->
Expand Down

0 comments on commit 4abbd41

Please sign in to comment.