Re: docker image for jenkins:lts is not latest

2018-12-10 Thread Adrien Lecharpentier
The docker image `jenkins` is deprecated for a longtime. The ofificial image you need to pull and use is, as you guest, `jenkins/jenkins`. The `jenkins` image will soon no longer be published / updated. Le lun. 10 déc. 2018 à 02:44, RAJENDRA PRASAD a écrit : > Jenkins can be downloaded from here

Re: docker image for jenkins:lts is not latest

2018-12-10 Thread nicolas de loof
As clearly explained here : https://hub.docker.com/_/jenkins/ #RTFM :) Le lun. 10 déc. 2018 à 09:26, Adrien Lecharpentier < adrien.lecharpent...@gmail.com> a écrit : > The docker image `jenkins` is deprecated for a longtime. The ofificial > image you need to pull and use is, as you guest, `jenk

Re: docker image for jenkins:lts is not latest

2018-12-10 Thread Baptiste Mathus
Finally published a blog entry to clarify all this. https://jenkins.io/blog/2018/12/10/the-official-Docker-image/ Le lun. 10 déc. 2018 à 09:43, nicolas de loof a écrit : > As clearly explained here : https://hub.docker.com/_/jenkins/ > #RTFM :) > > > > Le lun. 10 déc. 2018 à 09:26, Adrien Lecha

How to set default container in podTemplate?

2018-12-10 Thread jungho
Hello, I'm trying to set a default container in podTemplate like podTemplate( label: "my-label", inheritFrom: 'default-agent', defaultContainer: 'my-container', containers: [ containerTemplate( name: 'my-container', image: "gcr.io/", ttyEnabled: t

Kubernetes Plugin - Fails When Executing Commands on Second Container

2018-12-10 Thread Simon Young
Hi, We are trying to use the Kubernetes Plugin to run tests in a different container - but *almost* every time we try and execute a command in the second container, the build fails immediately. I say "almost" because the build always succeeds after restarting the Jenkins master (or possibly af

Re: running shell commands in pipeline fails on pushd and source

2018-12-10 Thread 'Carsten' via Jenkins Users
Hi, It was a "SHELL"-Engine issue indeed. I changed the call to this: > > "... > myresult=sh(script: 'bash deploy.sh', returnStdout: true) > ..." > > and everything works fine, now. Thanks for the hint. br Carsten -- You received this message because you are subscribed to the Google Groups

Re: Kubernetes Plugin - Fails When Executing Commands on Second Container

2018-12-10 Thread Carlos Sanchez
You may be hitting the limit of concurrent connections to k8s api, see https://github.com/jenkinsci/kubernetes-plugin/blob/master/CHANGELOG.md#1136 On Mon, Dec 10, 2018 at 8:01 AM Simon Young < simon.yo...@nationaltrust.org.uk> wrote: > Hi, > > We are trying to use the Kubernetes Plugin to run te

New Jenkins server and BlueOcean won't load

2018-12-10 Thread MDKF
HI, I just setup a new Jenkins instance and installed BlueOcean. Jenkins works fine, but when clicking any link into BlueOcean, the blue progress bar moves most of the way, but the page never loads. There are no errors in jenkins.log. How do I debug this? -Michael -- You received this message

Console full log is truncated

2018-12-10 Thread jungho
Hello, Is there any size limit on console full log? .../job/ABC/40/consoleFull is truncated. The size is 2,877 KB. But I can see all from consoleText (View as plain text). Thanks, -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscrib