Questions tagged [jenkins-docker]
110 questions
0
votes
1 answer
Jenkins slave in docker is denying SSH keys
I a running Jenkins in an docker container. When spinning off a node in another docker container I receive the message:
[11/18/16 20:46:21] [SSH] Opening SSH connection to 192.168.99.100:32826.
ERROR: Server rejected the 1 private key(s) for…

CosetteN
- 347
- 1
- 7
- 18
0
votes
1 answer
Jenkins-Docker plugin Configuration
I am trying to configure Docker-plugin in jenkins, need few details.
How to find URL ?
I verified with localhost:8080, Test connection failed with connection refused.
I am not sure what i am missing in the configuration.
Any please help with…

Gokul
- 11
- 3
0
votes
1 answer
Jenkins script to update job config: restricted agent and using docker container
I'm using a Jenkins script to update several jobs. I'm able to update the description, SCM credentials, and so on.
But I can't find how to :
a) unset the option to restrict the agent (restrict where this project can be run)
b) set the option…

Neoh59
- 53
- 8
-1
votes
1 answer
If else conditions for docker container in jenkins pipeline script
I have created a pipeline in Jenkins whose steps are:
git pull(retrieve the app from GitHub)
build (maven package the app)
building an image
running an image
code for running the image is
docker run -d --name **application_name** -p 8081:8081…

Mayur Tripathi
- 69
- 2
- 12
-1
votes
1 answer
Is it a good idea to dockerize all dependent services for a java program as one docker container
I'm a java programmer .I have a java program that depends on Cassandra,elastic search,mongdb and Kafka .. So every time I try to run my java application I have to bring all these services up .. So you think it's a good idea to create one docker…

Dhyan
- 551
- 2
- 6
- 15