Issue Type: Improvement Improvement
Affects Versions: current
Assignee: Kohsuke Kawaguchi
Components: slave-setup
Created: 09/Feb/13 9:13 AM
Description:

Often labels are used to declare "this is a windows x86 job, so it must run on a windows x86 or x64 machine". As this is rather intuitive, it is a lot to type again and again – and people will make errors typing in the _expression_ "windows && (x86 || x64)" possibly. Or people think it is EM64 intead of x64. And so on.

To solve this, it would be great if Jenkins would know some default tokens. That means, Jenkins shall check the slave and assign non-removable tokens inherently, that can be used just as custom labels.

  • If it is a Windows machine, it should be auto-labelled with the tag "windows".
  • If it is a Linux machine, it should be auto-labelled with the tag "linux".
  • If it is a x86 machine, it should be auto-labelled with the tag "x86".
  • If it is a x64 machine, it should be auto-labelled with the tag "x64".

Also, it would be cool if the suggestions popping up would not only contain single tags, but at the same momen suggest the most useful completions like "windows && (x86 || x64)".

Project: Jenkins
Priority: Major Major
Reporter: Markus KARG
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to