Re: pipelines: how to store script output into a variable?

2019-10-23 Thread Pa Y
October 23, 2019 at 2:40:10 PM UTC+2, r.fuereder wrote: > > Hi, > > > > the „funny“ answer is: > > „java -version” prints the version information to stderr… > > > > HTH Reinhold > > > > > > *From:* jenkins...@googlegroups.com < > je

pipelines: how to store script output into a variable?

2019-10-23 Thread Pa Y
Hi, I looked extensively and the standard solution found in SO or other places doesn't work for me.. do you know what is the problem and how to fix it? thanks for any help in advance! a sample pipeline: --- pipeline { agent any environment { JAVA_INFO= "" } stages {

Re: declarative pipeline and gitlab

2019-10-22 Thread Pa Y
checkout has configured “gitlab” as repository browser; this requires Git > plugin in beta version IIRC; in addition the pipeline finally calls > “updateGitlabCommitStatus” step, but this is another story) > > > > HTH Reinhold > > > > > > *From:* jenkins

Re: declarative pipeline and gitlab

2019-10-21 Thread Pa Y
. > > > > On Tuesday, October 15, 2019 at 10:47:12 AM UTC+2, Pa Y wrote: >> >> Hello, >> has somebody managed successfully to use declarative pipeline and gitlab? >> >> I followed the instructions listed here: >> https://docs.gitlab.com/ee/integration

declarative pipeline and gitlab

2019-10-15 Thread Pa Y
Hello, has somebody managed successfully to use declarative pipeline and gitlab? I followed the instructions listed here: https://docs.gitlab.com/ee/integration/jenkins.html and this works for freestyle jobs. we use this already without problems. Now, I try to move to pipelines to have more opt