Skip to content

Commit

Permalink
JiraInstanceManagerRest.groovy
Browse files Browse the repository at this point in the history
 * Added removal of shaded/ in deploySpockEndpoint
  • Loading branch information
farthinder committed May 22, 2024
1 parent adf44d5 commit 3aabb43
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1542,7 +1542,8 @@ final class JiraInstanceManagerRest {
assert installGroovySources("https://github.com/eficode/remoteSpock", deployBranch): "Error fetching and/or installing remoteSpock sources"
log.info("\tSuccessfully updated endpoint script")

String endpointFilePath = "com/eficode/atlassian/jira/remotespock/remoteSpockEndpoint.groovy"//.replace("shaded/", "")
//Replacement is needed because shading adds shaded/
String endpointFilePath = "com/eficode/atlassian/jira/remotespock/remoteSpockEndpoint.groovy".replace("shaded/", "")

if (withPlugins) {

Expand Down

0 comments on commit 3aabb43

Please sign in to comment.