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
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 {
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
.
>
>
>
> 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
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