Re: Jenkinsfile to build 4 different docker images

2018-09-10 Thread Sverre Moe
mandag 10. september 2018 12.06.01 UTC+2 skrev Vijay V følgende: > > Is it possible to build 4 different docker images using 4 Dockerfiles with > one Jenkinsfile program? If so how to do it? > You can create Docker images from Scripted Pipeline with the Docker Pipeline plugin. https://jenkins.io

Re: Building a specific commit with Gerrit

2018-09-10 Thread ferruccio bongianni
Hello Michael, I found this post and I am having the same problem; I was wondering if you have solved it, and how? Thanks Ferruccio On Tuesday, 23 September 2014 00:51:35 UTC+1, Michael Vincent wrote: > > I need to build every commit that gets submitted into a Gerrit repo > (preferably in order)

Re: use Blue Ocean to create a maven java project on Windows platform (without using a docker agent)

2018-09-10 Thread Mario Jauvin
By "Google has not provided any insight" I meant that google search did not return any useful information. -- 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 jenk

Git pushes triggering old builds via Github branch source plugin

2018-09-10 Thread Joe Auty
Hello, I've seen the following behaviour (for reasons that I won't delve into unless you feel they are relevant): - webhook for repo that used to have an active/enabled webhook automatically re-enabled - doing so triggers all sorts of old builds, including for Jenkins hostnames that are no l

use Blue Ocean to create a maven java project on Windows platform (without using a docker agent)

2018-09-10 Thread Mario Jauvin
I tried in many different manner to get this working using Blue Ocean and its pipeline editor and I was unable. I looked at the example https://jenkins.io/doc/tutorials/build-a-java-app-with-maven/ but this only works using two docker Linux containers, one running Jenkins and the other one run

Re: Jenkinsfile to build 4 different docker images

2018-09-10 Thread Arnaud bourree
That is not matter of Jenkins file usage but docker command. On docker build you specify directory path or file path of Dockerfile. See docker man on docker.io Le lun. 10 sept. 2018 à 12:06, Vijay V a écrit : > Is it possible to build 4 different docker images using 4 Dockerfiles with > one Jenk

Re: Plugin/Solution to email diff of changed files on every build failure.

2018-09-10 Thread Rafael Pestano
Hi folks, sorry for ressurecting this topic, I just want to add that Last Chages plugin can do what you want but you'll need to use pipeline script, see the example on the plugin documentation: https://wiki.jenkins.io/display/JENKINS/Last+Changes+Plugin#LastChangesPlugin-Sendingthediffasemail

Jenkinsfile to build 4 different docker images

2018-09-10 Thread Vijay V
Is it possible to build 4 different docker images using 4 Dockerfiles with one Jenkinsfile program? If so how to do it? -- 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 e

Re: How to use containerTemplates in declarative kubernetes agent definition

2018-09-10 Thread Matt Buckland
Thanks again Carlos. Unfortunately that syntax doesn't seem to work. I have this: environment { IMAGE_TAG = "${env.IMAGE_TAG}" JOB_NAME= "${env.JOB_NAME}" AGENT_IMAGE_TAG = "${env.AGENT_IMAGE_TAG}" ACCOUNT_ID = "${env.ACCOUNT_ID}" } agent { kubernetes

Warning Plugin 5.0 Release - Beta Testing

2018-09-10 Thread Ullrich Hafner
A new major release of the static analysis suite is about to come. Since there are a lot of changes (see [1]) I decided to start with a public beta. I.e., the new release is currently only available at the experimental update center. Important changes at a glance: - All plug-ins have been merge

Re: Jenkins is not getting connected to my kubernetes without authentication.

2018-09-10 Thread Carlos Sanchez
that's a known issue but doesn't affect plugin operation https://issues.jenkins-ci.org/browse/JENKINS-52912 On Mon, Sep 10, 2018 at 9:26 AM wrote: > Hi , > Using Jenkins ver. 2.121.3 and Kubernetes plugin : 1.12.6. > > "Manage jenkins" -> "Configure system" , in the cloud section the "Max > co

Jenkins is not getting connected to my kubernetes without authentication.

2018-09-10 Thread pbasanta2002
Hi , Using Jenkins ver. 2.121.3 and Kubernetes plugin : 1.12.6. "Manage jenkins" -> "Configure system" , in the cloud section the "Max connections to Kubernetes API" is set to the default 32. But i am getting error in here and the jenkins is not getting connected to my kubernetes without authe