Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
liyaqin1 committed May 17, 2024
1 parent 6a7767e commit 4e160e1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@ public void action(@Context SecurityContext sc,
@ResourceAuthZInfo(type = AuthZResource.Type.ENV_STAGE, idLocation = Location.PATH)
public void pindeployPipelineAction(@Context SecurityContext sc,
@NotEmpty @QueryParam("pipeline") String pipeline) throws Exception {
LOG.info(String.format("yaqin-test"));
LOG.info("yaqin-test-1");
String operator = sc.getUserPrincipal().getName();
LOG.info(String.format("yaqin-test-2"));
LOG.info("yaqin-test-2");
pindeployDAO.delete(pipeline);
LOG.info(String.format("Successfully disabled pindeploy pipeline %s by %s", pipeline, operator));
}
Expand Down

0 comments on commit 4e160e1

Please sign in to comment.