Questions tagged as 'gitlab'

1
answer

Is it possible to synchronize code repositories instantially?

For example: change my code in github and my import into gitlab from that same code, be updated according to my changes in github. As if it were a code backup, it updates itself instantly. (In the case of netlify, where when I change my co...
asked by 13.06.2018 / 16:40
1
answer

Build in Gitlab does not change from "Pending"

Recently I deleted a repository in Gitlab (I use their own server) and created a new one, but when I give commits and pushs a build : pending "no commit, warning:    .gitlab-ci.yml not found in this commit None of my commits are goi...
asked by 14.05.2016 / 15:25
1
answer

Problem generating ssh key in git lab

People I'm trying to generate a ssh key to use in my gitlab else gets this error I'm using git bash to generate the key using this command: ssh-keygen what could be happening?     
asked by 23.11.2018 / 15:46
1
answer

GitLab CI passes the test even with error

I'm working with python / flask in an application. I want to test the CI of GitLab, so I did a test that generates an error, just to see how it would work. But, it happens that the CI passes the Job even giving error. can you help me?     
asked by 22.09.2018 / 15:27
1
answer

How to use Jenkins to see which files were modified in the commit?

I'm working with PHP and Mysql on Windows, my repository is in GitLab. I want to use Jenkins to run a job or pipeline when performing a push to the repository. The job should check the changed files in the commit and if there are any changes...
asked by 12.09.2018 / 23:10
0
answers

Auto-Deploy using GitLab

Currently where I work, all build and deploy work is done manually, using "publish" in Visual Studio and copying and pasting the files that have been changed. We use GitLab and I know that there is a continuous integration system. I would...
asked by 29.08.2018 / 20:18
0
answers

How to clone a project straight from a Branch?

I use Gitlab and Visual Code to do code versioning and I have the following problem: When cloning a project directly from master and then doing git pull origin tv_version my files are giving as "MERGE CONFLICT" and if I clone...
asked by 11.08.2018 / 06:56
0
answers

How to exclude commits from git and then consider old with new implementations? [duplicate]

Personal I have the following problem, I was developing and slowly comminuting the changes, when I arrived at a certain point I had to go back in one of the commits using: git reset --hard <numero do commit> I saw that after it a...
asked by 17.07.2018 / 22:35
0
answers

Smart commit duplicating messages when a branch is merge

Good morning everyone. I'm using Smart Commit to integrate Jira and Gitlab. Commit messages are added to the Jira card. The problem I'm having is that when a branch is mergeed, all messages are being duplicated on the card. Has anyon...
asked by 13.07.2018 / 15:59
1
answer

How to do an implementation of an Angular application in Heroku using Gitlab?

Angular Usage 5 (5.2.10) and Angular CLI (1.7.4) and I would like to do Deploy on Heroku, however my files are in the Gitlab repository. More information: node (8.11.1) and npm (5.6.0).     
asked by 20.04.2018 / 15:38