Most voted "jenkins" questions
It is a continuous integration server
Learn more…53 questions
Sort by count of
-
-1
votes1
answer137
viewsContainer Jenkins cannot find Docker command
in short, I’m trying to run one container inside another. Where the first container to go up is based on a Jenkins image and the second on a gcc image (which is only for testing). this is the step…
-
-1
votes1
answer153
viewsGit connection to the Jenkins server on Azure: Host key Verification failed
In the repository in the URL: git@xxxxx:root/ghnetsoft-utilitario.git Made this mistake: Failed to connect to repository : Command "git ls-remote -h git@ xxxxxx :root/ghnetsoft-utilitario.git HEAD"…
-
-3
votes1
answer55
viewsJenkins with Spring Boot = Exceptioniitializererror
I have an application developed with spring-boot. If I manually call the jar generated via Maven by the java -jar command, the application starts normally, and we can use it here. However, to…