docker-ci-tool-stack icon indicating copy to clipboard operation
docker-ci-tool-stack copied to clipboard

Docker Infrastructure via docker-compose (Jenkins, SonarQube, Nexus, GitLab, Selenium Grid)

Results 9 docker-ci-tool-stack issues
Sort by recently updated
recently updated
newest added

* This PR manages `Dockerfiles` using templates. This allows us to make the containers HTTP proxy-aware. * `Traefik` is used to publish all the tools with a single entrypoint. *...

Loading /var/jenkins_home/plugins/gitlab-hook/WEB-INF/classes/models/use_cases/create_project_for_branch.rb Jan 28, 2019 12:10:56 AM hudson.plugins.ansicolor.PluginImpl start INFO: AnsiColor: eliminating boring output (https://github.com/jenkinsci/ansicolor-plugin) Jan 28, 2019 12:11:10 AM jenkins.InitReactorRunner$1 onAttained INFO: Prepared all plugins Jan 28, 2019 12:11:10...

Building nexus Step 1/19 : FROM centos:centos7 ---> 49f7960eb7e4 Step 2/19 : MAINTAINER Sonatype ---> Using cache ---> 473d299a1d10 Step 3/19 : LABEL vendor=Sonatype com.sonatype.license="Apache License, Version 2.0" com.sonatype.name="Nexus Repository...

[ec2-user@ip-10-105-0-181 docker-ci-tool-stack]$ docker-compose up Building nexus Step 1/19 : FROM centos:centos7 centos7: Pulling from library/centos 256b176beaff: Already exists Digest: sha256:6f6d986d425aeabdc3a02cb61c02abb2e78e57357e92417d6d58332856024faf Status: Downloaded newer image for centos:centos7 ---> 5182e96772bf Step 2/19...

Recipe: java::set_java_home * directory[/etc/profile.d] action create (up to date) * template[/etc/profile.d/jdk.sh] action create - create new file /etc/profile.d/jdk.sh - update content in file /etc/profile.d/jdk.sh from none to b2915a --- /etc/profile.d/jdk.sh...

using global settings config with name MyGlobalSettings Replacing all maven server entries not found in credentials list is true [workspace] $ /var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.3.3/bin/mvn -f app/pom.xml -gs /tmp/global-settings1821188696980461513.xml -DBRANCH=master -DREPOSITORY_URL=http://localhost:18081/repository/maven-releases/ clean -U...

Hi, Marcel I tried to run containers, but error occurs like the below, ``` $ docker-compose up -d Creating network "dockercitoolstack_prodnetwork" with driver "bridge" Creating volume "dockercitoolstack_nexus-data" with default driver...

Hello First, many thanks for the project Any solution for this error in jenkins/Dockerfile? RUN /usr/local/bin/install-plugins.sh < /usr/share/jenkins/plugins.txt **ERROR: Permission denied**

Hello, I would like to try using docker-ci-tool-stack with my SVN repo on CollabNet. I tried to edit the groovy files, changing the git variable with my svn variable. However,...