Is it possible to change the job title?

human's Avatar

human

27 Jun, 2017 11:24 PM

It obviously defaults to the worker's name. Especially if you have a lot of workers (and use Cygwin, MSYS, ...) the job title "Visual Studio X" is getting confusing.

  1. 1 Posted by Ilya Finkelshte... on 28 Jun, 2017 12:09 AM

    Ilya Finkelshteyn's Avatar

    If you use them with build matrix as proposed in another post, it will be unique and readable, for example this configuration

    image:
    - Visual Studio 2013
    - Visual Studio 2017
    environment:
      matrix:
      - FRAMEWORK: MSYS
      - FRAMEWORK: SYGWIN
    
    will create those jobs:
    • Image: Visual Studio 2013; Environment: FRAMEWORK=MSYS
    • Image: Visual Studio 2013; Environment: FRAMEWORK=SYGWIN
    • Image: Visual Studio 2017; Environment: FRAMEWORK=MSYS
    • Image: Visual Studio 2017; Environment: FRAMEWORK=SYGWIN
  2. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:18 AM.

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