what is the statue of blueocean release ? alpha or beta

2018-04-10 Thread Nalakajayaruwan Kulasekara
what is the statue of blueocean release ? alpha or beta -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To

Re: what is the statue of blueocean release ? alpha or beta

2018-04-10 Thread Nalakajayaruwan Kulasekara
r if you want to try and alpha or a beta > release. > > Mark Waite > > On Tue, Apr 10, 2018 at 3:37 AM Nalakajayaruwan Kulasekara < > nalakajayaru...@gmail.com> wrote: > >> what is the statue of blueocean release ? alpha or beta >> >> -- >> You rec

Re: Are you recommend to use blueOcean,when creating pipeline

2018-04-10 Thread Nalakajayaruwan Kulasekara
- thanks mark On Tue, Apr 10, 2018 at 5:09 PM, Mark Waite <mark.earl.wa...@gmail.com> wrote: > Replies are inline. > > On Tue, Apr 10, 2018 at 2:20 AM Nalakajayaruwan Kulasekara < > nalakajayaru...@gmail.com> wrote: > >> Dear Team, >> >> &

Are you recommend to use blueOcean,when creating pipeline

2018-04-10 Thread Nalakajayaruwan Kulasekara
Dear Team, Currently we used the Jenkins pipeline tool for our CI/CD. First like to thank the effort your team put develop the tool. Because It Is the amazing stable tool in our release team used. Then the we plan to shift the Jenkins next level call blue ocean concept for our next stage

How to create blueocean project using (mvn -U org.jenkins-ci.tools:maven-hpi-plugin:createboext)

2018-04-21 Thread Nalakajayaruwan Kulasekara
Hi Team, I have use following command to create bluocean project. But it didn't work. would you guys help *command * mvn -U org.jenkins-ci.tools:maven-hpi-plugin:createboext thanks, Nalaka -- You received this message because you are subscribed to the Google Groups "Jenkins Users"

How to develop UI plugin in jenkins

2018-04-16 Thread Nalakajayaruwan Kulasekara
Hi Team, I'm beginner for creating Jenkins plugin. I want to create a Jenkins UI plugin to create workflow diagram. Then I tried to find some tutorial or helping document for create new UI Plugin, but I couldn't found complete document. So Would you please help me to know, Jenkins UI Plugin

How to stop or kill process startup in previous build (ci/cd )

2018-10-03 Thread Nalakajayaruwan Kulasekara
Hi , I used pipeline job to deployment software product . it consist with database startup , web service startup, ext. I used "SET JENKINS_NODE_COOKIE=dont_kill_me" command to run process even if pipeline build complete. so i need to stop or kill those process and start in next build,