Category "gitlab-ci"

gitlab pipeline build server for ios

We're running everything in AWS, including our self-hosted Gitlab server. Now I am trying to create a pipeline to build and publish our IOS apps. Gitlab cloud d

Gitlab CI-CD using Fastlane An error occurred while installing rake (13.0.6), and Bundler cannot continue

I am trying to integrate CI-CD using Fastlane all the lanes are working fine in my personal laptop but when I try to push it on my repo and after the job starts

gitlab-ci include *gitlab-ci yml does not exist

When using the regular include YML configuration file, an error will be reported, indicating that the file does not exist include: - local: .gitlab/staging/*.

Gitlab pipeline with Vault authentification

I'm using a Gitlab 13.11.1 enterprise edition with free subscription. I'm trying (into my pipeline) to authenticate to a Hashicorp Vault. To achieve that I need

How to erase job via gitlab api

I have an issue were I am the owner of a project on a gitlab server, and I can successfully delete all artifacts for a job as listed in the docs.. curl --reque

gitlab-ci SSH key invalid format

I would like run deploy script with gitlab-ci, but step ssh-add $SSH_PRIVATE_KEY return an error : echo "$SSH_PRIVATE_KEY" | ssh-add - Error loading key "(stdi

Accept merge request without running manual stages

I have a pipeline with 3 stages: build, deploy-test and deploy-prod. I want stages to have following behavior: always run build run deploy-test automatically

Gitlab-Runner on Kubernetes/Openshift

I'm trying to deploy Gitlab-runner(s) on Openshift/K8S, but can't succeed in having runners communicating with Gitlab (itself deployed in pods on OCP). I follo

Gitlab CICD: use functions inside gitlab-ci.yml

I have a .gitlab-ci.yml file which allows needs to execute the same function for every step. I have the following and this works. image: name: hashicorp/terra

Using GitLabRunner to execute GUI tests on windows with permanent active user session

i'm having issues to get a permanent active user-session on my virtual machine to execute gui tests developed with the functional testing tool Ranorex Studio vi

How do I get parts of my GitLab CI Job Log to fold when viewed on the GUI?

I have several GitLab CI Jobs which take a while to run. I already use the before_script and after_script features to break some of the work into sections. I

How to save multiple variables in a apipeline for another job

So I am looking through the gitlab ci documentation for passing variables to other jobs. However, how would I pass more than one? And how would I access more th

Black Duck with Gitlab-CI runner

Im trying to integrate BlackDuck in to a gitlab ci script. Running OpenJDK on Alpine 3.9.2 I get the following error in the logs 2019-10-14 15:19:00 ERROR [ma

How to escape colon with following space in a GItLab CI/CD YAML value?

I have the following line in GitLab CI/CD: script: - echo "Backend image: $BACKEND_IMAGE" But YAML interpreters treat this as an object. Then I googled t

Gitlab-CI: Cross-service communication

I’m currently using Gitlab-CI to test a jboss eap based java application. To be more precise, I’m using Postman’s newman tool to run some REST

unable to push git tags in gitlab ci pipeline

In my gitlab ci pipeline, I want to push a tag wherever pipeline run for the master branch. But the issue is that I am unable to push the tag on the repository.

Simulate a pipeline got Error: Request failed with status code 500

I’am trying to create my first pipeline so i followed to recommendation to validate my …gitlab-ci.yml file and then simulate the pipeline but i&rsq

Cypress test not finding element when ran in Gitlab CI

I'm using Cypress for automated testing. An app built in React with Next.js The tests pass locally with cypress open and cypress run but fail within GitLab CI.

GitLab - dont wait for all jobs in the previous stage to be finished

In my pipeline, the two last stages are Deploy and Qa-test. It look like this: Now I need to run integration-tests automatically when the deploy-stag job is fi

How to auto deploy Docker Image on own server with GitLab?

I am trying to Google it for few hours, but can't find it. I have Java/Spring application (+MySQL if it matters) and I am looking to create CI for that. I know