https://www.thegeekstuff.com/2017/03/jenkins-users-groups-roles/
Or you can do per project access
On Mon, Oct 22, 2018 at 3:22 PM Hari Phaneendra wrote:
> We have a team jenkins server where the jobs are open for anyone to edit
> or run. We have succesfully migrated to jenkinsfiles to ensure th
We have a team jenkins server where the jobs are open for anyone to edit or
run. We have succesfully migrated to jenkinsfiles to ensure the pipeline
cannot be edited manually without code review. However, there are many
instances people who are new execute a job manually which was supposed to
r
Everything I see is for *backing up* build logs to S3 or other external
storage locations.
Is there a plug-in for actually hosting build logs on those locations?
meaning that's just where Jenkins writes to and looks for build logs?
I often replay jobs and like looking at the job history in
Hello,
What does Jenkins need to run jobs in a Docker container? I know that the
jenkinsci/slave Docker image works, but if I want to create a new image
based off of a different origin, what process, environment variables, etc
need to be running?
This would be using the "Docker Attach" methodolog
Can you please test the fix to prevent rendering publishing multiple jacoco
reports in case of Maven multi-module projects with multiple usage of
jacoco.
https://github.com/jenkinsci/pipeline-maven-plugin/releases/tag/pipeline-maven-3.5.15-beta-3
On Thursday, October 18, 2018 at 11:42:08 PM UTC
Thank you, Steven!
22.10.2018 17:41, Steven Foster пишет:
You can set the status on a github multibranch pipeline using
the https://github.com/jenkinsci/github-scm-trait-notification-context-plugin
It does not require anything in the scripted pipeline/Jenkinsfile, it
is added on the multibran
Thanks for the reply.
currentBuild.description = "You description" sets the build description for
each build. I am looking for setting the job/project description.
-D
From: jenkinsci-users@googlegroups.com On
Behalf Of Cuong Tran
Sent: Thursday, October 18, 2018 9:47 AM
To: Jenkins Users
S
You can set the status on a github multibranch pipeline using
the https://github.com/jenkinsci/github-scm-trait-notification-context-plugin
It does not require anything in the scripted pipeline/Jenkinsfile, it is
added on the multibranch pipeline configuration as a behavior (where the
branch / P
>From looking at the source that plugin, I don't think there is currently a
way to do it from pipeline.
On Mon, Oct 22, 2018, 06:20 Konstantin Raskoshnyi
wrote:
> Hello everyone,
> Is there a way to add active choice input element (multiselect) in
> scripted pipeline?
>
>
> Was trying to do this
Hi
I use multibranch pipeline and github-branch-source-plugin. And I would
like set custom status message in github for commits and branches.
On this page described how to do it
https://github.com/jenkinsci/github-branch-source-plugin/blob/master/docs/implementation.adoc
But I can't underst
Hello everyone,
Is there a way to add active choice input element (multiselect) in scripted
pipeline?
Was trying to do this:
activeChoiceParam(name: 'choice1', description: 'select your choice',
choiceType: 'RADIO')
and got this error
[Pipeline] End of Pipelinejava.lang.NoSuchMethodError: No
On Mon, 2018-10-22 at 12:00 +0200, Jonathan Bergh wrote:
We have a problem where we are trying to deploy non-Java artifacts to
Artifactory for inclusion in a Java application install.
We are using Jenkins and Gradle for the CI system, and the gradle 'cpp' plugin
to build the C++ libraries for th
Hi team,
we newly setup jenkins (2.138.1) and nexus (Sonatype Nexus Repository
ManagerOSS 3.14.0-04) in same server for now and tried to integrate jenkins
with nexus by using the nexus-jenkins plugin.
We have integrated LDAp authentication for both nexus and jenkins as well.
But when i tried
Thanks for the advice.
It turns out this was caused by an explicit change made by someone to the
config (the administrative monitor was re-enabled).
> -Original Message-
> From: jenkinsci-users@googlegroups.com us...@googlegroups.com> On Behalf Of Daniel Beck
> Sent: 19 October 2018 18:
I regularly get the error "no valid crumb was included in the request" when
I'm using Jenkins through the web browser. This can usually be worked
around by going back, making the same changes again, then hitting save
again, but this is obviously annoying if I'm making any larger changes to a
jo
hi there,
We have a problem where we are trying to deploy non-Java artifacts to
Artifactory for inclusion in a Java application install.
We are using Jenkins and Gradle for the CI system, and the gradle 'cpp'
plugin to build the C++ libraries for the project.
Having gotten the following message
16 matches
Mail list logo