Re: jenkins, saml and Keycloak SSO

2018-02-16 Thread Vikas Kumar
Hello James, Did you get this working? I am too facing all sorts of issues trying to do so. Regards, Vikas On Monday, 16 January 2017 14:09:07 UTC+11, James Regis wrote: > > Hello, > > I am trying to make jenkins + saml plugin + keycloak working together and > I am facing a issue. > > I have

Re: i am getting below error while configuring the job in jenkins first time

2018-02-16 Thread naveen kumar
> > Thanks Mark. > After adjust the configuration of the global git tool (in the Global Tools Configuration) it worked fine -- 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,

Re: Multibranch Pipeline that includes GitHub Pull Requests

2018-02-16 Thread raykroeker
Thanks! I'll give it a shot. I was able to upgrade the Git plugin to 3.7 but the remaining are all gated on an underlying Jenkins upgrade, including GitHub Branch Source as you suggested. On Friday, 16 February 2018 14:35:10 UTC-8, Mark Waite wrote: > > You might also consider a short-lived

Re: Multibranch Pipeline that includes GitHub Pull Requests

2018-02-16 Thread Mark Waite
You might also consider a short-lived experiment running a Jenkins instance from a Docker container. If you don't mind a Jenkins image that has my preferred plugins, you can use https://github.com/MarkEWaite/docker-lfs/blob/lts-slim-with-plugins/Dockerfile-slim . I admit that it is focused

Re: Multibranch Pipeline that includes GitHub Pull Requests

2018-02-16 Thread raykroeker
Thanks Mark. I am not able to upgrade Jenkins myself (a separate group manages it) but will install upgrade as much as I'm able. On Friday, 16 February 2018 12:08:29 UTC-8, Mark Waite wrote: > > You need the GitHub Branch Source plugin > https://plugins.jenkins.io/github-branch-source for the

Re: i am getting below error while configuring the job in jenkins first time

2018-02-16 Thread Mark Waite
On Fri, Feb 16, 2018 at 1:41 PM naveen kumar wrote: > Added the path and launched agent again but no luck > > Check that the system information page for that agent shows that the PATH setting was actually applied to that agent. That message indicates that git.exe is not

Re: i am getting below error while configuring the job in jenkins first time

2018-02-16 Thread naveen kumar
Added the path and launched agent again but no luck On Saturday, February 17, 2018 at 1:54:46 AM UTC+5:30, naveen kumar wrote: > > Console Output Started by user admin Building on master in workspace > C:\Jenkins\JenkinsHome\workspace\HelloWorld Cloning the remote Git > repository Cloning

Re: i am getting below error while configuring the job in jenkins first time

2018-02-16 Thread Mark Waite
On Friday, February 16, 2018 at 1:24:46 PM UTC-7, naveen kumar wrote: > > Console Output Started by user admin Building on master in workspace > C:\Jenkins\JenkinsHome\workspace\HelloWorld Cloning the remote Git > repository Cloning repository > https://github.com/naveenaws2018/HelloWorld.git

i am getting below error while configuring the job in jenkins first time

2018-02-16 Thread naveen kumar
Console Output Started by user admin Building on master in workspace C:\Jenkins\JenkinsHome\workspace\HelloWorld Cloning the remote Git repository Cloning repository https://github.com/naveenaws2018/HelloWorld.git

Multibranch Pipeline that includes GitHub Pull Requests

2018-02-16 Thread raykroeker
I have a Multibranch Pipeline job that builds branches of the main repository, however I'm unclear what configuration changes I need to make in order to build and comment on GitHub Pull Requests. I have the GitHub hooks configured (push, pull request and comment), however the job does not fire

Running JUnit tests during a promotion and publishing the results.

2018-02-16 Thread Chris Kantzer
Hello, I have a question about Actions within a promotion process. Specifically about running JUnit tests during a promotion and publishing the results. I have a job that runs JUnit tests during build and publishes the results, which are displayed in the Test result Trend and 'Latest Test

Re: Question about JDK and Maven through Jenkins

2018-02-16 Thread Cyrille Le Clerc
Please try "which java && which javac" doing an ssh on this build agent. I suspect that "javac" is missing and that would explain "No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?" On Fri, Feb 16, 2018 at 4:36 PM, Fábio Cabrita

Re: SVN password error in Jenkins

2018-02-16 Thread Victor Martinez
It seems more an issue within the command itself, did you try to use the non interactive flag? - http://svnbook.red-bean.com/en/1.7/svn.ref.svn.html#svn.ref.svn.sw.non_interactive Cheers -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To

Re: Creating the product from Jenkins

2018-02-16 Thread Victor Martinez
No idea what you meant, you might need to explain a bit more what you did and what a product means and so on , otherwise I'm not sure whether others might be able to help you with Cheers -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To

Re: Question about JDK and Maven through Jenkins

2018-02-16 Thread Victor Martinez
if you run mvn -V -v . then you will see what's the java version and some other mvn environmental details which are used within maven, most likely it's not using the JDK but the JRE for some reason, please review how that particular JDK setup was made. Cheers -- You received this message

Creating the product from Jenkins

2018-02-16 Thread swaraj somala
I tried to Create the product from Jenkins but I am facing the following issue *CodeGen_GUI 1.0.0 (1.0.0 1.0.0) requires 'org.antlr.runtime [4.3.0.v201502022030]' but it could not be found* In my target I have org.antlr.runtime [3.2.0.v201101311130] but Jenkins expecting the newer version

SVN password error in Jenkins

2018-02-16 Thread Vishal Malaviya
Hi All, I am trying to update the SVN directory by executing a python script from Jenkins. While i ran the SVN up --username XXX --password XXX REPO, works fine from command line. But when it executes the same from jenkins throws the error, *svn: E215004: Authentication failed and interactive

Re: Question about JDK and Maven through Jenkins

2018-02-16 Thread Fábio Cabrita
Using *mvn -X *to get an extented debug I got: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project jenkins-example: Compilation failure