Skip to content

Commit

Permalink
Debug commit for QA
Browse files Browse the repository at this point in the history
  • Loading branch information
7PH committed May 27, 2024
1 parent e6db73b commit 11d74c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/common/latest/analyze-task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ export const analyzeTask: TaskJob = async (endpointType: EndpointType) => {
const rootPath = path.join(__dirname, "..");
const jdkVersionSource = tl.getInput("jdkversion", true) as JdkVersionSource;

tl.warning(
">>> If this warning is shown, it means the QA is picking up the latest task code which is good",
);

if (typeof tl.getVariable(TaskVariables.SonarQubeScannerMode) === "undefined") {
tl.setResult(
tl.TaskResult.Failed,
Expand Down

0 comments on commit 11d74c8

Please sign in to comment.