continuous-delivery Questions
2
Solved
Use trigger for dynamic select test job
prepare_test:
image: $CI_REGISTRY/platform/docker-images/vault:1.8
variables:
CONTEXT_TEST: |
include:
# PRODUCT
- project: 'gitlabci/integration-test'...
Simplistic asked 15/1, 2022 at 22:31
2
In GitLab there seem to be some sort of build cache.
For example, I have a job which builds and tags a docker image. The job succeeds and build log looks normal, but the image isn't actually create...
Affer asked 7/4, 2021 at 6:12
5
Solved
I am very new to Gitlab CI/CD and I have read its documentation very carefully about creating a new CI/CD process using .gitlab-ci.yml file. As I have found out in order to have Continuous Deployme...
Olympe asked 3/6, 2021 at 11:48
7
Solved
My use case is I want to have a unique version number for artifacts per each build/run. With current tools like CircleCI, Travis, etc. there is a build number available which is basically a counter...
Savick asked 22/1, 2019 at 14:6
4
Solved
Problem
I'm getting a new Fastlane error after the command below the line:
bundle exec fastlane beta --verbose
Error Message
Failed to open TCP connection to olympus.itunes.apple.com:443 (getaddri...
Willis asked 25/12, 2019 at 8:6
10
Solved
I am invoking a Jenkins job remotely using:
wget http://<ServerIP>:8080/job/Test-Jenkins/build?token=DOIT
Here Test-Jenkins job is invoked and DOIT is the security token that I have used....
Cuxhaven asked 3/12, 2013 at 19:22
7
Solved
Recently I'm looking at Ansible and want to use it in projects. And also there's another tool Rundeck can be used to do all kinds of Operations works. I have experience with neither tool and this i...
Kaylyn asked 1/7, 2015 at 3:34
5
Solved
This page states:
Bamboo's REST APIs provide the following capabilities:
Retrieve the artifacts for a build.
and here I see the documentation:
http://myhost.com:8085/bamboo/rest/api/...
Zweig asked 22/8, 2016 at 5:57
2
Solved
I know that GitHub Action manual triggers is a very discussed issue, manual approval is a bit less discussed but still present in the community.
I have a question for those who use Github actions f...
Nation asked 29/10, 2020 at 14:22
2
When I try to output the mongodb uri with Terraform and the mongodb atlas provider, I can't get the full uri with username and password. For example, when I do something like:
terraform {
required...
Volumeter asked 30/3, 2021 at 11:5
2
I've set up a Continuous Delivery pipeline with Flux v2 (since Flux v1 is deprecated), and it's working fine.
On the other side, I saw that Argo and Flux started a merge by the end of 2019 (please ...
Manchineel asked 25/3, 2021 at 16:1
1
I have a nodejs webapp run in docker, the Dockerfile is just the usual stuff as in Dockerizing a Node.js web app. But I hope to do one thing differently: if the docker container fails to run, e.g. ...
Martlet asked 21/2, 2022 at 14:11
2
I have two workflows: CI (for continuous integration) and CD (for continuous delivery). Both are working fine individually. My goal is to run the CD workflow only when:
A new tag like v1.1.1 is cr...
Nedranedrah asked 16/12, 2020 at 13:40
2
Solved
The story so far:
When I have a commit that I wish to deploy, I create a GIT TAG to base the build on, eg "RC1"
The creation of the GIT TAG automatically triggers the PipeLine Build to s...
Eggshaped asked 4/11, 2021 at 17:36
1
Solved
I have a scenario in Gitlab where I would like to ping a particular Slack channel when an MR is opened up for the first time in Gitlab. I've attempted to use rules for triggering when the source is...
Lynx asked 29/9, 2021 at 18:26
1
I have monorepo and I want to run child pipeline depending on content of directory which has changed. In job prepare_config I check where are latest changes, I create child config yml and in next s...
Untinged asked 2/2, 2021 at 19:30
3
Solved
I have some concrete questions about versioning in Continuous Delivery. I think I understand global workflow that more or less is this:
1) Code
2) Push to version Control
3) Continuous Integration...
Hyehyena asked 20/11, 2015 at 7:26
1
Solved
I converted most of my classic build pipelines to yaml now. The yaml convert tool devop basically treated my classic build pipeline tasks as individual yaml tasks. So now I have one job with around...
Wu asked 19/3, 2021 at 9:9
2
Solved
I have a repo which has two branches:
develop (repo's default branch)
master
Code within the develop branch is known to be releasable as an "alpha" version, while code within master is known to...
Niggerhead asked 25/9, 2019 at 0:2
1
Solved
I'm developing an iOS application and using App Distribution to distribute my test releases to QA Team, I didn't had any problem before, everything was smooth and pretty (estrange considering iOS d...
Ayakoayala asked 5/2, 2020 at 17:46
3
Solved
This is my build.gradle
defaultConfig {
applicationId "com.xyz.abc.na"
minSdkVersion 16
targetSdkVersion 29
versionCode 36
versionName "5.0.2"
multiDexEnabled true
}
In my YML, I have
-...
Nolde asked 11/6, 2020 at 0:25
3
Solved
Is it possible to mark gitlab ci jobs to start manually?
I need it for deploying application but I want to decide if it's going to be deployed
Rhona asked 16/4, 2016 at 11:47
12
Solved
What is the difference between these three terms? My university provides the following definitions:
Continuous Integration basically just means that the developer's working copies are synchronized ...
Passion asked 19/2, 2015 at 13:46
2
I have a specific case which I'm not sure if it's possible with AWS CodePipeline. I'm not able to find any information about such scenario in the documentation and google.
So I would like to know i...
Campo asked 19/4, 2018 at 16:15
3
I would like to know if we have any job naming conventions exist in the continuous integration. we are using Jenkins for Ci , please suggest .
naming conventions should be something like this , en...
Survance asked 6/4, 2016 at 8:28
1 Next >
© 2022 - 2024 — McMap. All rights reserved.