Open jansvajcr opened 4 years ago
I think this kind of error (I was able to reproduce it) is happening before the build name is set so that might be hard. Probably major refactor would be needed.
@jansvajcr Was the pre-build action configured (not post action)? Because for post-build action may be skipped if build has failed.
@jansvajcr Was the pre-build action configured (not post action)? Because for post-build action may be skipped if build has failed.
No, I set it via the Set Build Name option in the Build Environment job configuration section.
These are my recent builds:
The last one failed because of some git fetch error. Logically thinking, the build name could have been set because I only wanted it to be a timestamp value (
yyyy-MM-dd
) which was known by the time of build failure.Is it technically possible to make this working?