[JIRA] (JENKINS-62047) Implement steps with Code Blocks

2020-05-10 Thread 'aytuncbeken...@gmail.com (JIRA)' via Jenkins Issues
Title: Message Title


 
 
 
 

 
 
 

 
   
 Aytunc BEKEN closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-62047  
 
 
  Implement steps with Code Blocks   
 

  
 
 
 
 

 
Change By: 
 Aytunc BEKEN  
 
 
Status: 
 Resolved Closed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.205939.1587730178000.24369.1589140200508%40Atlassian.JIRA.


[JIRA] (JENKINS-62047) Implement steps with Code Blocks

2020-05-10 Thread 'aytuncbeken...@gmail.com (JIRA)' via Jenkins Issues
Title: Message Title


 
 
 
 

 
 
 

 
   
 Aytunc BEKEN updated  JENKINS-62047  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-62047  
 
 
  Implement steps with Code Blocks   
 

  
 
 
 
 

 
Change By: 
 Aytunc BEKEN  
 
 
Status: 
 In Review Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.205939.1587730178000.24367.1589140200482%40Atlassian.JIRA.


[JIRA] (JENKINS-62047) Implement steps with Code Blocks

2020-05-10 Thread 'aytuncbeken...@gmail.com (JIRA)' via Jenkins Issues
Title: Message Title


 
 
 
 

 
 
 

 
   
 Aytunc BEKEN updated  JENKINS-62047  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-62047  
 
 
  Implement steps with Code Blocks   
 

  
 
 
 
 

 
Change By: 
 Aytunc BEKEN  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.205939.1587730178000.24365.1589140200455%40Atlassian.JIRA.


[JIRA] (JENKINS-62047) Implement steps with Code Blocks

2020-05-10 Thread 'aytuncbeken...@gmail.com (JIRA)' via Jenkins Issues
Title: Message Title


 
 
 
 

 
 
 

 
   
 Aytunc BEKEN started work on  JENKINS-62047  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Aytunc BEKEN  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.205939.1587730178000.24204.1589122380309%40Atlassian.JIRA.


[JIRA] (JENKINS-62047) Implement steps with Code Blocks

2020-04-24 Thread aytuncbeken...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Aytunc BEKEN created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-62047  
 
 
  Implement steps with Code Blocks   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Aytunc BEKEN  
 
 
Components: 
 pipeline-as-yaml-plugin  
 
 
Created: 
 2020-04-24 12:09  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Aytunc BEKEN  
 

  
 
 
 
 

 
 Requirement: Steps with their own Code Blocks ( For ex: withEnv, withCredentials, etc..) needs to implemented in steps/scripts as separate key. For ex: pipeline: stages: 
 
stage: 'Stage1' steps: 
withCredentials: 'inner part of the step definition' scripts: 
echo 
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment