java - Gitlab-CI not recognize the yml on the folders -




so have multiple folders inside empty idea project , each folder has pom.xml.

i need deploy each folder separately gitlab ci recognize main folder empty project.

if understand achitecture well, should have separate git repository each of folders in parent idea project.

it :

/rootproject   |- gitrepo1     |- .gitlab-ci.yml   |- gitrepo2     |- .gitlab-ci.yml   |- gitrepo3     |- .gitlab-ci.yml 

this way can have separate ci pipelines , deployments each subfolder.

there open issue considering possibility change default location of .gitlab-ci.yml file, not yet available : https://gitlab.com/gitlab-org/gitlab-ce/issues/15041





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -