Skip to content

Commit

Permalink
Fix file to libs to remove
Browse files Browse the repository at this point in the history
  • Loading branch information
erdlet committed May 10, 2023
1 parent 44ac5af commit 149ebd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ pipeline {
sh "wget https://download.eclipse.org/ee4j/glassfish/glassfish-7.0.4.zip"
sh "unzip glassfish-7.0.4.zip"

sh "rm glassfish7/bin/modules/jakarta.mvc-api.jar"
sh "rm glassfish7/bin/modules/krazo-*.jar"
sh "rm glassfish7/glassfish/bin/modules/jakarta.mvc-api.jar"
sh "rm glassfish7/glassfish/bin/modules/krazo-*.jar"

sh "glassfish7/bin/asadmin start-domain"

Expand Down

0 comments on commit 149ebd7

Please sign in to comment.