Hi guys, I have a Read-only user group on my Jenkins server.
They can not see the config from the jobs if they check parameters
(/job/MYJOB/123/parameters/) they will be able to see the value. There is a
way to restrict access to /job/MYJOB/123/parameters/ ?
Or how can I protect this sensitive
On Wednesday, January 18, 2017 at 9:40:28 AM UTC-5, Rinaldo DiGiorgio wrote:
>
> My log has 100s if not 1000s of the following.
>
>
> Jan 18, 2017 2:32:19 PM
> org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution
> logger
> WARNING: JENKINS-34021: could not get TaskListen
On Monday, January 23, 2017 at 9:37:01 AM UTC-8, Sharan Basappa wrote:
>
> Hi,
>
> I am trying to create pipeline script such that it only a certain branches
> following a naming style are built.
> However, pipeline bails out when I use the wildcard.
>
> The code snippet is below:
>
> stage 'build
Hi,
I'm using the latest version of Jenkins (2.32) and the Kubernetes plugin
(0.10). I've tried re-installing the plugin a few times. My Jenkins is on
an individual machine. The problem is that it never shows Kubernetes as a
Cloud Provider (no cloud section in fact); while it works if the docke
Hi,
I'm trying to use this pipeline command on my Windows slave node:
step([$class: 'LogParserPublisher', parsingRulesPath: all_rules_file,
useProjectRule: false, failBuildOnError: true, unstableOnWarning: true,
showGraphs: true]);
I get the following error:
ERROR: Failed to parse console log
>From my perspective there really were 3 issues that could be seen as
release blockers (the build storm ones) and there were mitigations that
could have been used to address the build storm issues, but due to Time
Zone issues the decision was taken to pull all versions from the update
centre withou
Hi All,
I have jenkins 1.6XXX on my Linux Box.
I installed my TFS plug-in 5.2.0.
The get operation copy the files as read only , with a lock sign.
Any suggestions ?
Thanks
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from t
*Position Title – Project Manager*
*Worksite Address – Columbia, SC*
*Length of Project – 12+ Months (Extendable)*
*Required Skills (rank in order of Importance): *
· 5 years or more in project management skills
· 5 years project planning experience, including effort estimatio
Getting a list of files from jenkins workspace using groovy fails on one
node but it works on another. How can I investigate it? There was a similar
error when I tried "new File(pd).eachFile" method but "fileExists
"$pd\\gol.bat" returned true.
Pipeline code:
def pd = pwd()
bat "dir $pd"
def
Wow. Good to know.
Now we need a "is it safe to upgrade Jenkins" page somewhere :-)
On Tuesday, January 24, 2017 at 2:23:15 PM UTC-5, Stephen Connolly wrote:
>
> Please hold... we are working on resolving all the issues in
> https://issues.jenkins-ci.org/browse/JENKINS-41234 before the 2.0.x
>
Please hold... we are working on resolving all the issues in
https://issues.jenkins-ci.org/browse/JENKINS-41234 before the 2.0.x
versions of these plugins are returned to the update center
On 24 January 2017 at 18:53, wrote:
> The available plugins doesn't show a version 2.0.2 of the SCM API
> P
I'm currently having some issue with the jobs on a cifs mount for Jenkins.
The l
ln -s builds/lastStableBuild /var/lib/jenkins/jobs/MyJob/lastStable failed: 13
Permission denied
The user and group is both set to Jenkins and it can write there for the reste
of the operation. My guess is that my
Hi,
I just would have some light shed on the poll option when doing a pipeline
checkout.
I currently have a repos for my jenkinsfile, which I don't want to poll for
change (but I could poll it if necessary to activate the poll option).
My code reside into another repo, which I would like to poll
The available plugins doesn't show a version 2.0.2 of the SCM API
Plugin...anyone know how to get that to show up?
--
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
You can’t use the simple git pipeline command if you want to be fancy
You should use the form where you can specify more options like configuring Git
SCM:
checkout scm: [$class: 'GitSCM', branches: [[name: '*/test*']],
userRemoteConfigs: [[url: 'git@hd1:testing']]]
From: on behalf of Sharan B
Victor,
I tried all options as follows:
git url: 'git@hd1:testing', branch: "test*"
git url: 'git@hd1:testing', branch: test*
git url: 'git@hd1:testing', branch: 'test*'
In all the 3 cases, Jenkins exits with error. I looked into the log again
and this is what I see:
Caused by: hudson.plug
16 matches
Mail list logo