I am trying to build CI/CD pipeline with maven. Problem that I meet is that in application.properties I set variables like that: and I cannot setup them it gitlab. Every time if gitlab will build package all time I cannot run it because connection string is wrong I get error: “The connection string is invalid. Connection strings must start with
Tag: gitlab
Cannot pull origin dev due to unrelated conflict in Git
I pull a branch (let’s say issue-100) from origin for review and after review I switched to local dev branch without modifying this issue-100 branch. There are some conflicts with this branch, but I did not touch it and just create a new branch after pulling dev branch from origin. But, interestingly, Git gives “Automatic merge failed; fix conflicts and
Maven Hangs Downloading Inside a Docker Container
I have a gitlab with gitlab ci and a runner all running fine in a CoreOs Machine. All 3 services are running using the following dockerfiles service files and build script: Build Script: CI service: CI-runner service: Ci runner dockerfile: Ci dockerfile is unmodified version of sameersbn/gitlab-ci:5.2.0. when i compile a maven project (with mvn install) it starts to download