Re: Implementing a new Step for 'Pipeline Artifact Promotion' Plugin

2019-06-12 Thread prastik Gyawali
yes 'Void' should be returned. Thank You! On Wednesday, June 12, 2019 at 8:38:24 PM UTC+5:45, Jesse Glick wrote: > > On Tue, Jun 11, 2019 at 6:09 PM prastik Gyawali > > wrote: > > 1) What should be the implementation/use of the Execution class > here?(Its retur

Implementing a new Step for 'Pipeline Artifact Promotion' Plugin

2019-06-11 Thread prastik Gyawali
Hello All! I was trying to create a new Declarative pipeline script Step for 'SelfPromotion' and am confused as to what goes inside the start() method while creating the step. public StepExecution start() throws Exception{ return new Execution(); } Here I later implement "Execution extend

Coding Questions: (GSoC) Artifact Promotion Plugin for Pipeline

2019-06-02 Thread prastik Gyawali
Hi all! I am currently working on detaching the required modules/extensions from the promoted-builds-plugin for a new plugin as proposed. However, I have the following questions: 1) I assume that the entire promotion process starts from *PromotionCondition* abstract class and the flow goes like:

Coding Questions: (GSoC) Artifact Promotion Plugin For Pipelines.

2019-06-02 Thread prastik Gyawali
Hello All! I am currently working on detaching required modules/extensions from the promoted-builds for the new plugin as proposed. However, I have the following questions: 1) I assume that the promotion process gets injected from PromotionCondition and the flow goes like: PromotionCondit

GSoC '19 - Artifact Promotion Plugin For Jenkins Pipeline

2019-05-29 Thread prastik Gyawali
Hello! I am currently working on "Artifact Promotion Plugin For Jenkins Pipeline" project under GSoC 2019 as a student developer. You can find my proposal here . Please comment on the design/implementation fl