> On 11.12.2015, at 16:17, Ivan Hamer wrote:
>
> I run Jenkins v1.640, and on about 10% of aborts (either manual or through
> timeout plugin), Jenkins server exits with the attached output.
To clarify, the Jenkins master exits, and afterwards is not running anymore?
--
You received this mess
> On 21.12.2015, at 23:00, Joe Ferr wrote:
>
> much cleaner if the current logged in user's api token was somehow exposed
> (as an env var?)/ made available to my gradle script.
And by "cleaner" you mean "enable your users to steal other users' API tokens
just because they clicked 'Build Now'
> On 21.12.2015, at 23:49, Joe Ferr wrote:
>
> I'd use the Mask Password plugin to hide the exposed token from the console
> output so I don't think there would be a way to steal others users API tokens.
That plugin can only hide build parameters and previously defined strings. Do
you want to
> On 22.12.2015, at 07:26, Raveesh wrote:
>
> Ah that makes sense. I didn't consider it just re-signing in. I was expecting
> to see an account selection screen from google.
I'm pretty sure the behavior I describe is what's happening, but monitor the
requests sent by your browser to find out
You need to update the Disk Usage Plugin. Your old version isn't compatible to
the new Jenkins.
> On 22.12.2015, at 22:02, Steve K wrote:
>
> Andrew, thank you. the xunit plugin had been de-activated. That may have
> been a problem, but it is not THE problem causing the devil to appear.
> Her
On 22.12.2015, at 22:58, Steve K wrote:
> For future reference, what did you see that pointed you to the "Disk Usage"
> plugin as the culprit?
The most relevant lines of a Java stack trace are typically the last one
starting with "Caused by" and the one (or few) below that. In this case:
> C
> On 23.12.2015, at 15:40, Jason Swager wrote:
>
> tried the following script in the console:
>
> hudson.model.DirectoryBrowserSupport.CSP =''
Just read the wiki page. It explains how to do this.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" g
Workflows use the previous (completed) build's checkouts to determine what SCMs
should participate in polling. Without such a build, it's not known whether
there's even an SCM in use. So the option with no previous (completed) build is
to never build, or to always build, on polling. And with onl
On 02.01.2016, at 22:39, Craig Rodrigues wrote:
> If I have a checkout() command directly in the workflow script itself, why
> can't the workflow detect
> that an SCM is in use?
You mean the command that takes a bunch of parameters (including SCM type and
URL) whose values may only be known d
Select the nodes that are offline, and those that have been taken offline
automatically have a corresponding offline cause on their node page.
The thresholds generally can be configured at the /computer/configure URL.
However, the response time threshold cannot be configured there. It's fixed at
On 08.01.2016, at 11:49, Boris Serdiuk wrote:
> Do you have any announcement or migration guide where I can redirect my users?
Choose any of these, the full documentation is at most two clicks away:
Security advisory announcement:
https://groups.google.com/d/msg/jenkinsci-advisories/Zy8yMkQfld4
Does it work when you set it via the script console as described on
https://wiki.jenkins-ci.org/display/JENKINS/Configuring+Content+Security+Policy
?
Note that setting it in the XML file requires a Jenkins restart via the Control
Panel/services.msc to be effective.
On 11.01.2016, at 19:13, tec
On 11.01.2016, at 10:00, Boris Serdiuk wrote:
> Well, I read release notes and reasoning behind it but I don't get why that
> breaking change wasn't made as opt-in.
Security in Jenkins is currently opt-in for mostly historical reasons. That's
fine on your team's local network. And one would
These are not exposed via the API. The MyViewsProperty is one of the empty {}
in 'property'.
On 13.01.2016, at 15:52, Yohann Perraud wrote:
> Hi,
>
> Is there a way to retrieve the list of view for a user via the Rest API ?
>
> I tried /user//my-views/api/json, /user/picadmin/api/json with
On 18.01.2016, at 18:14, David M. Karr wrote:
> I don't understand what "task inde" means, or a reference to the "left side".
When you view the build log, the Gradle Plugin adds an index to the left side
(below the sidepanel links) that lets you jump directly to the tasks.
--
You received th
On 22.01.2016, at 10:14, Johannes Wienke
wrote:
> is there an RSS feed available with the Changelog (for the LTS version)?
> On the Changelog page there is a feed icon but that is just the feed for
> the blog.
>
> https://jenkins-ci.org/changelog-stable/
No, there is not.
You could subscribe
On 22.01.2016, at 17:44, Christopher Shanahan
wrote:
> So I'm tossing the question out to you guys (via an email he gave me).
> Does Jenkins still hold every Job history in RAM? Was this issue fixed like
> stated in the above Forum? Did the issue crop back up since then, and if so
> was it f
On 22.01.2016, at 12:36, Johannes Wienke
wrote:
> Thanks. However, I'd be more interested in what actually changed than
> the dates. And not having to navigate to the webpage from my news reader
> would be much more convenient. Any chance to set up such a feed?
Right now the changelog is a pla
Reload the page. The delays are an artifact of our new statically generated
site, which needs to be kicked after a changelog update.
On 25.01.2016, at 15:39, ycollet wrote:
> Hello,
>
> For some times now, when a new release of jenkins is uploaded on the website,
> the changelog appears days
On 27.01.2016, at 18:38, Mark deVilliers wrote:
> What is the best way to detect in a job is in progress from the actual slave?
>
> Our use case is to write a script that will delete a slave after a period of
> inactivity. We want the deletion to happen whether the slave is still
> registered
Try the following in script console:
Jenkins.instance.queue.scheduleMaintenance()
On 28.01.2016, at 14:37, Satish Swargam wrote:
> A Jenkins job was configured using a Label expression. There are several
> builds queued up for the job with one running and have been adding slave
> nodes to the
On 30.01.2016, at 19:10, Brian J. Murrell wrote:
> I am looking for a REST API handle to get the API key of the user that
> ran a job.
I think any answer to this would likely be a security issue and should be
reported as such, rather than posted here.
Thank you.
--
You received this message
On 01.02.2016, at 22:44, Brian J. Murrell wrote:
> So it's absolutely no different from you logging into Jenkins,
> and going to your user/USERNAME/ page and fetching your key.
Except in one case you're in the same authenticated browsing session, and in
the other case, you're not. Arbitrary pr
Search for "API" on https://wiki.jenkins-ci.org/display/JENKINS/Extend+Jenkins
and you'll find the information how this works in Jenkins.
On 02.02.2016, at 17:20, Ramnath Ananth wrote:
> Hello
>
> Where can I find the source code for the existing REST apis ? I want to
> extend the build api a
Have you tried looking more closely at the exception 'err' to see whether
they're different based on how the build was failed/aborted?
On 03.02.2016, at 17:50, Meiteimacha999 wrote:
> i have my workflow set up like so. This sends an email notification when a
> job fails.
>
>
>
>
> node("s
Thanks for the information. I'll look into it. No idea whether I'll have the
time this week to do that though.
On 08.02.2016, at 00:50, nightwolf...@gmail.com wrote:
> Whats happened to the Jenkins plugin stats?
>
>
>
> --
> You received this message because you are subscribed to the Google
Should be resolved.
On 09.02.2016, at 07:43, David Aldrich wrote:
>
> login to issues.jenkins-ci.org seems to be broken:
>
> “Sorry, a communication error occurred while trying to contact the remote
> authentication server.“
>
> Best regards
>
> David
>
>
> --
> You received this mes
We require that every plugin has a wiki page and links to it from the POM.
For some reason, this plugin's wiki page exists and was still rejected. I
suggest we wait a bit to see whether this resolves itself, otherwise I'll need
to investigate.
On 08.02.2016, at 10:46, Rafael Rezende wrote:
>
On 12.02.2016, at 02:48, Paweł Wiśniewski wrote:
> I need to cancel plugin update. I've installed git-plugin and it have updated
> my promoted-build-plugin. The promotion plugin have already been installed so
> now in Update Center I have:
Shut down Jenkins.
Open $JENKINS_HOME/plugins.
Dele
On 12.02.2016, at 03:05, Daniel wrote:
> tried multiple times to contact someone about it via mail, irc, etc. Funny
> enough it seems impossible to get in contact with someone about problems with
> the jenkins infrastructure
Whatever you did, it doesn't look like you emailed the jenkins-infra
If you're polling, you need to define a schedule -- Jenkins needs to know how
often to poll, after all. This can be as simple as '* * * * *', which means
"every minute".
Consider looking into (SCM specific) post-commit hooks, those notify Jenkins of
changes immediately, and don't require Jenkin
On 01.03.2016, at 17:26, Eric Smalling wrote:
> Has anyone posted a Docker Hub image yet?
jenkinsci/jenkins:2.0-alpha-2 should be it. I added a link to
https://jenkins-ci.org/2.0/
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubsc
On 01.03.2016, at 15:59, kondarre...@gmail.com wrote:
> I am behind proxy and a blank popup (I guess the registration screen) is
> blocking me from accessing Jenkins web interface. Can you please suggest a
> work around.
This should actually disappear after a while (30 seconds?) and tell you J
On 08.03.2016, at 19:21, Prashant Sawant wrote:
> I am facing same issue ... my slave,jar and remoting.jar are both on 2.52 ,
> still it's giving me security issue
Time to update Jenkins. Even the no longer supported 1.625.x LTS release line
is on 2.53.2.
--
You received this message becaus
On 09.03.2016, at 11:08, as_kumlali via Jenkins Users
wrote:
> I figured out that I mixed where and how to define proxy configuration for
> Java applications:
> http://docs.oracle.com/javase/6/docs/technotes/guides/net/proxies.html
>
> Adding -Dhttp.proxyHost, -Dhttp.proxyPort, -Dhttps.proxy
I solved similar problems in the past by making sure a line in the build log
states e.g. "Nothing downloaded", and then use a plugin like Groovy Postbuild
to look for that line, and if it was encountered, set the build result to
Unstable (assuming that right now, you only have Stable and Failed
On 15.03.2016, at 09:18, Brice Parmentier wrote:
> That is where I found to use "script-src 'unsafe-inline';"...
You need to add _all_ legal sources to the list. See the examples on the wiki
page, particularly the Maven Integration Plugin one.
In this case, "'unsafe-inline' 'self'" will proba
On 18.03.2016, at 15:48, jer...@bodycad.com wrote:
> I still cannot access the web content and I get the same error as if
> allow-scripts is not
Reload the page, bypassing cache (Shift-F5 on most Windows browsers AFAIK).
It's possible your browser isn't actually looking at the (changed) respon
On 17.03.2016, at 17:01, Brian Ray wrote:
> Two more cents worth of advice: When I upgrade one of our Jenkins masters (on
> LTS) I first look at the changelogs to have some idea of the delta--
> potential gotchas, new features to evangelize, etc.
1.642.1 was the first release for which we had
On 18.03.2016, at 15:26, jer...@bodycad.com wrote:
> I guess I have some syntax error or using the wrong format. Anybody have any
> tips?
Use the provided script console commands to read what the value you set
actually is.
Set it using the script console to ensure it's not related to weird c
On 17.03.2016, at 18:21, Ashish Yadav wrote:
> I too am running jenkins v1.609.3.
>
> However, I am concerned about upgrading to v1.642.2 due to the following
> which was ‘introduced’ in v1.625.3.
> https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2015-12-09
>
> How can
On 16.03.2016, at 18:54, Kohsuke Kawaguchi wrote:
> https://issues.jenkins-ci.org/browse/JENKINS-33599
> …
> • Instead of printing it out to stdout, create a file under
> $JENKINS_HOME and ask the user to paste in its content.
This is my favored approach and probably the easiest one for
Thanks for your feedback!
On 22.03.2016, at 17:03, Truc Nguyen wrote:
> 1. Offline executor
>
> It looks like a Pipeline job does not appear in the left side panel.
> It was useful in order to abort a pipeline without having to open the
> pipeline job’s page.
> Any reason whyc it’s been remove
On 18.03.2016, at 15:48, jer...@bodycad.com wrote:
> Result: sandbox 'allow-scripts'; script-src 'self' 'unsafe-inline'
> 'unsafe-eval'; img-src *;
Try removing the quotes around allow-scripts.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group
On 23.03.2016, at 14:31, Guido Zockoll wrote:
> In Jenkins 2 i cannot find an option to inject those files into the
> Jenkinsfile based Pipeline. I only found an example with references
> ~/.m2/settings.xml in the script, but how can i reference a provided settings
> file?
Config File Provid
Hi everyone,
We released the Jenkins 2.0 beta earlier today. It includes basically
everything we intent to ship in a few weeks as 2.0. A few features/changes
didn't quite make it, and will be added in subsequent weekly releases.
To learn more about this release and download it, visit our shiny
Given the thread title I'd like to point out we're now in beta:
https://jenkins.io/blog/2016/03/24/jenkins-2-beta-released/
-
On 25.03.2016, at 23:47, E wrote:
> I cannot find documentation for the Jenkinsfile DSL format. It should be
> linked on the announcement page at (https://jenkins-c
On 26.03.2016, at 19:02, David Karlsen wrote:
> was it introduced in a specific version?
Email-ext plugin 2.41. Not mentioned in its changelog, unfortunately.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group an
On 28.03.2016, at 08:15, Gerard Braad wrote:
> I was unable to start jenkins from the service file, but I could as java -jar
> /usr/lib/jenkins/jenkins.war
> I did the following, basically following the normal install flow:
> • clean install of CentOS 7.2
> • yum upgrade -y
>
On 28.03.2016, at 13:26, Madan Mohan wrote:
> I am unable to see all the types as mentioned in 'New item' , only few are
> coming. Do I need to install any specific extra plugins for the same.
>
> 'New item' contains (as per jenkins
> site)):https://jenkins.io/images/2.0-create-item.png
A
On 29.03.2016, at 17:21, Marcos Mendez wrote:
> Is there a way to automatically skip/disable that initial setup wizard? I've
> got everything already pre-configured and just want to use the new war file.
To clarify, is this e.g. a Docker container where you already installed all the
plugins?
On 29.03.2016, at 18:44, R. Tyler Croy wrote:
> Use the system property `jenkins.install.runSetupWizard` and set to `false` in
> your /etc/default/jenkins or wherever your JENKINS_ARGS might be defined
Are you sure about that? AFAIU that system property can only enable (to
override development
A bug introduced in Jenkins 1.645 and 1.642.2 caused Jenkins to send anonymous
usage statistics data to the Jenkins project even if the administrator opted
out of it.
Read more about this issue, including how to disable data submission, here:
https://wiki.jenkins-ci.org/display/JENKINS/Usage+St
On 31.03.2016, at 18:24, Alex Domoradov wrote:
> Does Jenkins 2.0 really using any of the 3.1 features (new classes, methods)?
I don't think we do, yet, but rather than add it in a regular weekly release in
the future when we start to use these features, we decided to increase the
system requ
https://www.linkedin.com/company/mondass-pr
Obvious spam is obvious.
On 03.04.2016, at 13:46, Lazer Cohen wrote:
>
> Read this article - "Jenkins has changed everything" http://bit.ly/1RAOWUs
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users
The information shown on the build history page is not extensible.
On 04.04.2016, at 08:13, Amit Bhardwaj wrote:
> Hello all,
>
> I have a Project in Jenkins which is triggered remotely with build params.
> Build param are basically the Branch to build since I have multiple branches.
>
> On
On 04.04.2016, at 11:44, Victor Martinez wrote:
> My two cents
AFAIU this is about the separate page, which you reach when clicking '(trend)'
in the sidepanel widget.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this
On 04.04.2016, at 19:19, Jesse Glick wrote:
> If you have any executors configured on your master, your system is insecure.
> Set it to zero and use agents exclusively.
Also mentioned on
https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+Best+Practices as the
second item after setting up se
On 05.04.2016, at 16:54, Stuart Warren wrote:
> Today is the first time I've tried groovy though, so probably doing something
> silly.
> Are there any obvious improvements to the above?
You could alternatively just go with patching the JENKINS_HOME so Jenkins
considers it not an update:
$ ec
On 06.04.2016, at 13:01, Javed Mandary wrote:
> When you run the build the project stays indefinitely in progress and
> nothing happens.
>
> I have checked the WAR deployed on tomcat 8 as well as using the installer
> for windows both give the same results.
>
If your version of the Pipeli
On 06.04.2016, at 18:21, Karl Davis wrote:
> So... is there any way to automate that new OOB experience from a command
> line? Preferably without having to use cURL or something to pretend I'm
> clicking around in the webapp. :-)
Pass 'false' as the value of the system property
'jenkins.ins
On 08.04.2016, at 14:14, Rafael Rezende wrote:
> From Usage Statistics Privacy Advisory 2016-03-30:
>
> As soon as we found out about this bug, we disabled third party access to
> the partially decrypted data at http://jenkins-ci.org/census
>
> Is there any plan to open it again in the futur
On 08.04.2016, at 20:46, Craig Rodrigues wrote:
> So it looks like 2 months ago, the update-center.json became big enough to
> trigger this problem.
We recommend you use the server-based download you can configure in the
security options of Jenkins. It's been the default for a while now as we
On 08.04.2016, at 23:41, Karl Davis wrote:
> Is this a bug, or is this just no longer supported?
This is part of the safe(r) defaults. Many installations don't need this, so we
default to disabled.
FWIW I'm open to changing this again, or perhaps make it part of the initial
setup (which will
This is a known issue on the configuration UI we're tracking as JENKINS-32340.
The workaround right now is to delete the files named PLUGINNAME.jpi.disabled
in JENKINS_HOME/plugins, then restart Jenkins.
1: https://issues.jenkins-ci.org/browse/JENKINS-32340
On 24.11.2015, at 10:50, Jochen Hayek
On 08.04.2016, at 19:46, Karl Davis wrote:
> Is that documented somewhere that I should have found it?
It's documented here:
https://wiki.jenkins-ci.org/display/JENKINS/Features+controlled+by+system+properties
Not really a case of 'should have found it'.
--
You received this message because
On 09.04.2016, at 10:19, Wojtek wrote:
> - some of them (2/3 of the list) are still greyed out (inactive) which
> basically means they are not loaded/funcioning.
>
> Ticking some of those makes others change from "inactive" state (being greyed
> out) to active (so I can check/uncheck them).
>
On 09.04.2016, at 20:21, jenkins user wrote:
> I installed it to a Windows box via the msi package. When I try to access it
> via the browser, it's asking me about the username and password (basic
> authentication prompt). What are the credentials?
Did you download the release candidate that
On 11.04.2016, at 19:11, Daniel Daugherty wrote:
> Taking the base install of JenkinsRC I get regular hanging batch commands.
> When I check running tasks the batch has finished but Jenkins is still
> looking for the results. After some investigation I found the batch files
> being run by j
On 12.04.2016, at 01:09, Mark Eggers wrote:
> If I remove the third party update center on the test Jenkins, then Jenkins
> acts as if there are no update sites available.
If by that you mean that you clear the form field in Manage Plugins » Advanced,
don't do that.
--
You received this mes
On 13.04.2016, at 09:39, Erik Vande Velde wrote:
> How can i find out WHY jenkins thins that trunk_util wants to start
> 2.0_toolbox ?
Look at and/or provide the configuration of the job that does something you
don't expect it to.
--
You received this message because you are subscribed to
On 13.04.2016, at 17:42, Mark Waite wrote:
> It appears that the git client plugin wiki page has been superseded by a new
> page from Steve Cohen. The history of
> https://wiki.jenkins-ci.org/display/JENKINS/Git+Client+Plugin shows only one
> version, rather than the many versions which shou
On 13.04.2016, at 18:30, Daniel Beck wrote:
> Cache weirdness, I think:
> https://wiki.jenkins-ci.org/display/JENKINS/Git+Client+Plugin?foo
>
> Not sure how to fix though, I'll ask Tyler.
It's fixed now.
--
You received this message because you are subscribed to the G
> On 17.04.2016, at 21:13, niristotle okram wrote:
>
> When the job comes to portion where the above code exist, it appears that the
> first line of robocopy is executed. And it exist.
Robocopy uses non-zero exit codes to indicate what it did rather than report a
problem/failure -- which is
> On 18.04.2016, at 23:34, Gavin Mogan wrote:
>
> I'm trying to figure out how the best way to handle credentials are. By
> default credentials are guids. Do credentials have a alias system?
When you create the credential, click 'Advanced', then specify the ID you want
to use. May need an upd
> On 19.04.2016, at 17:06, David Aldrich wrote:
>
> Any idea why please?
Use SSH key based authentication. Known bug with passwords when anon does not
have read access to the job.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscr
Would be interesting to know what's the output of /threadDump when this is
going on. 18 builds is much less than Jenkins should be able to handle.
> On 20.04.2016, at 06:45, dennys wrote:
>
> We use 1 Jenkins and 30 Jenkins slaves.
> (Jenkins master doesn't build code, only slaves build code.)
> On 20.04.2016, at 08:23, Alex Domoradov wrote:
>
> Hmm, but he had used "--username=daldrich"
That's my point. It doesn't work like it should.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receivi
> On 20.04.2016, at 09:40, David Aldrich wrote:
>
> Thanks for your reply. Could you please give me a pointer how to use SSH key
> based authentication? I'm running the CLI on the Jenkins master - it is
> accessing localhost.
https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+CLI#JenkinsCLI-
> On 20.04.2016, at 10:05, dennys wrote:
>
> And does thread dump show CPU data?
No, but it shows the code Jenkins is working on at that point in time and often
gives hints wrt bottlenecks.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
T
> On 21.04.2016, at 05:41, Karl Davis wrote:
>
> • Enables the Jenkins CLI.
>
You may be interested in the system property
jenkins.model.Jenkins.slaveAgentPort, which makes it easier to set the default
for this. The difference is, it does not override user configuration, which may
or
> On 21.04.2016, at 11:20, dennys wrote:
>
> cannot find a solution to disable
> fingerprint
Fingerprinting is optional when archiving and in Copy Artifacts.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and
Permissions problem? The user running Jenkins needs write access.
> On 21.04.2016, at 18:50, Dave wrote:
>
> I just downloaded the Jenkins WAR, version 1.651.1. I’m trying to set it up
> on my Amazon Linux box. I’m running Java 1.7. I moved the WAR into its own
> directory, /usr/share/java/jen
> On 22.04.2016, at 00:45, jbat...@civisanalytics.com wrote:
>
> I saw someone else facing other network issues earlier today - maybe some of
> the infrastructure is just in flux?
Turns out you weren't the only one downloading 2.0 and downloading plugins, so
the infra got a good workaround. I
> On 22.04.2016, at 08:16, Daniel Beck wrote:
>
> workaround
Workout. It got a workout.
It's still early morning here :-)
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop
> On 22.04.2016, at 17:03, ok999 wrote:
>
> Is this issue intermittent by any chance ? I thought i got it working
> yesterday (the looping part) thanks to stackoverflow but it wont perform the
> loop today (on a friday!!!)
No. However, there was a version of the 'Pipeline: Groovy' plugin (2.
> On 22.04.2016, at 19:47, Naveen G.M. wrote:
>
> When I extended the same job to run on a MAC system, the MAC job is failing
> by saying "command not found".
> If I login directly on the MAC system and run the same command, it runs
> without any problems.
Your script expects maya to be on th
> On 22.04.2016, at 17:02, Steven Clark wrote:
>
> Is anyone else aware that the GPG signatures seem to be faulty on the repo?
> Or am I not verifying them correctly?
You're right. Something's wrong with KK's machine doing the signing (his local
Maven repo is affected as well). I'm filing INF
> On 24.04.2016, at 14:24, Ant Weiss wrote:
>
> What is the right way to do this when wrting pipeline DSL scripts?
>
Credentials and Credentials Binding Plugin:
https://wiki.jenkins-ci.org/display/JENKINS/Credentials+Binding+Plugin
--
You received this message because you are subscribed to
> On 25.04.2016, at 08:07, Sverre Moe wrote:
>
> How can I be sure before upgrade to Jenkins 2.0 that all my installed plugins
> are still compatible?
>
> Has there been any changes to the API that would require me to update my
> groovy scripts?
We do not expect plugins to be incompatible wi
> On 25.04.2016, at 18:06, Kesav Kumar Kolla wrote:
>
> On the team project I configured Discard old Items. This setting is not
> honored by the individual projects that's been created for each of my project.
>
> Is there any way to specify these project level settings in Jenkinsfile?
The fo
> On 25.04.2016, at 19:44, 'Dan Steffen' via Jenkins Users
> wrote:
>
> we start at office to work with one central-master jenkins server for the
> administration (job-definitions, user management etc.) and one or more nodes
> per team, this works without problems. But we look for a configura
> On 26.04.2016, at 11:39, Jiří Engelthaler wrote:
>
> Confirmed by Jenkins team
> https://twitter.com/jenkinsci/status/724883801260843009
The mirrors should be back now.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from
> On 26.04.2016, at 20:35, Josh Santangelo wrote:
>
> I was able to install 2.0, then clicked the button to "install new features".
> That went ok, and Jenkins starts, but it shows an error on the main page.
> Attached is a much more verbose log file.
Are there no other errors in the Jenkins
> On 26.04.2016, at 20:40, Daniel Beck wrote:
>
>
>> On 26.04.2016, at 20:35, Josh Santangelo wrote:
>>
>> I was able to install 2.0, then clicked the button to "install new
>> features". That went ok, and Jenkins starts, but it shows an error on
> On 26.04.2016, at 21:01, Josh Santangelo wrote:
>
> Thanks for the reply -- what's the best way to do that if I'm unable to get
> to the GUI?
Delete JENKINS_HOME/plugins/pluginname.jpi.disabled for the respective plugins.
--
You received this message because you are subscribed to the Googl
> On 27.04.2016, at 11:20, matthew.web...@diamond.ac.uk wrote:
>
> If I go to the Jenkins Changelog page (new wiki version) at
> https://jenkins.io/changelog/, and click "Community ratings", I do _not_ see
> the individual ratings for each release. I tried using a number of different
> browser
> On 28.04.2016, at 04:23, Lionel Orellana wrote:
>
> How can I restrict who can actually approve a manual (i.e. input) step in a
> pipeline? If I have a "Deploy to PROD" step I only want people with a
> particular role to be able to approve. Am I going about it the wrong way?
>
'input' acce
> On 28.04.2016, at 06:04, Sarah Baker wrote:
>
> I suspect Jenkins, or some configuration inside Jenkins.
> I had at first assumed it was something wrong with my maven install, but
> I removed it completely, allowing jenkins to install it (option in the Global
> Tool Configuration for Maven),
> On 28.04.2016, at 18:45, Bob Kuhfahl wrote:
>
> Was able to download most plugins for git plugin, but not able to find
> icon-shim...
> Any suggestions to work around this?
We currently have an infra problem affecting update sites. See
https://twitter.com/jenkinsci for updates.
--
You rec
501 - 600 of 1327 matches
Mail list logo