[JIRA] [role-strategy-plugin] (JENKINS-35250) Help text for slave roles mentions project names

2016-05-31 Thread reg-jenk...@phi1010.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Phillip Kuhrt created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-35250 
 
 
 
  Help text for slave roles mentions project names  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Oleg Nenashev 
 
 
 

Attachments:
 

 2016-06-01 01_16_30-Jenkins.png 
 
 
 

Components:
 

 role-strategy-plugin 
 
 
 

Created:
 

 2016/May/31 11:22 PM 
 
 
 

Environment:
 

 Jenkins 2.6, Plugin 2.2.0 
 
 
 

Priority:
 
  Trivial 
 
 
 

Reporter:
 
 Phillip Kuhrt 
 
 
 
 
 
 
 
 
 
 
Was probably introduced in 

JENKINS-18748
: 
The help box for slave roles under http://jenkins.example.com:8080/role-strategy/manage-roles shows "The pattern is used to match project names. This means that the permissions you are assigning to this role will only be valid for project having a name matching this pattern."; I suppose the text should reference "slave names" / "node names"? 
 
 
 
   

[JIRA] [copyartifact-plugin] (JENKINS-35103) BUILD_SELECTOR is not passed to matrix subprojects

2016-05-31 Thread reg-jenk...@phi1010.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Phillip Kuhrt commented on  JENKINS-35103 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: BUILD_SELECTOR is not passed to matrix subprojects  
 
 
 
 
 
 
 
 
 
 
Yes, that fixed it.  Thank you. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [copyartifact-plugin] (JENKINS-35103) BUILD_SELECTOR is not passed to matrix subprojects

2016-05-31 Thread reg-jenk...@phi1010.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Phillip Kuhrt closed an issue as Duplicate 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-35103 
 
 
 
  BUILD_SELECTOR is not passed to matrix subprojects  
 
 
 
 
 
 
 
 
 

Change By:
 
 Phillip Kuhrt 
 
 
 

Status:
 
 Resolved Closed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [copyartifact-plugin] (JENKINS-35103) BUILD_SELECTOR is not passed to matrix subprojects

2016-05-24 Thread reg-jenk...@phi1010.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Phillip Kuhrt updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-35103 
 
 
 
  BUILD_SELECTOR is not passed to matrix subprojects  
 
 
 
 
 
 
 
 
 

Change By:
 
 Phillip Kuhrt 
 
 
 
 
 
 
 
 
 
 A parameter of the type "Build selector for Copy Artifact" works fine when using it in an freestyle job, it copies the artifacts and the windows script {code}echo "%BUILD_SELECTOR%"{code}prints as expected:{code}00:00:00.059 [IntegrationTest] $ cmd /c call C:\Users\JENKIN~1\AppData\Local\Temp\hudson**.bat00:00:00.095 00:00:00.095 C:\Jenkins\workspace\**>echo "  true  UseNewest  true" 00:00:00.095 "  true  UseNewest  true"00:00:00.095 00:00:00.095 C:\Jenkins\workspace\**>exit 0 00:00:00.107 Setting MSBUILD_12_HOME=C:\Program Files (x86)\MSBuild\12.0\Bin\00:00:09.371 Copied 603 artifacts from "**" build number 10{code}When using the same setup (Build selector parameter; windows batch script and copy artifact step) in an matrix job, we get the following result:{code}00:00:00.053 [**] $ cmd /c call C:\Users\JENKIN~1\AppData\Local\Temp\hudson**.bat00:00:00.096 00:00:00.096 C:\Jenkins\workspace\**>echo "" 00:00:00.096 ""00:00:00.097 00:00:00.097 C:\Jenkins\workspace\**>exit 0 00:00:00.110 Setting MSBUILD_12_HOME=C:\Program Files (x86)\MSBuild\12.0\Bin\00:00:00.112 ERROR: Unable to find a build for artifact copy from: Build2/BuildConfiguration=Debug,Slave=**{code}It looks as if the parameter is not passed to the subproject created automatically for each combination.  Specifying  When specifying  the Build selector directly (without variable, choosing "Upstream build that triggered this job" instead of "Specified by build selector"), the artifacts are copied. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  

[JIRA] [copyartifact-plugin] (JENKINS-35103) BUILD_SELECTOR is not passed to matrix subprojects

2016-05-24 Thread reg-jenk...@phi1010.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Phillip Kuhrt updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-35103 
 
 
 
  BUILD_SELECTOR is not passed to matrix subprojects  
 
 
 
 
 
 
 
 
 

Change By:
 
 Phillip Kuhrt 
 
 
 

Environment:
 
 Jenkins: 2.5 {code}java.class.path /usr/share/jenkins/jenkins.warjava.class.version 52.0os.name ,  Linux os.version 3.16.0-4-amd64java.runtime.name  x64,  Java (TM) SE Runtime Environmentjava.runtime.version  1.8.0_91 -b14java.specification.name Java Platform API Specificationjava.specification.vendor Oracle Corporationjava.specification.version 1.8java.vendor Oracle Corporationjava.vendor.url http://java.oracle.com/java.vendor.url.bug http://bugreport.sun.com/bugreport/java.version 1.8.0_91java.vm.info mixed modejava.vm.name Java HotSpot(TM) 64-Bit Server VMjava.vm.specification.name Java Virtual Machine Specificationjava.vm.specification.vendor Oracle Corporationjava.vm.specification.version 1.8java.vm.vendor Oracle Corporationjava.vm.version 25.91-b14 , matrix-project 1.6  true false , copyartifact 1.38  true false{code} 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [copyartifact-plugin] (JENKINS-35103) BUILD_SELECTOR is not passed to matrix subprojects

2016-05-24 Thread reg-jenk...@phi1010.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Phillip Kuhrt updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-35103 
 
 
 
  BUILD_SELECTOR is not passed to matrix subprojects  
 
 
 
 
 
 
 
 
 

Change By:
 
 Phillip Kuhrt 
 
 
 
 
 
 
 
 
 
 A parameter of the type "Build selector for Copy Artifact" works fine when using it in an freestyle job, it copies the artifacts and the windows script {code}echo "%BUILD_SELECTOR%"{code}prints as expected:{code}00:00:00.059 [IntegrationTest] $ cmd /c call C:\Users\JENKIN~1\AppData\Local\Temp\hudson**.bat00:00:00.095 00:00:00.095 C:\Jenkins\workspace\**>echo "  true  UseNewest  true" 00:00:00.095 "  true  UseNewest  true"00:00:00.095 00:00:00.095 C:\Jenkins\workspace\**>exit 0 00:00:00.107 Setting MSBUILD_12_HOME=C:\Program Files (x86)\MSBuild\12.0\Bin\00:00:09.371 Copied 603 artifacts from "**" build number 10{code}When using the same setup  in an matrix job  (Build selector parameter; windows batch script and copy artifact step)  in an matrix job , we get the following result:{code}00:00:00.053 [**] $ cmd /c call C:\Users\JENKIN~1\AppData\Local\Temp\hudson**.bat00:00:00.096 00:00:00.096 C:\Jenkins\workspace\**>echo "" 00:00:00.096 ""00:00:00.097 00:00:00.097 C:\Jenkins\workspace\**>exit 0 00:00:00.110 Setting MSBUILD_12_HOME=C:\Program Files (x86)\MSBuild\12.0\Bin\00:00:00.112 ERROR: Unable to find a build for artifact copy from: Build2/BuildConfiguration=Debug,Slave=**{code}It looks as if the parameter is not passed to the subproject created automatically for each combination. Specifying the Build selector directly (without variable, choosing "Upstream build that triggered this job" instead of "Specified by build selector"), the artifacts are copied. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 

[JIRA] [copyartifact-plugin] (JENKINS-35103) BUILD_SELECTOR is not passed to matrix subprojects

2016-05-24 Thread reg-jenk...@phi1010.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Phillip Kuhrt created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-35103 
 
 
 
  BUILD_SELECTOR is not passed to matrix subprojects  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 copyartifact-plugin 
 
 
 

Created:
 

 2016/May/24 6:42 PM 
 
 
 

Environment:
 

 Jenkins: 2.5   {code}  java.class.path /usr/share/jenkins/jenkins.war  java.class.version 52.0   os.name Linux  os.version 3.16.0-4-amd64   java.runtime.name Java(TM) SE Runtime Environment  java.runtime.version 1.8.0_91-b14  java.specification.name Java Platform API Specification  java.specification.vendor Oracle Corporation  java.specification.version 1.8  java.vendor Oracle Corporation  java.vendor.url http://java.oracle.com/  java.vendor.url.bug http://bugreport.sun.com/bugreport/  java.version 1.8.0_91  java.vm.info mixed mode  java.vm.name Java HotSpot(TM) 64-Bit Server VM  java.vm.specification.name Java Virtual Machine Specification  java.vm.specification.vendor Oracle Corporation  java.vm.specification.version 1.8  java.vm.vendor Oracle Corporation  java.vm.version 25.91-b14   matrix-project 1.6 true false  copyartifact 1.38 true false  {code} 
 
 
 

Labels:
 

 plugin 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Phillip Kuhrt 
 
 
 
 
 
 
 
 

[JIRA] [copyartifact-plugin] (JENKINS-9622) Add build selector to parameterized trigger

2016-05-24 Thread reg-jenk...@phi1010.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Phillip Kuhrt commented on  JENKINS-9622 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Add build selector to parameterized trigger  
 
 
 
 
 
 
 
 
 
 
This looks like a text parameter when you print it from a command line or view it in a parameter analysis plugin (Simple Parameterized Builds Report, "Rebuild Last", etc.); you might be able to pass something like this as a workaround:  

 

"copyartifact@1.38">  true  UseNewest  true
 

 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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.