Skip to content

Commit

Permalink
Use staging profile even for clean
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Sep 29, 2023
1 parent acaee36 commit d33a122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ spec:
mvn -B -e clean install -Pfastest,staging -T4C
./gfbuild.sh archive_bundles
./gfbuild.sh archive_embedded
mvn -B -e clean
mvn -B -e clean -Pstaging
tar -c -C ${WORKSPACE}/appserver/tests common_test.sh gftest.sh appserv-tests quicklook | gzip --fast > ${WORKSPACE}/bundles/appserv_tests.tar.gz
ls -la ${WORKSPACE}/bundles
ls -la ${WORKSPACE}/embedded
Expand Down

0 comments on commit d33a122

Please sign in to comment.