Re: Declarative pipeline "when" tag is pushed

2018-01-03 Thread Lynn Lin
would be helpful, I suggested it here > https://issues.jenkins-ci.org/browse/JENKINS-48523 > This is even great > <https://issues.jenkins-ci.org/browse/JENKINS-48523> > > On Wednesday, December 20, 2017 at 7:12:44 AM UTC, Lynn Lin wrote: >> >> HI ,All, >> >

Declarative pipeline "when" tag is pushed

2017-12-19 Thread Lynn Lin
HI ,All, i followed with page https://wiki.jenkins.io/display/JENKINS/GitHub+Branch+Source+Plugin to enable tag will trigger a new build then the questions comes How can I use "when" in declarative pipeline to do something like deployment when a new tag is pushed to remote repository stage

Re: run jenkins pipeline fails "docker": error=2, No such file or directory

2017-11-26 Thread Lynn Lin
st regards, > Oleg Nenashev > > > пятница, 24 ноября 2017 г., 11:27:02 UTC+3 пользователь Lynn Lin написал: > >> hi >> >> I am following this guide to have a run jenkins pipeline in my mac >> https://jenkins.io/doc/pipeline/tour/agents/ >> >> pipeline { >

run jenkins pipeline fails "docker": error=2, No such file or directory

2017-11-24 Thread Lynn Lin
hi I am following this guide to have a run jenkins pipeline in my mac https://jenkins.io/doc/pipeline/tour/agents/ pipeline { agent { docker { image 'node:7-alpine' } } stages { stage('Test') { steps { sh 'node --version' }

Fwd: enable qemu in jenkins

2015-03-26 Thread Lynn Lin
-- 转发的邮件 -- 发件人: *Lynn Lin* 日期: 2015年3月26日星期四 主题: enable qemu in jenkins 收件人: "jenkinsci-users@googlegroups.com" Hi all, I have a jenkins(1.598) server setup(ubuntu 14.04) ,in this server , I also setup qemu, in this qemu, I create a ubuntu OS with NAT network con

enable qemu in jenkins

2015-03-26 Thread Lynn Lin
Hi all, I have a jenkins(1.598) server setup(ubuntu 14.04) ,in this server , I also setup qemu, in this qemu, I create a ubuntu OS with NAT network configuration . I followed Libvirt Slaves Plugin https://wiki.jenkins-ci.org/page

enable qemu in jenkins

2015-03-26 Thread Lynn Lin
Hi all, I have a jenkins(1.598) server setup(ubuntu 14.04) ,in this server , I also setup qemu, in this qemu, I create a ubuntu OS with NAT network configuration . I followed Libvirt Slaves Plugin https://wiki.jenkins-ci.org/page

Re: I'm using LTS version of Jenkins, but there's a bug that has not been fixed yet and I would like to upgrade to the latest and greatest.

2014-02-11 Thread Lynn Lin
We are also waiting for 1.532.2 junkins 于2014年2月11日星期二写道: > I am waiting for 1.532.2 release too. > Is there any votes mechanism to gauge how many are interested with this > topic? > > Regards, > Junkins, > -- > On Sunday, February 9, 2014 3:18:03 PM UTC-6, Dave wrote: >> >> I switched the update

Re: Is it possible to block a build job if another one is running which is not part of up- or downstream?

2012-07-03 Thread Lynn Lin
Lynn 在 2012-6-28 下午6:41,"Jan Seidel" 写道: > Hi folks, > > I am trying to parallelize some of our builds to speed things up. > This particular build is quite special as it also interacts with > databases. Multiple write access on a database will wreck the content, so > this must be avoided by all me

Re: Is it possible to block a build job if another one is running which is not part of up- or downstream?

2012-07-03 Thread Lynn Lin
Lynn 在 2012-6-28 下午7:32,"Bap" 写道: > Quoting Jan Seidel : > > Hi folks, >> >> I am trying to parallelize some of our builds to speed things up. >> This particular build is quite special as it also interacts with >> databases. >> Multiple write access on a database will wreck the content, so this m