Denis Gukov
Denis Gukov
@AlejandroCavero what database?
@AlejandroCavero please provide more details by the issue.
It is `latest` tag issue. By mistake, the beta version was marked as `latest`. To fix the issue you need: * Upgrade to 2.17.0-betaXX * Run command: `semaphore migrate --undo-to...
Currently `Playbook Filename` can be path to the file. What reason to have `path` field? Perhaps it is documentation issue? Perhaps `path` must be in `Repository` table?
> what;s blocking this? Unfixed issue
Will be merged to 2.18.
Hi @steevivo yes, we use logging with context for new code, something like this. ```go log.WithFields({"context": "email", ...}).WithError(err).Error("Failed to send email alert"); ``` But old code can contains contextless error...
Looks like a useful ability. But currently it is not possible. I think we will add this in 2.14 as part of this feature: https://github.com/semaphoreui/semaphore/issues/2612
@mickaeltardy you should use variable groups
> raw_output is also not a good workaround, because there are no timestamps in that log. Can adding timestamps to raw output be workaround the problem?