[JIRA] (JENKINS-37703) Copy entire tree containing jobs within nested CloudBees Folders

2016-10-18 Thread de...@ikedam.jp (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ikedam resolved as Not A Defect  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37703  
 
 
  Copy entire tree containing jobs within nested CloudBees Folders   
 

  
 
 
 
 

 
Change By: 
 ikedam  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Not A Defect  
 

  
 
 
 
 

 
 
 

 
 
 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-37703) Copy entire tree containing jobs within nested CloudBees Folders

2016-08-31 Thread de...@ikedam.jp (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ikedam commented on  JENKINS-37703  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Copy entire tree containing jobs within nested CloudBees Folders   
 

  
 
 
 
 

 
 Jobcopy doesn't copy contained jobs in a folder. I don't think you can do what you want, anyway.  
 

  
 
 
 
 

 
 
 

 
 
 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-37703) Copy entire tree containing jobs within nested CloudBees Folders

2016-08-31 Thread de...@ikedam.jp (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ikedam assigned an issue to Andrew Gray  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Sounds like a permission issue. Please check the permission configuration (Manage Jenkins > Configure Global Security). Steps I tested (Windows 10 64bits, Java 1.8.0_101 
 
Launch a new instance of Jenkins 2.19 
 
Don't install plugins in SetupWizard 
Create an administrative user "admin" 
  
Install following plugins: 
 
Folders Plugin 5.12 
Jobcopy Builder plugin 1.4.0 
  
Create a folder "RHEL1.5" at the root of Jenkins. 
Create a folder "folder" at the root of Jenkins. 
Create a folder "subfolder" in "folder" (folder/subfolder) 
Create a freestyle project "copier" in "subfolder" (folder/subfolder/copier) 
 
Add "Copy Job" to "Build" 
 
From Job Name: /REL1.5 
To Job Name: /REL2.0 
Overwrite: unchecked 
  
  
Run "copier" 
 
The build fails with following message: 

 
Started by user admin
Building in workspace C:\Users\ikedam\.jenkins\workspace\folder\subfolder\copier
Copying /REL1.5 to /REL2.0
Error: Item '/REL1.5 'was not found.
Build step 'Copy Job' marked build as failure
Finished: FAILURE
 

 
  
Install following plugins: 
 
Authorize Project 1.2.2 
  
Go to Manage Jenkins > Configure Global Security 
 
Add "Per-project configurable Build Authorization" to "Access Controls for Builds" 
  
Configure "copier" 
 
 

[JIRA] (JENKINS-37703) Copy entire tree containing jobs within nested CloudBees Folders

2016-08-25 Thread andrew.paul.g...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Gray updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37703  
 
 
  Copy entire tree containing jobs within nested CloudBees Folders   
 

  
 
 
 
 

 
Change By: 
 Andrew Gray  
 

  
 
 
 
 

 
 I have Cloudbees Folder called REL1.5 sitting at the root of Jenkins.  This folder contains nested folders which contains jobs.  I wish to COPY the entire tree to REL2.0 (which doesn't exist yet).If I  add the build step and  type ../../REL1.5 in the Copy From field it ls listed which indicates to me that it is found.When I run the job I get the following error:  {code:java}Copying /REL1.5 to ../../REL2.0Error: Item '/REL1.5 'was not found.Build step 'Copy Job' marked build as failure{code}  
 

  
 
 
 
 

 
 
 

 
 
 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-37703) Copy entire tree containing jobs within nested CloudBees Folders

2016-08-25 Thread andrew.paul.g...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Gray created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37703  
 
 
  Copy entire tree containing jobs within nested CloudBees Folders   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 jobcopy-builder-plugin  
 
 
Created: 
 2016/Aug/26 12:58 AM  
 
 
Environment: 
 Jenkins 2.19, Window 2012 R2, Job Copy Builder plugin 1.4  
 
 
Priority: 
  Blocker  
 
 
Reporter: 
 Andrew Gray  
 

  
 
 
 
 

 
 I have Cloudbees Folder called REL1.5 sitting at the root of Jenkins. This folder contains nested folders which contains jobs. I wish to COPY the entire tree to REL2.0 (which doesn't exist yet). If I type ../../REL1.5 in the Copy From field it ls listed which indicates to me that it is found. When I run the job I get the following error: 

 

Copying /REL1.5 to ../../REL2.0
Error: Item '/REL1.5 'was not found.
Build step 'Copy Job' marked build as failure