From 040af4ba1d51fe0cd4d59d918c119bb76cfc7a3f Mon Sep 17 00:00:00 2001 From: Jesse Houldsworth Date: Tue, 18 Mar 2025 10:09:32 -0700 Subject: [PATCH] fixing ci --- .github/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index a76236f1d..76f74b7b8 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -72,7 +72,7 @@ jobs: run: | jf mvn clean install \ -DskipTests=true -Denforcer.skip=true \ - --build-name="webgoat" \ + --build-name="spring-petclinic" \ --build-number="${{ github.run_id }}" #################################################