Re: Email-Ext and Pipeline Model Definition - How to send email notifications Culprits and Developers as recipients?

2016-10-31 Thread Daniel Beck
> On 31.10.2016, at 00:31, Michael Neale wrote: > > It is most unfortunate that emailext requires the workspace. How else are you going to attach files? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and sto

Re: passing variable to bash script in a jenkins pipeline job

2016-10-31 Thread Daniel Beck
> On 30.10.2016, at 18:53, Nabil Ghodbane wrote: > > Well, it runs well on a local command line... On the other hand, it seems > there is a serious issue passing parameters to bash scripts from sh pipeline > command I tried both, and you're right -- it does work in a local shell. However, it

Re: Can't install Jenkins plugins with the cli

2016-10-30 Thread Daniel Beck
Enable the JNLP port in Manage Jenkins » Configure Global Security, or wait for 2.19.2 (which should be released any day now). > On 30.10.2016, at 03:48, red 888 wrote: > > Running Server 2012 R2, Jenkins ver. 2.19.1 > > > > Installed Jenkins via the Windows MSI > > > > I can't seem to in

Re: passing variable to bash script in a jenkins pipeline job

2016-10-29 Thread Daniel Beck
> On 29.10.2016, at 23:12, Nabil Ghodbane wrote: > > So how can I pass a parameter to my bash script in a Jenkins pipeline script? You will find that this also doesn't work when you run it from a local command line (a basic first troubleshooting step), so it is entirely unrelated to Jenkins

Re: Not able to url encode password parameter for credentialed git tagging

2016-10-27 Thread Daniel Collette
tance. > > Mark Waite > > On Thu, Oct 27, 2016 at 7:57 AM Daniel Collette > wrote: > >> Using multibranch pipeline plugin and credentials binding plugin and using >> this method >> <https://github.com/jenkinsci/pipeline-examples/blob/master/pipeline-examples/p

Not able to url encode password parameter for credentialed git tagging

2016-10-27 Thread Daniel Collette
Using multibranch pipeline plugin and credentials binding plugin and using this method to git tag, it is failing due to a character that requires url encoding in the password. To

Re: Install specific version of plugins with Groovy script

2016-10-27 Thread Daniel Beck
> On 28.04.2016, at 11:38, Alexandre Chaussier > wrote: > > All is OK if I want to use latest versions of plugins, but I would like to > know if it is possible to request a specific version of the plugins when I > request installation from my groovy code ? > > I use the UpdateCenter.getPlugi

Re: Reload configuration from disk

2016-10-26 Thread Daniel Beck
> On 25.10.2016, at 20:23, ELIASSAL wrote: > > I am not able to reach the reload page There is no such page. Jenkins tells you to "Please wait" because it's already reloading. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe

Re: What does "cannot start writing logs to a finished node" mean?

2016-10-21 Thread Daniel Jeznach
Upgrading plugin worked for me, but after update I have no textarea where I can input pipeline script. Only option "Pipeline script from SCM" works for me... :( 2016-10-21 10:21 GMT+02:00 Sven Finsterwalder : > Update the > > Pipeline Supporting APIs Plugin to 2.10 then it will work again. > > > A

Re: What does "cannot start writing logs to a finished node" mean?

2016-10-21 Thread Daniel Jeznach
Hi, I have similar problem as well, I noticed the exception today after upgrading Jenkins to 2.26, but problem with executing parallel tasks appeared earlier (probably after pipeline plugins upgrade). I have too complex parallel delivery to paste here, but I tried to create other one, as simple

New mailing list for coordinating Jenkins documentation efforts

2016-10-20 Thread Daniel Beck
nd an email to jenkinsci-docs+subscr...@googlegroups.com Daniel -- 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 to jenkinsci-users+unsubscr...@googlegrou

Re: Jenkins versions

2016-10-18 Thread Daniel Beck
> On 18.10.2016, at 08:19, Onno van der Straaten > wrote: > > immediately update any automation script that might have been developed on > top of this Jenkins version Why not run curl or wget to download a dpkg in your "automation script"? -- You received this message because you are subscr

Re: Pipeline : Confused about file access on slaves

2016-10-18 Thread Daniel Beck
> On 18.10.2016, at 00:58, Jonathan Hodgson wrote: > > The documentation says that File operates on "the current machine", which I > took to mean the one actually running the code at that moment, which is the > slave. The script _is_ evaluated on the master. FilePath would do it, or just not

Re: Jenkins Master Goes to 100% (at random?)

2016-10-18 Thread Daniel Beck
You don't say what files get loaded. Assuming it's builds, I'd look into available heap memory. Install the monitoring plugin. With too little memory, Jenkins can get into situations where it needs to load builds, and to make space, discards already loaded build records, just to discard the new

Re: Pipeline jobs - Custom build names?

2016-10-18 Thread Daniel Beck
> On 17.10.2016, at 19:24, Sam K wrote: > > name the pipeline build jobs like this using the build name setter plugin Just use this in your Pipeline: currentBuild.displayName = 'whatever' No need for a separate plugin. -- You received this message because you are subscribed to the Google Gr

Re: Jenkins Pipeline with custom class does hang forever

2016-10-17 Thread Daniel Beck
> def setMessage(String message) { > this.message = message > } This looks like a potential infinite loop, because Groovy allows calling setters by just setting the property. Probably something getting messed up in one of the Groovy transformations (because this is supposed to on

Re: Automated Jenkins Plugin/Dependency Management

2016-10-15 Thread Daniel Beck
> On 15.10.2016, at 20:47, Daniel Beck wrote: > > As the update center JSON tells you, its groupId is not > org.jenkins-ci.plugins. > > https://repo.jenkins-ci.org/releases/com/sonyericsson/hudson/plugins/rebuild/rebuild/ Missed the newest response, sorry about that. >

Re: Automated Jenkins Plugin/Dependency Management

2016-10-15 Thread Daniel Beck
> On 14.10.2016, at 22:03, Maciej Wiczynski wrote: > > I looked in https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/ and > don't see rebuild plugin listed. > I did find it in https://updates.jenkins-ci.org/current/update-center.json > but don't see how to set deps in build.gradle fi

Re: Pipeline Groovy Madness

2016-10-14 Thread Daniel Beck
> On 14.10.2016, at 13:25, Jonathan Hodgson wrote: > > All I've done is move that one line, and for the record at the moment it's > being called without OSX being active, so nothing inside that first if > statement is being executed (though it shouldn't cause any problems even if > its was) >

Re: RPM installation on openSUSE fails

2016-10-14 Thread Daniel Beck
The HTTPS URL forwards to an HTTP URL and that seems to be rejected client-side (see error message). > On 13.10.2016, at 01:39, Gurumoorthy Raghupathy wrote: > > I am getting this as well > > On Wednesday, October 12, 2016 at 9:39:18 AM UTC+1, Andi wrote: > Hi, > > on my openSUSE system the

Re: pipeline - keep build forever

2016-10-13 Thread Daniel Beck
> On 13.10.2016, at 13:18, roman.pi...@fluidtime.com wrote: > > Is there any possibility to keep a build forever programmatically after > submitting an input approval step? currentBuild.rawBuild.keepLog(true) should do this. This requires sandbox script approval. Should probably be exposed fo

touble with push hook from github enterprise

2016-10-13 Thread Watrous, Daniel
oved. More info can be found on global manage page. This message will be dismissed if Jenkins receives a PING event from repo or repo will be ignored in global configuration. I can't find much information on this error and I'm not sure where to go next. Any ideas to help me troubleshoot t

Re: Reverse Proxy Auth Plugin - LDAP troubles - 404 error

2016-10-11 Thread Daniel Beck
This is a bug in the Reverse Proxy Auth Plugin. No plugin should ever depend on internal-only URLs of other plugins used e.g. for form validation or autocompletion (or even the Java API creating them). In this case, this change renamed doServerCheck to doCheckServer, removing the /serverCheck U

Re: After Upgrading to Jenkins 2.0 and AWS EC2 plugin 1.35, Agents are not getting terminated after idle termination period of 30 minutes.

2016-10-11 Thread Daniel Beck
Make sure you're using the EC2 plugin 1.36 and AWS SDK Plugin 1.11.x -- There was an issue that resulted in instances never shutting down. > On 11.10.2016, at 03:43, Vijayender Madura wrote: > > Hello, > > I'm posting to see if there are others out there who may have faced the same > issue:

Is there a Jenkins REST API call for get the list of jobs that happened between a time span?

2016-10-10 Thread Daniel Sagaya Raj
Hi Everyone, Is there a Jenkins REST API call for get the list of jobs that happened between two dates or time span. ? With Regards: Daniel Sagayaraj -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this grou

Re: Locked out of Jenkins

2016-10-10 Thread Daniel Beck
> On 10.10.2016, at 12:37, Levente Barabas wrote: > > I just checked and it is not uninstalled. Then it may be disabled, or something else during startup forces it to become disabled. In both cases, it will be logged. -- You received this message because you are subscribed to the Google Grou

Re: Locked out of Jenkins

2016-10-10 Thread Daniel Beck
You likely disabled or uninstalled the Active Directory Plugin while it was your instance's security realm. https://wiki.jenkins-ci.org/display/JENKINS/Disable+security > On 10.10.2016, at 10:18, Levente Barabas wrote: > > Hello, > > After some plugin updates I locked myself out of Jenkins. >

Re: 'Parameters from properties file' not working in 2.7.3

2016-10-07 Thread Daniel Beck
I wonder what the '??' before the variable name are. Copy + paste accident? Please post the full stack trace, and the script you're launching. > On 07.10.2016, at 15:34, Steve K wrote: > > > Correct Daniel. > > I just boiled an example down to one parameter o

Re: 'Parameters from properties file' not working in 2.7.3

2016-10-07 Thread Daniel Beck
To clarify, all the parameters you intend to pass are defined on the downstream job's configuration but it still doesn't work? > On 06.10.2016, at 20:12, Steve K wrote: > > > Well, HECK! The parameters from parameter file are NOT getting passed. > The parameters were getting passed from 'Curre

Re: moving jenkins_home

2016-10-07 Thread Daniel Beck
> On 07.10.2016, at 01:34, vishad alekh wrote: > > I have installed Jenkins at /home/user path. My. Jenkins folder is also at > same path. Now because of space issue I need to move my setup at some other > location. > Can anyone please help on how to do the same. 1. Take a backup 2. cp -a /

Re: Did the Jenkins version numbers just change?

2016-10-06 Thread Daniel Beck
> On 06.10.2016, at 08:49, Baptiste Mathus wrote: > > For future reference, also > https://wiki.jenkins-ci.org/display/JENKINS/LTS+Release+Line Or the 'download' popup on Jenkins.io: > LTS (Long-Term Support) releases are chosen every 12 weeks from the stream of > regular releases as the sta

Re: Updating jenkins version in docker image cause exit 143

2016-10-05 Thread Daniel Beck
Anything interesting getting logged during startup? > On 05.10.2016, at 22:55, YusufSalahAdDin wrote: > > Hi guys! > > I have the next problem: > > I built an image with Jenkins 2.23 and run it, all is well. > > Today i want update jenkins to 2.24, so, i change some lines in the docker > fil

Re: Jenkins Android Emulator plugin never start on window ??

2016-10-04 Thread Louie Daniel Mandigal
Hi Toofoo Were you able to resolved this? I'm having this error as well. I need emulator on Jenkins so I could execute Calabash Test. Please let me know.. Thanks On Tuesday, July 5, 2016 at 5:44:35 PM UTC+8, T Toofoo wrote: > > Does anyone succeeded to launch a Jenkins job using the emulator p

Re: Multi-platform binaries in a single job

2016-10-03 Thread Daniel Beck
> On 03.10.2016, at 18:08, Marcus MacWilliam > wrote: > > I am completely new to Jenkins, so do not know how to set this up, and would > appreciate any > pointers on how to do this. Looks like the optimal use case for Pipeline. More: https://jenkins.io/doc/pipeline/ -- You received this m

Re: Jenkins 2.7.4 fails to load some plugins

2016-10-01 Thread Daniel Beck
> On 01.10.2016, at 08:22, zhu kane wrote: > > Anyway the partial upgrading of plugins should not break the plugin loading. Tracked as JENKINS-14616 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop rec

Re: AutoFill of managePasswords in Jenkins 1.65

2016-10-01 Thread Daniel Beck
> On 30.09.2016, at 08:43, Elizabeth Punnoose wrote: > > Does this version of Jenkins that will do some autofill of passwords? Browser vendors make it basically impossible for web applications to prevent password autofill due to past abuses by e.g. bank websites. They just autofill all the th

Re: The new Global Pipeline Library

2016-09-30 Thread Daniel Serodio
;Pipeline Libraries" shouldn't show "Modern SCM" if no implementations exist) Regards, Daniel Serodio On Wednesday, September 21, 2016 at 1:55:11 PM UTC-3, Michael Lasevich wrote: > > I am making an assumption that "Modern SCM" is some new Jenkins SCM API > not

Re: scriptler - dependencies with grab/grape?

2016-09-29 Thread Daniel Serodio
ion of jenkins-cli, I get: java.lang.NoClassDefFoundError: org/apache/ivy/core/module/descriptor/DefaultModuleDescriptor I guess Jenkins' Groovy doesn't include the libraries necessary to use Grab/Grape. Please let us know if you manage to make it work. Regards, Daniel Serodio On Wednesday, Sep

Re: Pipeline: Accessing parameters in build broken

2016-09-26 Thread Daniel Beck
> On 26.09.2016, at 13:15, Sverre Moe wrote: > > I am beginning to get frustrated by this constant changes that breaks > previous behaviour. I have read the changelog of plugins and Jenkins and > could not find that this behaviour has been changed in any way. Jenkins could > learn from Gradle

Re: How to integrate Github with Jenkin in version 2.7 (for webhook to trigger builds whenever there is code checkin)?

2016-09-24 Thread Daniel Beck
> On 22.09.2016, at 01:51, Sean Bigdatafun wrote: > > Specifically, "In the GitHub Web Hook section select the Let Jenkins > auto-manage hook URLs option.". I can't find the Github Web Hook section in > my administrative UI. > Not sure whether this is the cause, but some configuration option

Re: How to install plugin with jenkins-cli with version?

2016-09-23 Thread Daniel Beck
Specify a URL or local path to a file. The update site doesn't have metadata for arbitrary versions, so you need to provide enough information. > On 23.09.2016, at 16:31, user_dev wrote: > > I am trying to install jenkins plugin with jenkins-cli , it works if > > java -jar /opt/jenkins/jenki

Re: Running Jenkins jobs in command line

2016-09-22 Thread Daniel Beck
> On 22.09.2016, at 19:38, Indra Gunawan (ingunawa) wrote: > > If you want your user to crash/shut down your Jenkins with a groovy script > that does “System.exit(0)” then you go ahead allow CLI (run jenkins from > command line) While this is theoretically possible, it requires extensive perm

Re: Compiling Jenkins from source

2016-09-22 Thread Daniel Beck
> On 22.09.2016, at 14:49, Radcliff, Allen wrote: > > Not seeing any warnings to the effect of "not for public consumption", I > downloaded the latest 1.xxx version on the list. Do you recommend I drop > back to 1.651? It's not broken or anything like that, was just wondering how you found i

Re: Can't download plugins - HTTP 302 redirect

2016-09-22 Thread Daniel Beck
> On 22.09.2016, at 10:30, Corey Wei wrote: > > Does it have any plan to support http to https redirect? Probably not any time soon, as it needs support in Jenkins and older versions will just fail to download anything. However, since we now have Azure sponsoring us, we may just upgrade every

Re: Can't download plugins - HTTP 302 redirect

2016-09-21 Thread Daniel Beck
Turns out this was https://issues.jenkins-ci.org/browse/JENKINS-38340 and we removed the mirror from the list, as its admins don't want to serve files via HTTP. > On 19.09.2016, at 20:56, Baptiste Mathus wrote: > > I think it's https://issues.jenkins-ci.org/browse/JENKINS-8028 but surprised >

Re: Will workspace cleanup affect Changes tracking?

2016-09-21 Thread Daniel Beck
> On 19.09.2016, at 19:59, Sam K wrote: > > Will having a 'deleteDir()' in the jobs affect the Jenkins changes tracking? > Does Jenkins use the workspace for tracking the changes? Yes and no. A checkout may be necessary to record the checked out revisions/commits, but you can clean up the

Re: Compiling Jenkins from source

2016-09-21 Thread Daniel Beck
> On 21.09.2016, at 21:38, Radcliff, Allen wrote: > > I run a "git branch -r", but do not see a branch for version 1.658. Please > advise. 1.568 has never been publicly announced and only exists due to some process testing. What do you need that for? -- You received this message because yo

Re: http://my_jenkins_server/cli returns 404?

2016-09-16 Thread Daniel Beck
Make sure you don't have an init.groovy[.d] in JENKINS_HOME that disables the CLI; we recommended doing that last November as workaround for a 0-day vulnerability. > On 16.09.2016, at 11:50, Bob Hansen wrote: > > Been trying use the jenkins cli to programmatically set builds to unstable > fro

Re: How to configure logging?

2016-09-09 Thread Daniel Beck
> On 09.09.2016, at 01:12, David Aldrich wrote: > > I just see ‘All Jenkins Logs’ and that takes me to a page with about 500 > lines of logging info. I have seen talk of rotating logs. How should I set > things up to give me longer lasting logs? It's controlled by the system property hudson

Re: Multi-configuration project fails to load after Jenkins 2 upgrade

2016-09-08 Thread Daniel Pflager
We had something similar. Jenkins 2.7.3. After some experimentation, I found that adding the empty tag: right before the executionStrategy tag at the end of the config.xml, like this: . . . false and then reloading configuration from disk fixed the problem. The matrix job now

Re: Multi-configuration project fails to load after Jenkins 2 upgrade

2016-09-08 Thread Daniel Pflager
Worker.run(ThreadPoolExecutor.java:617) >> at java.lang.Thread.run(Thread.java:745) > > > I've just ditched the Project config unfortunately though, so let me see > if I can re-create... > > Cheers > Gavin > > On Tuesday, 23 August 2016 16:20:36

Re: Please provide feedback on the plugins site (work in progress)

2016-09-05 Thread Daniel Beck
> On 06.09.2016, at 01:47, Slide wrote: > > Ok, that works. How will plugin maintainers manage what is shown when a > plugin is selected? The data is collected from the update center, which in turn uses a combination of POM and wiki (maintainer, plugin name, release date, …), the infra-stati

Re: Please provide feedback on the plugins site (work in progress)

2016-09-05 Thread Daniel Beck
> On 06.09.2016, at 01:04, Slide wrote: > > The search doesn't seem to do anything, is that expected in this version? I > entered "Email" and pressed the search button and nothing happened. It appears you need to press the enter key for now :-( -- You received this message because you are su

Please provide feedback on the plugins site (work in progress)

2016-09-05 Thread Daniel Beck
ntegrated with jenkins.io. What do you think? Daniel 1: https://wiki.jenkins-ci.org/display/JENKINS/Plugins 2: https://groups.google.com/d/msg/jenkinsci-dev/CCaGirnMSt8/1XmovelKCwAJ -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. T

Re: Jenkins Health Check URL

2016-09-04 Thread Daniel Beck
A real health check is provided by https://wiki.jenkins-ci.org/display/JENKINS/Metrics+Plugin > On 04.09.2016, at 20:51, Luis Arias wrote: > > Hi, A URL that works for me is simply /robots.txt. It's unlikely to change > and returns a 200 if jenkins is up. Not a realy health check but better

Re: Jenkins2.0 upgrade issue

2016-09-03 Thread Daniel Beck
Are there still warnings/errors in the log after a Jenkins restart? There's a known issue with dynamic loading Branch API/GH Branch Source/GH Org Folder that may be causing this. > On 03.09.2016, at 16:21, Ashish Yadav wrote: > > Any idea what could have caused this? The 'GitHub Organization F

Re: Pipeline stage deprecated without block

2016-09-02 Thread Daniel Beck
> On 02.09.2016, at 14:45, jer...@bodycad.com wrote: > > ok, great thanks it now have a scope of operation, that was not clear with > the error message (at first I was under the impression I needed to give it an > argument of some sort: Well, you do. It's just that you place the block outside

Re: Jenkins 2.0 job configuration screen UX issues

2016-09-01 Thread Daniel Beck
Known issue that is tracked at https://issues.jenkins-ci.org/browse/JENKINS-35269 > On 01.09.2016, at 15:33, Ashish Yadav wrote: > > Is anyone else experiencing this (horizontal scrolling) issue as well? I have > tried both Chrome and FireFox. Same UI experience. > > > -- > You received thi

Re: maven.jenkins-ci.org connection error

2016-09-01 Thread Daniel Beck
Please see the second entry on https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins#HostingPlugins-Workingaroundcommonissues Also, this is something that should be asked on the dev list. > On 01.09.2016, at 14:52, Damien Coraboeuf wrote: > > Hi, > > When trying to deploy a plugin, I ge

Re: Plugin Updates mirror - build-pipeline-plugin Permissions issue - can no longer view folder?

2016-08-30 Thread Daniel Beck
> On 30.08.2016, at 23:28, Chris M wrote: > > Thanks for the followup, good to know i'm not crazy. Fixed for now. Filed the bug as https://issues.jenkins-ci.org/browse/INFRA-908 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe

Re: build-environment-plugin does not appear to display on pipeline jobs

2016-08-30 Thread Daniel Beck
I've found it's a good practice to just run 'env' (or 'set' on Windows) in any shell steps whose environment I care about. Helps with weird machine-local /etc/profile and similar files as well, overriding what they should not be. > On 30.08.2016, at 23:00, Wayne Warren wrote: > > Does anyone k

Re: Plugin Updates mirror - build-pipeline-plugin Permissions issue - can no longer view folder?

2016-08-30 Thread Daniel Beck
This was the first response I sent, unfortunately it was stuck in moderation. I merged the PR I filed against the update site generator, let's see what it looks like in a few hours. > On 30.08.2016, at 17:29, Daniel Beck wrote: > > Interesting. Looks like a robustness issue

Re: Plugin Updates mirror - build-pipeline-plugin Permissions issue - can no longer view folder?

2016-08-30 Thread Daniel Beck
Interesting. Looks like a robustness issue in the update center generator. Build Pipeline (and two others) have incomplete deployments, resulting in warnings during update site generation -- and all three of them are not listed in that folder. I'll file this bug to be fixed in general, and will

Re: Jenkins 2.0 requirements

2016-08-30 Thread Daniel Beck
> On 30.08.2016, at 18:14, Ashish Yadav wrote: > > How can I confirm if I meet the above requirements? I am currently running > Jenkins LTS v1.642.3 on CentOS v7. It’s the ‘standard’ installation of > Jenkins from the yum repository. How do I know if I am running Servlet 3.1 or > Winstone-Jet

Re: Plugin Updates mirror - build-pipeline-plugin Permissions issue - can no longer view folder?

2016-08-30 Thread Daniel Beck
> On 30.08.2016, at 17:31, Chris M wrote: > > also curiosu; would this more go into Jenkins Developers group than Users? Probably best on the infra list: https://jenkins.io/content/mailing-lists/ -- You received this message because you are subscribed to the Google Groups "Jenkins Users" gr

Re: Unable to obtain reports using HTML Publisher Plugin

2016-08-25 Thread Daniel Beck
That's not how URLs in Jenkins work. There's no 'index.html' file in that directory, but your job is configured to show that initially. That's the problem. > On 24.08.2016, at 19:40, Andy Suarez wrote: > > So I'm using Jenkins 1.617 and HTML Publisher Plugin. > > The issue: > > Build works,

Re: What is a permanent agent or slave server when discussing Jenkins?

2016-08-24 Thread Daniel Beck
> On 24.08.2016, at 10:11, Stephen Connolly > wrote: > > The "permanent" bit was added to indicate that this is an agent that will > stick around Even more nit: 'permanent' replaced 'dumb'. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group.

Re: Can security realms be stacked?

2016-08-23 Thread Daniel Beck
> On 23.08.2016, at 21:26, Jeff wrote: > > Is it possible to fall through and try a different authentication method when > the first fails? I'm assuming it's not, as I've yet to find anything in my > searches, but I figured I'd ask here. No. Tracked as https://issues.jenkins-ci.org/browse/JE

Re: Perform administrative actions on user's first authentication?

2016-08-23 Thread Daniel Beck
Should be possible from another plugin listening for http://javadoc.jenkins-ci.org/jenkins/security/SecurityListener.html#fireLoggedIn-java.lang.String- > On 23.08.2016, at 20:43, Jeff wrote: > > Where would one implement a set of actions that take place the first time a > user logs in? > > W

Re: Possible regression from JENKINS-32326?

2016-08-23 Thread Daniel Beck
> On 23.08.2016, at 20:31, Tim Downey wrote: > > Am I understanding correctly that the slave should be picking up the proxy > settings from the master? If so, is it supposed to be picking it up from the > preferences in the Manage Plugins panel? Is it supposed to be somewhere else. > Slave

Re: Multi-configuration project fails to load after Jenkins 2 upgrade

2016-08-23 Thread Daniel Beck
nkins: 2.7.2 > * Matrix Project plugin: 1.7.1 > > Cheers > Gavin > > On Tuesday, 23 August 2016 13:01:05 UTC+1, Daniel Beck wrote: > What versions of Jenkins and the Matrix Project plugin is this? > > > On 23.08.2016, at 13:54, Gavin Williams wrote: > > > &

Re: Multi-configuration project fails to load after Jenkins 2 upgrade

2016-08-23 Thread Daniel Beck
What versions of Jenkins and the Matrix Project plugin is this? > On 23.08.2016, at 13:54, Gavin Williams wrote: > > Just to confirm, I hit exactly the same error on a fresh Jenkins 2 > installation... > > Anyone hit anything similar? > > Cheers > Gavin > > On Friday, 19 August 2016 17:21:

Re: Permission in Scriptlet scripts-Can they be scripted?

2016-08-22 Thread Daniel Beck
Not an answer, but be very careful who you grant that permission to -- while it may not look that way, Run Scripts is the most powerful individual permission in the system, more than Administer (although implied by it for historical reasons). > On 22.08.2016, at 15:51, Ioannis Moutsatsos wrote

Re: Jenkins takes too long for loading recent changes of current job (15min approx)

2016-08-22 Thread Daniel Beck
When asking about a possible regression, it helps to mention both the version you're using now, as well as the version you were using before. Try applying the workaround mentioned for SECURITY-243 here: https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2016-05-11 > On 22.0

Re: When a server is designated as a permanent node, what happens to that server?

2016-08-20 Thread Daniel Beck
> On 20.08.2016, at 22:41, Kiran wrote: > > So most of the time (when Jenkins isn't interacting with a permanent agent), > there is no extra CPU or RAM utilization from the server having the .jar file > and being configured as a permanent agent? While the node is connected/the Java process ru

Re: Unlock Jenkins Error - HTTP ERROR 404 - New Bee

2016-08-20 Thread Daniel Beck
The URL you want to access is http://localhost:8080 > On 20.08.2016, at 15:32, websphere automation > wrote: > > Hello All, > > I am new to Jenkins and I have installed jenkins on Centos using rpm , it > comes up fine and start. > > I am able to access jenkins console for first time . > ht

Re: When a server is designated as a permanent node, what happens to that server?

2016-08-20 Thread Daniel Beck
> On 19.08.2016, at 00:53, Kiran wrote: > > When a server is designated as a permanent node, what happens to that server? > Does Jenkins transfer an installer package or set of configuration files? > If so, where do the files go? What is the size in KB of these files? What > type of overh

Re: Jenkins Master and Slave containers sharing Jenkins home

2016-08-18 Thread Daniel Beck
> On 17.08.2016, at 17:10, Tony Owens wrote: > > Am I asking for trouble by doing this? Yes. > If so, any explanation would be greatly appreciated. Each process assumes it has exclusive access to its home directory. Mechanisms like allocating additional workspaces when running two builds of

Re: Hide/Show button doesn't show up

2016-08-18 Thread Daniel Beck
> On 18.08.2016, at 19:43, Fadi Al-Farah wrote: > > Weird thing is that they both have the same exact theme.css and theme.js! And > both are on version 2.7.2 LTS (latest LTS release) and both have the same > plugins installed and extremely similar configurations (there are some > differences

ECR authentication issues

2016-08-15 Thread Daniel Guisinger
Hey guys, I'm back with another credentials issue. I'm starting to think my copy of Jenkins is possessed. (Last week I couldn't get the Jenkins Git plugin to authenticate using the http credentials stored in Credentials, but for some reason ssh credentials worked) I have several projects, some

Re: Parameterized build, REST, one parameter with new value rest with default

2016-08-15 Thread Daniel Olausson
Hi, Yes that is basically what I did. Queried the ../api/json?tree=... URL. Then parsed the output and then did the post. /Daniel -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving e

Re: The option to “Launch slave agents via Java Web Start” is missing from new node configuration

2016-08-15 Thread Daniel Beck
Changing DescriptorVisibilityFilter would likely have unintended side effects. Should probably not use Descriptor visibility, but just have a warning in the JNLP specific config if the agent port is disabled. I'm thinking of something similar to Maven build step's (or possibly Maven Project's) w

Parameterized build, REST, one parameter with new value rest with default

2016-08-14 Thread Daniel Olausson
Hi, I have a job that I would like to trigger via REST where I have one parameter that I want to change every time and the other ones I would like to use the default values for. If I do a POST to /build it just ignores the default values and set them to empty. If I do a post to /buildWithParam

Re: Best practices: many distinct jobs vs parameterized jobs

2016-08-14 Thread Daniel Beck
> On 13.08.2016, at 16:23, w...@anomalizer.net wrote: > > The only way to track it separately in jenkins 1.x is to have one job for > each. Jenkins 2.x has a mechanism wherein you have have a single job > (pipeline) across the branches and yet, track their statistics separately. The Pipeline s

Re: What are industry standard ways of managing server logins that Jenkins does for its builds?

2016-08-14 Thread Daniel Beck
> On 13.08.2016, at 14:46, Kiran wrote: > > "Manage credentials" the native Jenkins feature > "Credentials Plugin" > "SSH Credentials plugin" These are all basically the same thing. SSH Credentials Plugin is based on Credentials Plugin and provides the SSH credentials types (while IIRC

Re: Issues with Git plugin and Bitbucket

2016-08-13 Thread Daniel Guisinger
of https? > > Mark Waite > > On Sat, Aug 13, 2016 at 5:22 PM Daniel Guisinger > wrote: > >> Just tried that, it didn't work either :( >> >> Started by user Dan Guisinger >> <http://jenkins.oproto.com:8080/user/dguisinger> >> Building in

Re: Issues with Git plugin and Bitbucket

2016-08-13 Thread Daniel Guisinger
Just tried that, it didn't work either :( Started by user Dan Guisinger Building in workspace /var/lib/jenkins/workspace/test > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.or

Re: Issues with Git plugin and Bitbucket

2016-08-13 Thread Daniel Guisinger
ld also consider switching from https protocol to ssh protocol. If > you choose to use ssh protocol, then you'll need to add a public key to > your bitbucket account, register the private key with the Jenkins > credential manager, then reference that private key from your job

Issues with Git plugin and Bitbucket

2016-08-13 Thread Daniel Guisinger
Hey guys, I am hitting my head against the wall with what should be an extremely easy thing to get working I'm trying to use the git scm interface in jenkins to pull down a test project off bitbucket. I keep getting authentication errors. I have setup my username/password in the credential

Re: Jenkins nginx timeout

2016-08-13 Thread Daniel Beck
Start here: https://wiki.jenkins-ci.org/display/JENKINS/Obtaining+a+thread+dump > On 12.08.2016, at 17:24, Mohamed Sadok Ben Jazia > wrote: > > Something to add, > The server consumes a lot of CPU, it reachs 80% of 4CPU while loading the > project page the the load stops after showing the 504

Re: jenkins 2.7.2 sonarQube SonarQubeScanner not found

2016-08-11 Thread Daniel Beck
Manage Jenkins » Global Tool Configuration > On 11.08.2016, at 12:06, Philippe Couas wrote: > > Hi, > > I want install SonarQube with Jenkins2, but install screen not corresponding ? > http://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner+for+Jenkins#AnalyzingwithSonarQubeScan

Re: Automated Jenkins Plugin/Dependency Management

2016-08-11 Thread Daniel Beck
> On 11.08.2016, at 15:14, Jason Kulatunga wrote: > > I'm not sure if anyone has done something similar but I wanted to get some > feedback before I spent too much time investigating either idea. Note that pinning doesn't prevent a plugin from being upgraded -- it's related to Jenkins 1.x pl

Re: Automated Jenkins Plugin/Dependency Management

2016-08-11 Thread Daniel Beck
> On 11.08.2016, at 15:14, Jason Kulatunga wrote: > > we've also verified that 'installNecessaryPlugins' does not actually respect > the version parameter. As the plugin update site metadata does not support arbitrary versions, it'll always install the one present in the JSON -- which is the

Re: New Pipeline Maven plugin

2016-08-11 Thread Daniel Beck
> On 11.08.2016, at 18:33, Álvaro Lobato wrote: > > released the first beta version, already available in the update center Experimental update site only: https://jenkins.io/blog/2013/09/23/experimental-plugins-update-center/ -- You received this message because you are subscribed to the Go

Re: How do I install Jenkins on CentOS 7 with no internet access?

2016-08-06 Thread Daniel Beck
Download the RPM packages from http://pkg.jenkins-ci.org/redhat-stable/ and install them without going through the repo. > On 06.08.2016, at 20:07, Kiran wrote: > > I am using CentOS 7.2. I cannot set up a local repository for policy reasons > (not because I don't know how). I am behind a fire

Re: Keeping copies of the workspace.

2016-08-06 Thread Daniel Beck
> On 05.08.2016, at 20:44, RiRL wrote: > > keep workspace contents (yes, all the contents) and manage them consistently > with the build retention policy "Archive Artifacts", and just archive everything. -- You received this message because you are subscribed to the Google Groups "Jenkins U

Re: Regex on jenkins label expression

2016-08-05 Thread Daniel Beck
https://wiki.jenkins-ci.org/display/JENKINS/NodeLabel+Parameter+Plugin Also supports starting multiple builds on different nodes I think. > On 05.08.2016, at 08:40, Baptiste Mathus wrote: > > Even if it could, this wouldn't do what you think. This field is to be read > as "here's the requireme

Re: Jenkins CLI, trouble installing plugin from local hpi

2016-08-05 Thread Daniel Beck
> On 04.08.2016, at 22:09, James Richard wrote: > > This is a plugin that I have created, it is not bundled with Jenkins. And > like I said, manually installing it, downgrading, uninstalling, etc. works > fine when they are done manually but when using the Jenkins CLI it has the > errors I d

Re: UNable to change password at https://accounts.jenkins.io/

2016-08-04 Thread Daniel Beck
Is the password change still a problem? Re the UX, could you file issues in the INFRA project of our issue tracker, with the 'account' component? https://wiki.jenkins-ci.org/display/JENKINS/How+to+report+an+issue > On 18.07.2016, at 03:04, Rinaldo DiGiorgio wrote: > > Maybe it is the browsers

Re: UserContent and Google Login Plugin

2016-08-04 Thread Daniel Beck
> On 18.07.2016, at 11:19, Christoph M wrote: > > now I want the file to be accessible without being logged in. TBH looks like you'd be better off just serving a file via Apache/… somewhere else. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" g

<    1   2   3   4   5   6   7   8   9   10   >