Skip to content
Snippets Groups Projects
Commit b5915ad3 authored by michael.minelli's avatar michael.minelli
Browse files

Step 5 => Add a log to point on artifacts for more details

parent 2a5164fb
Branches
Tags
No related merge requests found
Pipeline #25789 passed
...@@ -129,7 +129,7 @@ import ClientsSharedExerciceHelper from './sharedByClients/helpers/Dojo/ClientsS ...@@ -129,7 +129,7 @@ import ClientsSharedExerciceHelper from './sharedByClients/helpers/Dojo/ClientsS
} }
//////////////////////////////////////////////////////////////////////////////////////////////////////////// Step 4: Upload and show the results //////////////////////////////////////////////////////////////////////////////////////////////////////////// Step 4: Upload results
{ {
try { try {
console.log(Styles.INFO(`${ Icon.INFO } Uploading results to the dojo server`)); console.log(Styles.INFO(`${ Icon.INFO } Uploading results to the dojo server`));
...@@ -152,11 +152,14 @@ import ClientsSharedExerciceHelper from './sharedByClients/helpers/Dojo/ClientsS ...@@ -152,11 +152,14 @@ import ClientsSharedExerciceHelper from './sharedByClients/helpers/Dojo/ClientsS
} }
//////////////////////////////////////////////////////////////////////////////////////////////////////////// Step 5: Exit with container exit code /*
//////////////////////////////////////////////////////////////////////////////////////////////////////////// Step 5:
- Display results
- Exit with container exit code
*/
{ {
ClientsSharedExerciceHelper.displayExecutionResults(exerciceResultsValidation.exerciceResults!, exerciceDockerCompose.exitCode, Styles); ClientsSharedExerciceHelper.displayExecutionResults(exerciceResultsValidation.exerciceResults!, exerciceDockerCompose.exitCode, Styles, `\n\n${ Icon.INFO }️ More detailed logs and resources may be available in artifacts`);
}
process.exit(exerciceDockerCompose.exitCode); process.exit(exerciceDockerCompose.exitCode);
}
})(); })();
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment