Update remote Git repository with Jenkins

2016-05-10 Thread Daniel Koch
Hi, I want to setup a simple Jenkins job for managing (f.e. updating) my existing remote git repository (Bitbucket server) with the following criterias: - Authentication on the remote using ssh key authentication - Git authentication using configured access key I installed the following

Jenkins Tutorials Required

2016-05-10 Thread Vidhyashree Govindaiah
Hello All, AM new to jenkins,i need tutorialsfrom scratch.Can any one help me please? -- 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

Re: Jenkins crashes when I try to add scriptler as a post-build action

2016-05-10 Thread Cuong Tran
I don't think you can add a scriptler script as a post-build action. You must have done it via "Use Publisher from another project". On Tuesday, May 10, 2016 at 8:33:33 AM UTC-7, Guy Matz wrote: > > Hi! I'm getting a Stack trace > when

Re: Is it possible to provide a secret to a job that won't be stored on disk by Jenkins

2016-05-10 Thread Stephen Connolly
The CredentialsProviders are plugable. If you wrote an in-memory credential provider that would probably fit your needs On 10 May 2016 at 15:38, Mathieu Garstecki wrote: > Hi, > > I have a parameterized job that takes a secret as parameter (specifically > an Ansible vault

Re: Need help with slave/master setup

2016-05-10 Thread Hector Magnanao
I'm on Windows 2008 Internet Explorer On Sunday, May 8, 2016 at 7:41:51 PM UTC-5, Mark Bidewell wrote: > What OS/ Browser are you using? > > On Wednesday, May 4, 2016 at 3:22:23 PM UTC-4, Hector Magnanao wrote: >> >> I'm running into a problem when I'm trying to setup a slave machine. In >>

truttling build checkout, but not builds

2016-05-10 Thread tps800
Hi! I have six projects all checking out from the same svn server. Only two parallel checkouts are allowed by this server. How can I trottle jobs as long as they are checking out svn? After checking out these six jobs may run parallel only checkout is possible for only two of them at any time.

Searching for a Jenkins plugin

2016-05-10 Thread Stephane
Hello, I have 2 Jenkins projects (builds) that have similar running tasks (build steps). I was wondering if there is a Jenkins plugin that whenever I create new build steps in my first project, they are also copied to the second project after the build (first project) is successful. If not,

Jenkins crashes when I try to add scriptler as a post-build action

2016-05-10 Thread Guy Matz
Hi! I'm getting a Stack trace when trying to a a scriptler script as a post-build action. The section of stacktrace below - from the link above - looks important, but my untrained eye may be missing something: Caused by:

Re: HTTPS Jenkins update site

2016-05-10 Thread R. Tyler Croy
(replies inline) On Tue, 10 May 2016, Daniel Beck wrote: > > > On 10.05.2016, at 12:23, Mladen Marev wrote: > > > > my proxy and firewall allows download of Java content (e.g. Jenkins war > > file) only from HTTPS protected sites. I have tried manual download of v2.2

Is it possible to provide a secret to a job that won't be stored on disk by Jenkins

2016-05-10 Thread Mathieu Garstecki
Hi, I have a parameterized job that takes a secret as parameter (specifically an Ansible vault password). This secret is so secret that I would like Jenkins to not persist it on disk. My basic solution was to use a password parameters in a parameterized build, but they get stored (not in

Re: HTTPS Jenkins update site

2016-05-10 Thread Mladen Marev
I found xmission mirror as very helpful, since you can brows and download mainly everything. My Jenkins is already version 2.2 :-) On Tuesday, 10 May 2016 10:33:49 UTC+1, Mladen Marev wrote: > > Hello, > > is there any HTTPS mirror which I can use as a Jenkins update site, for > both - the

Not able to populate test data results back in excel when building through jenkins

2016-05-10 Thread Vipul Garg
I am Not able to populate test data results back in excel when building through jenkins, though I am to read from excel, Also when I am running tests through eclipse then the test data is getting populated in excel but when building through jenkins its getting failed. I m using , Selenium ,

Re: HTTPS Jenkins update site

2016-05-10 Thread Mladen Marev
Ok, sounds like I need to try to deviler the war using some other ways. Thank you for the helpful comments here :-) On Tuesday, 10 May 2016 13:26:03 UTC+1, Daniel Beck wrote: > > > > On 10.05.2016, at 12:23, Mladen Marev > wrote: > > > > my proxy and firewall allows

Re: HTTPS Jenkins update site

2016-05-10 Thread Stephen Connolly
Ahh yes... well FTR the CloudBees update site provides https access and https metadata urls... but obviously the metadata is signed by our own key so you'd need to be a customer to be able to have Jenkins trust our source metadata signatures and get https all the way On 10 May 2016 at 13:25,

Re: "Keep Builds" vs. Copy Artifact-Plugin

2016-05-10 Thread Dieter Guthmann
> The main difference is that in 'chain 1' a Build-Trigger is set ("after other > projects are built"). In 'chain 2' that build-triggers aren't configured... > But in my opinion a build becomes dependent from another one when an artifact > was copied... not because of the trigger. Now it's

Re: HTTPS Jenkins update site

2016-05-10 Thread Daniel Beck
> On 10.05.2016, at 12:23, Mladen Marev wrote: > > my proxy and firewall allows download of Java content (e.g. Jenkins war file) > only from HTTPS protected sites. I have tried manual download of v2.2 but it > has been rejected because HTTP connection. I'm pretty

Re: MultiJob retry functionality...I cant get it working

2016-05-10 Thread Aleksandar Kasabov
1) Make a parsing rule file, e.g. /var/lib/jenkins/rules/failures.txt with content 'Finished: FAILURE' 2) Register that in Jenkins general config, section "Multijob Retry Rules -> Parsing Rules" 3) Use that rule in the job that you want to be retried, the field is "Select strategy" which right

Re: HTTPS Jenkins update site

2016-05-10 Thread Stephen Connolly
IIUC all the update sites are http and https so that you do not get a secure content warning if using the browser based metadata download (which is the only way to get the metadata if your Jenkins is isolated from the internet) In any case the metadata is signed to ensure integrity and the

HTTPS Jenkins update site

2016-05-10 Thread Mladen Marev
Hello, is there any HTTPS mirror which I can use as a Jenkins update site, for both - the Jenkins itself and plugins. I mean not only the main page but also the redirected one, as usually the download is redirected to some other URLs. Thanks. -- You received this message because you are

Re: can't trigger remote buildWithParameters to save my life

2016-05-10 Thread Daniel Beck
> On 10.05.2016, at 10:13, Sorin wrote: > > - sending a GET or PUT request with URL encoded parameters, failed miserably > .../buildWithParameters?token=MY_TOKEN=VALUE answers dryly 403 > forbidden (why forbidden?) The token only allows building if the authentication

can't trigger remote buildWithParameters to save my life

2016-05-10 Thread Sorin
Hi all, I'm using a password-secured Jenkins 2.1 on Windows for a parameterized build project with a remote build trigger (and its auth token). I am trying to craft a HTTP request for a REST client so I need to know how the request must actually be - without curl command-line parameters. If

Twitter: jenkins_release is not working

2016-05-10 Thread Victor Martinez
Apparently https://twitter.com/jenkins_release doesn't work since mid April Cheers -- 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