How can I use an artifact from gitlab in my markdown in gitlab
I can already produce a graph from some data uploaded to my repository in gitlab using the inbuilt gitlab-ci and python.
I wish to be able to display the png’s that I get as artifacts in the .md documents in my repository.
Gilab bridge job error – Failed(job would create infinite looping pipelines)
Below is the pipeline flow between different systems
Gitlab CI does not run any job when merge request is created
my gitlab CI does not run any job when merge request is opened.
Alternatives to building heavy libraries in CI/CD pipeline
I am part of a project in my workplace written in C++ that has two third-party dependencies, namely Boost and OpenSSL. However instead of downloading the pre-built binaries using package managers we need to do this by hand, on our own, using build scripts.
Fetch release in Gitlab using CI_JOB_TOKEN
I am trying to fetch a gitlab release from the CI to compute its 256 hash. I have the following statement in my .gitlab-ci.yml
Gitlab pipeline status never finish
I am creating a gitlab pipeline when files from specific folders are changes.
My rule is
.sca_deploy_rules: rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' changes: paths: - "force-app/main/default/**/*" when: always - when: never
Unable generate timestamp
I am trying to generate timestamp for my snapshots:
Unable generate timestamp
I am trying to generate timestamp for my snapshots:
Is there a way to specify none in YAML? [closed]
Closed 8 mins ago.
gitlabci: before_script config should be a string or a nested array of strings up to 10 levels deep
I have below code