Re: Jenkins - Docker login doesn't seem to persist

2020-07-13 Thread 'Sven Hüßner' via Jenkins Users
I was able to produce a correct behaviour starting from centos:centos7 base image and installing Docker only (no Jenkins yet) via the steps provided in the official Docker docu: https://docs.docker.com/engine/install/centos/ Seen here: [root@d8d441ae6a7a /]# history 2 yum remove docker

Jenkins - Docker login doesn't seem to persist

2020-07-10 Thread 'Sven Hüßner' via Jenkins Users
Cheers guys, I am fiddling with an issue I have described at the devops stackexchange fairly closely, I hope. I feel like I'm arriving where I should ask in this mailinglist to see if I'm on the right track. In a nutshell: I am running a jenkins/jenkins container (more about the used tags belo

Re: Using LTS with Docker and install compatible plugins

2019-05-02 Thread 'Sven Hüßner' via Jenkins Users
I realize this is will be a necro, but for the future me coming here again: You can specify the specific version of the plugin you want to install in a plugins.txt file like so: pam-auth:1.1 matrix-project:1.4.1 script-security:1.13 ... Then copy the file to your container during build time and

Re: How can I find the plugin name to use with install-plugins.sh?

2019-05-02 Thread 'Sven Hüßner' via Jenkins Users
I realize this is something of a necro, but for future people coming by, this will help: Use Jenkins-CLI to retrieve a list of plugins installed in the instance: java -jar jenkins-cli.jar -s http://10.10.18.10:9000/ list-plugins jdk-tool JDK Tool Plugin

Re: Docker-Hub jenkins or jenkinsci?

2019-04-27 Thread 'Sven Hüßner' via Jenkins Users
Thanks for the clarification and the hint with installing jenkins and then manually install the plugins instead of using a pre-configured image. Am Mittwoch, 24. April 2019 15:43:12 UTC+2 schrieb Mark Waite: > > > > On Wed, Apr 24, 2019 at 7:19 AM 'Sven Hüßner' via Jen

Re: Docker-Hub jenkins or jenkinsci?

2019-04-27 Thread 'Sven Hüßner' via Jenkins Users
>> >> On Wed, Apr 24, 2019 at 7:19 AM 'Sven Hüßner' via Jenkins Users < >> jenkins...@googlegroups.com > wrote: >> >>> There are two organisations on Docker-Hub that have Jenkins images: >>> https://hub.docker.com/u/jenkins >>> an

Docker-Hub jenkins or jenkinsci?

2019-04-24 Thread &#x27;Sven Hüßner&#x27; via Jenkins Users
There are two organisations on Docker-Hub that have Jenkins images: https://hub.docker.com/u/jenkins and https://hub.docker.com/u/jenkinsci They both seem to have the "blueocean" variant for example. The jenkins/blueocean seems to be pretty unused tho