- Small screen, date picker goes outside of the screen
- Ability to 'freeze' other incoming deployments checkbox option (like quick deploy, button, etc)
- Move Cancel scheduled deployment button to the "Rollback" button position as we can't use that button at that point anyway
·
Merged Scheduled timestamp available as deployment script variable into this item
Created by: Sebastiaan
Would be cool to show echo out the scheduled_at timestamp (or use for conditions) in the deployment script. Is this something that's possible?
if [ -n "{{ SCHEDULED_AT }}" ]
then
echo "This command was scheduled at {{ SCHEDULED_AT }}"
fi
·
·
Just try this feature and love it. Also, agreed with @Sebastiaan 's suggestion
no votes yet
·
·
Ability to 'freeze' other incoming deployments checkbox option (like quick deploy, button, etc)
is this feature live? i cannot see any option for this.
I tested this: in my app with active "Quick Deploy" I scheduled a deploy for next night. I then pushed to my github repository with the changes i would like to deploy next night. But the "quick deploy" run now instead of checking that there is a "scheduled deploy".
no votes yet