Skip to main content
2 votes
1 answer
77 views

I have a modulith that produces several applications in one multimodule Gradle Build (Gradle 9.1) These applications are all spring boot apps and they are deployed as docker images using the ...
Matthias's user avatar
  • 2,875
1 vote
1 answer
1k views

I am using dokploy to deploy docker containers, but when I try to deploy a latest version of a container its not working because its not fetching the latest image from the repository My docker file ...
Ankit Halder's user avatar
0 votes
2 answers
76 views

I want to use a common deployment box with ansible in it, and connectivity to all my various environments, which are in dozens. Jenkins jobs will invoke the ansible playbooks (common for all environs) ...
gk_2000's user avatar
  • 360
0 votes
1 answer
214 views

I have a lot of testcases in SpecFlow for my website. There are different wizards in this website and I have created a tag for testcases associated with each, since changing something in the code of ...
Casper's user avatar
  • 7
1 vote
0 answers
804 views

I'm using the app of apps pattern in ArgoCD and I'm looking for a way to enforce a sync order between certain apps. Specifically, I want the strimzi app to be synced before my app containing the Kafka ...
Fabrice Jammes's user avatar
-1 votes
2 answers
217 views

I would like to create a multi-job GitHub Actions workflow to lint and test my python code, lint my Dockerfile, then build and push my docker image to my Docker Hub only if the pytest, pylint, and ...
steveh's user avatar
  • 15
0 votes
1 answer
313 views

I want to create a CI/CD pipeline where The developer pushes his code to the Github repo. Github action runs the unit tests, and upon the passing of all the tests, it lets you merge the PR. On K8s ...
Nagri's user avatar
  • 3,186
0 votes
2 answers
246 views

I'm publishing 2 web jobs to the respective paths: But, every time, the content inside site\wwwroot is erased, and I have an API project published there, so, every time I need to republish the API ...
Andre Fontana's user avatar
0 votes
1 answer
820 views

Is there any way to determine in a workflow if the job that waited for approval was manually rejected? I know that manually rejected jobs now have the failure status, but it's not an error in job ...
excelsiorious's user avatar
0 votes
1 answer
714 views

I try to understand how testing fits into continuous integration and continuous delivery practices. This article about CI states that automated tools are used to assert the new code’s correctness ...
mentalmushroom's user avatar
1 vote
1 answer
2k views

I am using a CI/CD server (self-hosted Woodpecker) to manage my app. The pipeline runs all these steps: clone, build, test, package as container, push to container registry (self-hosted Gitea). But ...
lonix's user avatar
  • 22.4k
0 votes
1 answer
1k views

I am using version v2.4.3+471685f and I've made changes to the 'argocd-cm' configmap to update the ArgoCD icon by modifying my-styles.css as follows: .my-styles.css: | .nav-bar__logo img { ...
Mehrdad's user avatar
  • 19
1 vote
0 answers
1k views

I want to cache Poetry virtual environments between builds of my Python application. I have configured the pipeline so that the virtual environment is recreated every time pyproject.toml changes (...
Shuzheng's user avatar
  • 14.6k
2 votes
1 answer
1k views

Looking to automate our changelogs and release notes with conventional commits and Azure DevOps pipelines, and the process seems "simple" based on all of the documentation and videos I've ...
David Coxsey's user avatar
-1 votes
1 answer
310 views

this is Jenkinsfile @Library('shared-library@variablestatus') def IMG_NAME = 'shortener' def REPO_URL = '' (BRANCH, CLUSTER, NAMESPACE, ENVPROFILE, REGION, ECR_REGISTRY, BUILDFLAG, DEPLOYFLAG) = ...
MD. Ashfaqur Rahman Tahashin's user avatar

15 30 50 per page
1
2 3 4 5
39