Edit your release and click on the "Schedule set" icon under the Artifacts. You can enable and "Add a new time" for repeated execution.
Showing posts with label Azure Devops. Show all posts
Showing posts with label Azure Devops. Show all posts
Friday, July 2, 2021
Monday, April 5, 2021
Azure Devops, Shell Script, YAML
https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/utility/bash?view=azure-devops
steps:
- task: Bash@3
inputs:
targetType: 'inline'
script: echo $MYSECRET
env:
MYSECRET: $(Foo)
Subscribe to:
Posts (Atom)
Azure - Pipeline - Add Approver for Stage
https://learn.microsoft.com/en-us/azure/devops/pipelines/process/approvals?view=azure-devops&tabs=check-pass
-
Understanding Spring Cloud Eureka Server self preservation and renew threshold SELF PRESERVATION MODE : if Renews (last min) is less than ...
-
https://www.baeldung.com/spring-properties-file-outside-jar https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-featu...
-
BastionLess VM , VM is in private Subnet with private IP with access to NAT gateway NAT Gateway should have a route to Internet G/W https:...