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
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)
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
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
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
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
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
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
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
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
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
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
12 matches
Mail list logo