matheusgomes28/base64pp

Add display names to the docs and testing stage jobs

Closed this issue ยท 4 comments

The current pipeline doesn't have names for the jobs in the {docs, test} stages:

image

TODOS ๐Ÿ‘

  1. Add displayName field to jobs in the docs stage. ๐Ÿ“–
  2. Add displayName field to jobs in the tests stage. ๐Ÿงช

Can you explain more? I would like to work on this issue

Hello @daredevil3435 , thanks for the interest!

This task is just about adding the names to be displayed in the CI. Check them out here: https://dev.azure.com/Matheusgarcia28/Base64pp/_build/results?buildId=393&view=logs&jobId=cb2e13c4-4a2e-52bb-cb58-7479a6546e29 . You can see that there are jobs only displayed with the name "job".

To change this, you have to edit the azure-pipeline.yml file and add the displayName tag on those jobs!

@daredevil3435 Are you still interested? If not I'm going to push this soon. Let me know if you want to get the contribution for this!

Closed with #53