Re: Initial steps with Jenkins

2016-10-10 Thread Joachim Holst
I used patchset created and draft published as triggers. I excluded Drafts, Trivial rebase and No code change. The trigger works perfectly (at least when I stopped using "**" for branch name). I finally managed to get the patchset downloaded as well using a script. Not sure that is the correct way

jenkins run Perform Maven Release are failed

2016-10-10 Thread Zhou Yulong
ENV: jenkins 2.7.4 git 2.7.0 maven : 3.3.9 JDK 1.8 source code -- github maven project we commit the maven project into github have pom file . Operation: Perform Maven Release on jenkins . result : jenkins' workspacepom ' s version be upgrade . but the pom not push into github. the

Locked out of Jenkins

2016-10-10 Thread Levente Barabas
Hello, After some plugin updates I locked myself out of Jenkins. I tried modifying the security options from the config.xml file as discussed on other forums but unfortunately it does not work. The error message is the following: hudson.util.HudsonFailedToLoad: org.jvnet.hudson.reactor.ReactorEx

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: Locked out of Jenkins

2016-10-10 Thread Levente Barabas
I just checked and it is not uninstalled. On Monday, October 10, 2016 at 1:24:05 PM UTC+3, Daniel Beck wrote: > > 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 > > > O

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: Initial steps with Jenkins

2016-10-10 Thread amol malokar
Please go through, Jenkins pipeline steps documentation. Being heavily developed right now still would be best choice continuous integration & to processes . On Oct 7, 2016 5:06 PM, wrote: Hi! I apologize for asking this extremely stupid newbie question, but currently I'm a bit stuck. I've been

Re: Locked out of Jenkins

2016-10-10 Thread Levente Barabas
> Do you have any suggestion on how may I check this or enable it in case it > is being disabled during startup? > Thank you for your time! -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving

Re: How to use classes in pipeline script?

2016-10-10 Thread Sven Finsterwalder
I have a similar problem with an enum class. Has anyone a solution or a hint to solve that issue. Am Mittwoch, 8. Juni 2016 22:06:46 UTC+2 schrieb Lars Meynberg: > > I'm aware that there is the possibility of > the workflow-cps-global-lib-plugin but I like to now if it's possible > without it o

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 group and stop re

RE: Locked out of Jenkins

2016-10-10 Thread Jennifer Hofmeister
You could search your Jenkins home directory for logs, e.g. $JENKINS_HOME/monitoring or maybe /logs. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Levente Barabas Sent: Montag, 10. Oktober 2016 12:55 To: Jenkins Users Cc: m...@beckweb.net Subject:

Re: Help with invoking scripts via CURL

2016-10-10 Thread Victor Martinez
I normally use: instance=http://192.168.99.100:31419 USER= PASS=Y curl --silent --user "${USER}:${PASS}" --data-urlencode "script=$(<./whatever.groovy)" ${inst

Jenkins CodePipeline plugin keeping Admin U/P in AWS access/secret keys fields, rather than blank

2016-10-10 Thread Go Mezant
Hello, Trying to set up Jenkins on an EC2 with Code Pipeline. Using Jenkins v2.24 The Plugin has a captions that says: *If keys are not specified, *the plugin will use the default credentials providers and pull from one of: Environment variables, credentials profile, or IAM instance role. The

Re: Help with invoking scripts via CURL

2016-10-10 Thread Naveen
Victor, Thank you! That didn't work. When I replace the password with token it is working,not with the password. On Mon, Oct 10, 2016 at 8:58 AM Victor Martinez < victormartinezru...@gmail.com> wrote: > I normally use: > > instance=http://192.168.99.100:31419 > >

IMMD NEED !! Project Manager - Minnetonka, MN-(Locals Only)

2016-10-10 Thread Mr Akky
Hi , Hope all is well.. I have an exciting new opportunity that I wanted to share with you and your network. Our top client, located in the (Minnetonka, MN) is currently seeking a (Project Manager) resource to join their organization. I have included a complete job description below in case you o

Re: Locked out of Jenkins

2016-10-10 Thread Sam K
I have been in this situation before, and have learnt a lesson since then never to close the window and never to use 'save' but use 'apply' instead, use a incognito window and make sure I still am able to login before closing the main window. That said, how about installing another version of J

IMMD NEED !! Sr.Java/J2EE Developer/ Software - Salt Lake City, UT

2016-10-10 Thread Mr Akky
Hi , Hope all is well.. I have an exciting new opportunity that I wanted to share with you and your network. Our top client, located in the (*Salt Lake City, UT*) is currently seeking a (*Sr.Java/J2EE Developer/ Software*) resource to join their organization. I have included a complete job descrip

pipeline - read artifact into node?

2016-10-10 Thread Jonathan Hodgson
Hi, My pipelne starts with code on the master that creates a file, which I artifact. I need ti use that file in nodes running on the slaves. How do I do that? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group an

Unable to download LTS for windows

2016-10-10 Thread eric wood
The mirror does not seem to be working on this site. I can download the latest windows installer, but I would like to get the LTS. Any idea why it is not functional? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this g

RE: Unable to download LTS for windows

2016-10-10 Thread Jason Pyeron
> -Original Message- > From: eric wood > Sent: Monday, October 10, 2016 15:00 > To: Jenkins Users > Subject: Unable to download LTS for windows > > The mirror does not seem to be working on this site. I can > download the latest windows installer, but I would like to > get the LTS. Any

Reverse Proxy Auth Plugin - LDAP troubles - 404 error

2016-10-10 Thread Dunnigan, Terrence J
Hi all, I'm using Jenkins 1.625.3 and I'm trying to configure the Reverse Proxy Auth Plugin (1.5) with my LDAP information and encountering issues. When I use the same values to configure pure LDAP, it works fine. However when I configure the Reverse Proxy Auth Plugin I encounter errors as soo

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-10 Thread Vijayender Madura
Hello, I'm posting to see if there are others out there who may have faced the same issue: I've set the idle termination time to 30 minutes and updated the log level to FINE for a new logger hudson.plugins.ec2 in Manage Jenkins --> System Log --> New logger. I could not find any messages even

Re: pipeline - read artifact into node?

2016-10-10 Thread Sverre Moe
Stash it stash includes: 'file.ext', name: 'file' Then later do unstash 'file' mandag 10. oktober 2016 20.11.39 UTC+2 skrev Jonathan Hodgson følgende: > > Hi, > > My pipelne starts with code on the master that creates a file, which I > artifact. > > I need ti use that file in nodes running on th

Jenkins all changes number

2016-10-10 Thread Axl Kersillian
Greetings, I'm new here and I'd like to ask if you guys have encounter about this. If I click all changes (number2), it shows random number and letter. and if I click recent changes (number), it show normal number. is these normal? or not? if not, how can i change it to numbers like recent ch