[JIRA] (JENKINS-40024) Cannot use another job as a template

2016-11-28 Thread dominik.brulin...@unity.pl (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dominik Brulińsi commented on  JENKINS-40024  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Cannot use another job as a template   
 

  
 
 
 
 

 
 Thank you, that solved the problem.  
 

  
 
 
 
 

 
 
 

 
 
 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-40024) Cannot use another job as a template

2016-11-24 Thread dominik.brulin...@unity.pl (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dominik Brulińsi created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40024  
 
 
  Cannot use another job as a template   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Joel Johnson  
 
 
Components: 
 ez-templates-plugin  
 
 
Created: 
 2016/Nov/24 8:20 PM  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Dominik Brulińsi  
 

  
 
 
 
 

 
 I find an idea of EZ Templates Plugin very useful. Unfortunately I cannot make it work. I tested steps bellow on our jenkins 1.626 and fresh install of 2.19.3. 

 
1. Create "Freestyle Project" let's call it "test".
2. Check "Allow this job to be used as a template" in configuration"
3. Add build step for example "Execute shell" with command "ls"
4. Save configuration
-- EFFECT: job is created and checkbox "Allow this job to be used as a template" is still checked. Every thing is fine for now.
5. Create project for example "test2"
6. Add build step for example "Execute shell" with command "pwd"
7. Save configuration
-- EFFECT: job is created and looks fine
8. Edit "test2" and check "Use another job as a template".
9. Select "test".
10. Save configuration.
-- EFFECT: job is exactly the same as after step 7. In configuration checkbox "Use another job as a template" is unchecked.
 

 Am I doing something wrong? Have you encountered similar problem?