DGDheeraj Gambhirindheerajgambhir.hashnode.dev路Jul 10, 2023 路 1 min readPostman CLI Vs NewmanThe Postman v10 release in Q3 of 2022 introduced the Postman CLI. If you are interested to know whether you should move from Newman to Postman CLI, please go through this: https://learning.postman.com/docs/postman-cli/postman-cli-overview Here is a d...00
DGDheeraj Gambhirindheerajgambhir.hashnode.dev路Jul 10, 2023 路 1 min readsingle-branch parameter in the git cloneDespite having a small amount of storage on your local, do you need to do a task in a specific branch of Git? Or, for a variety of reasons, you might only wish to clone a certain branch's files. Git, fortunately, allows the flexibility to accomplish ...00
DGDheeraj Gambhirindheerajgambhir.hashnode.dev路Jul 10, 2023 路 2 min readHow to pass a variable value between Azure Pipeline jobs (within the same stage)?Since the jobs operate in different namespaces, passing variable values between them is unlike passing a variable value from one function to another. In the example below, $app_Token is the variable name that needs to be sent from one job to another ...00
DGDheeraj Gambhirindheerajgambhir.hashnode.dev路Jul 10, 2023 路 3 min readSensitive Data in Azure Pipelines - Azure Variable Groups (Benefits and Real-World Examples)Secret variables are variables that are encrypted and can be used in pipelines without having their value revealed. You can use secret variables to store confidential information like passwords, identification numbers, and other identifying informati...00
DGDheeraj Gambhirindheerajgambhir.hashnode.dev路Jul 10, 2023 路 1 min readGit Tip 馃挕Git aliases: Making aliases for popular commands to save time in the terminal is one of the most effective ways to enhance your everyday workflow. The most used Git commands like checkout, commit, etc. can be made into aliases using the following com...00