Skip to content

Commit

Permalink
Fix the path of WAR file
Browse files Browse the repository at this point in the history
The path is wrong so that the latest integration test failure was caused.
  • Loading branch information
riywo committed Oct 11, 2022
1 parent caf19a9 commit d5277b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-test/integration-test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function exit-handler() {
trap exit-handler EXIT

function jenkins-plugin-cli() {
java -jar "$TARGET_TMP_DIR/jenkins-plugin-manager.jar" --verbose --war jenkins.war --plugin-download-directory "$JENKINS_PLUGINS_DIR" "$@"
java -jar "$TARGET_TMP_DIR/jenkins-plugin-manager.jar" --verbose --war "$TARGET_TMP_DIR/jenkins.war" --plugin-download-directory "$JENKINS_PLUGINS_DIR" "$@"
}

function jenkins-cli() {
Expand Down

0 comments on commit d5277b9

Please sign in to comment.