You need to sign in or sign up before continuing.
emoji icons for build jobs
Someone wanted to have
So, i added unicode symbol to job name:
⚠deploy:dvideo.test.local⚠:
<<: *deploy
environment: test/dvideo.test
it looks a bit poor, and i was thinking maybe having structured support for such is more useful:
deploy:dvideo.test:
<<: *deploy
icon: warning
environment: test/dvideo.test
this way it could be perhaps better shown in views, perhaps not show with small icons etc.
also having ascii in .yml
makes it more readable.