Regression: failure to decrypt environment variables break job startup
Hi,
Linux jobs that specify an environment variable encrypted for a different account or started from a Pull Request (with "Enable secure variables in Pull Requests from the same repository only" disabled) fail to start since yesterday.
They get stuck with no console output until the timeout is reached.
Here is a minimal example showing the issue: https://ci.appveyor.com/project/cfillion/sws/builds/39484169
---
image: Ubuntu1804
build_script:
- echo Success
environment:
BUG:
secure: 7/reYbjSvsahllDRA8ei7w==
(Last successful build: https://ci.appveyor.com/project/reaper-oss/sws/builds/39476491)
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 06 Jun, 2021 08:34 PM
Thanks for reporting that! Will take a look.
Support Staff 2 Posted by Feodor Fitsner on 07 Jun, 2021 01:30 AM
It'sb been fixed and update deployed.
3 Posted by Christian Filli... on 07 Jun, 2021 02:34 AM
Thank you! (Wow, that was quick!)