Can I provide a friendly name for jobs?
In my Python project, I have seven jobs (I think they are jobs): https://ci.appveyor.com/project/nedbat/coveragepy
They are displayed on this page with the environment variable values. Is there a way I can define a friendly name for each of them in the matrix section of appveyor.yml ?
Comments are currently closed for this discussion. You can start a new one.
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 31 Aug, 2015 07:12 AM
You can't change the name of the job, but you can have a fake "job" variable in each job matrix line before "toxenv" with job name that will be shown first on UI.
- Feodor
2 Posted by Victor Costan on 05 Jun, 2017 07:30 PM
+1 Would like this feature as well. Could it be an env variable that's only tweakable at build configuration time, like APPVEYOR_BUILD_WORKER_IMAGE?
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:17 AM.