cicd Questions
2
I am part of a private group (our team in our department). All underlying projects and subgroups can only be private (this is how GitLab works) and we all have at least Report-level access to those...
Godevil asked 7/5, 2023 at 17:6
0
I am trying to create a powershell script to install the azure devops agent remotely via powershell but i've been having significant difficulties.
I've had several different problems occur:
After ...
Autogenous asked 26/7, 2023 at 18:22
3
Solved
I want to run db migrations in Github Actions. The DB is behind a bastion.
My solution was to forward Postgres port 5432 to the db host through the bastion.
I tried below script but does not seem t...
Ludwigg asked 24/7, 2021 at 10:52
1
Helpppp ! I just want to get my pipeline run successfully T.T Anyone can help me here~
Situation: I am integrating Apollo client in my iOS project and following the instruction provided by official...
Converter asked 22/4, 2022 at 10:59
1
I want to define a key-value pair for the entire workflow and access it in the with block of multiple jobs.
Right now, I get the error:
The workflow is not valid. .github/workflows/main.yaml (Line:...
Marleen asked 9/5, 2023 at 16:39
3
I am trying to do docker scan by using Trivy and integrating it in GitLab the pipeline is passed.
However the job is failed, not sure why the job is failed.
the docker image is valid.
updated new e...
1
Solved
So I'm using this marketplace action dorny/paths-filter to check if there are files changed to run a specific workflow. for the moment I'm just testing the outputs to see if they are correct so I h...
Reparable asked 8/5, 2023 at 9:16
0
I have a Django project that is managed by multiple repositories:
main repo - the Django project (incl. manage.py)
multiple submodules - each represents an app that is installed in the Django proj...
Radium asked 7/5, 2023 at 13:19
2
I would like to know if there is any way to get the date of a commit through an environment variable or something to be able to use it within github actions.
Dixson asked 11/7, 2022 at 1:26
2
We have a multi pod container which consists of 2 pods. init container runs first and the actual container run. recently our init container job are failing due to which our deployment is getting fa...
Codie asked 25/4, 2023 at 8:49
1
Solved
I have the following workflow:
name: CICD
# ...
jobs:
CI:
uses: ...
CD:
needs: [CI]
uses: ...
I have encountered an issue that needs me to temporally disable the CD job that uses other work...
Virgilio asked 1/4, 2023 at 11:37
3
Solved
Currently I have this line in my .gitlab-ci.yml file:
if (( $coverage < $MIN_COVERAGE )) ; then echo "$coverage% of code coverage below threshold of $MIN_COVERAGE%" && exit 1 ;...
Niel asked 11/5, 2022 at 21:10
2
Solved
I would like to programmatically determine if a particular Python script is run a testing environment such as
GitHub action
Travis CI
Circle CI
etc. I realize that this will require some heuristi...
Aloisia asked 6/10, 2022 at 11:52
1
I'm fairly confused about how the buildspec.yml and the appspec.yml files differ from one another, aside from structure. It doesn't seem like the phase commands from my buildspec have much effect o...
Subsist asked 14/3, 2022 at 23:14
2
when trying to use a secret variable with a value containing dollar sign on gitlab-ci secret variables it's not got variable value correctly.
Samphire asked 16/1, 2022 at 10:14
1
I've devised below way for managing helm chart dependencies in the context of CI/CD pipelines and not sure it's correct.
each chart source code has to be in a dedicated repository as a convention....
Ditter asked 4/9, 2022 at 11:36
2
Solved
I am following HashiCorp's learning guide on how to set up GitHub Actions and terraform. All is running great besides the step to update the PR with the Terraform Plan.
I am hitting the following e...
Ephesus asked 1/3, 2022 at 10:37
1
I met this issue while running git push.
$ flake8 --config setup.cfg Traceback (most recent call last): File "/usr/local/bin/flake8", line 8, in <module>
sys.exit(main()) File &quo...
2
Solved
there are several jobs in the protected branch. the last job is manual, but regular users cannot run it. how can an ordinary user run a manual job in a protected branch?
in the picture, an ordinary...
2
Solved
I'm trying to get Jenkins to deploy the latest code from github branch to my app server. When I push to my release branch, however, the latest commit code doesn't get deployed. Jenkins seems to dep...
Artichoke asked 4/10, 2022 at 0:26
2
Solved
reusable workflows should be referenced at the top-level `jobs.*.uses' key, not within steps
name: HelloWorld
on:
workflow_dispatch:
jobs:
checkout:
runs-on: windows-latest
steps:
- name:...
Schaab asked 1/3, 2022 at 16:36
0
I'm trying to reuse pnpm store with docker buildkit inline cache. It is working fine, when I'm doing local build but on gitlab ci it throw cross-device link not permitted error.
Error
...
#12 2.257...
1
I have 3 azure functions:
IotHub trigger
Timer trigger
Kafka trigger
I upload them via CI/CD of the bitbucket pipeline
But after uploading I only have IotHub trigger and Timer trigger working
The...
Iodate asked 20/7, 2022 at 12:57
1
Solved
I have a continuous integration workflow that I want to run
on PR merges to the main branch
if there's any pushes to PRs (run tests, and linting)
I also want to get the PR title and description t...
Rafaelrafaela asked 12/8, 2022 at 21:38
2
Solved
We are automatically running tests on feature branches. After the feature is complete and tests pass, it is merged into the main branch.
But now we have to wait for tests to run on master, before d...
Wiebmer asked 7/2, 2022 at 2:52
© 2022 - 2024 — McMap. All rights reserved.