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
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
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
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
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
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
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
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
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