[JIRA] (JENKINS-40986) Extend Declarative Pipeline so that it has the matrix capability

2017-01-18 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-40986  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Extend Declarative Pipeline so that it has the matrix capability   
 

  
 
 
 
 

 
 Arthur Lutz would something like this solve the matrix capability you are looking for? 

 

pipeline {
  stages {
stage(‘browser tests’) {
  matrix {
variants {
  variant (‘firefox’) {
agent { node “linux+firefox” }
  	environment { key: value }
  }
  variant ('chrome') {
agent { node 'linux+chrome' }
  	environment { key: value }
  }
  	}
environment { … }
stages { … }
  }
}
}
 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40986) Extend Declarative Pipeline so that it has the matrix capability

2017-01-11 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40986  
 
 
  Extend Declarative Pipeline so that it has the matrix capability   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Component/s: 
 blueocean-plugin  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40986) Extend Declarative Pipeline so that it has the matrix capability

2017-01-11 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40986  
 
 
  Extend Declarative Pipeline so that it has the matrix capability   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Component/s: 
 pipeline-model-definition-plugin  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40986) Extend Declarative Pipeline so that it has the matrix capability

2017-01-11 Thread arthur.l...@logilab.fr (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Arthur Lutz created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40986  
 
 
  Extend Declarative Pipeline so that it has the matrix capability   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2017/Jan/11 9:25 AM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Arthur Lutz  
 

  
 
 
 
 

 
 Follow up of https://issues.jenkins-ci.org/browse/JENKINS-40858  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)