cicd Questions
2
Solved
I'm looking on a way to trigger a Azure pipeline ONLY on successful (or attempted) pull request merge.
Now I have :
trigger:
branches:
include:
- DEV
steps:
- script: FOO
But this runs EVERY t...
Yelena asked 20/7, 2022 at 14:43
0
I have existing project repo in gitlab. Since the gitlab is running in the server, we have the lfs objects in certain directory. My Doubt is AWS Codecommit does not have seperate server to store an...
Eliathas asked 14/7, 2022 at 9:2
2
After the update of Node.js from version 14 to version 16, we've got a lot of failed tests on bitbucket CI/CD pipelines. Locally tests pass.
Seems like the problem in timers, cause the first error ...
Burial asked 19/1, 2022 at 9:54
1
Solved
In the documentation, it seems that we can set the expire-in to several days or weeks. But I cannot decide an accurate fixed date. Is it possible to always keep the 'lastest' artifact, and remove t...
2
Solved
Android, Azure Devops geting error while run pipeline ##[error]Error: The process '/Users/runner/work/1/s/gradlew' failed with exit code 1
At locale system everything working apk generated but when...
Forging asked 23/3, 2022 at 8:4
1
Solved
I have a simple Node.js server that I'm deploying to Azure App Service using the following workflow in GitHub Actions. It includes artifact zip and unzip steps as per this answer, to improve deploy...
Paddle asked 29/4, 2022 at 0:33
1
At the moment, I have a couple of CI/CD jobs configured in gitlab-ci.yaml within a pipeline. For instance, I have the build and deploy configured within one branch. One of the jobs is creating a ba...
Kist asked 11/4, 2022 at 18:26
1
I have below pipeline and in this i want to run lint and lint-test in parallel. Earlier I had one job with multiple steps but as I checked that if we create different jobs then It can run in parall...
Mousey asked 15/3, 2022 at 5:52
1
Solved
Does Google Cloud Build keep docker images between build steps by default?
In their docs they say built images are discarded after every step but I've seen examples in which build steps use images ...
Criswell asked 19/2, 2022 at 14:19
0
We are using GitHub Action Self Hosted Runners on a Windows Server to build and deploy private repositories. For context, they are .NET Projects.
A pattern we've adopted is to break out a workflow ...
Guillema asked 19/1, 2022 at 14:43
2
Solved
everything was going well, before this morning, I'm totally new to cicd and things like that so I write this to deploy my app to heroku
`'API deploy':
stage: deploy back
image: ruby:latest
scrip...
1
Solved
I'm trying to implement a continuous deployment system to build my app and deploy to Google Play using codemagic. Doing a build works fine locally but fails remotely on codemagic.
Error summary:
FA...
Sarisarid asked 7/11, 2021 at 19:57
0
Currently, the way I have my pipelines setup is having each step run on 'self.hosted' runners. I do it this way so I don't have to spend Bitbucket build minutes. Every time the pipeline runs, I can...
Newel asked 3/11, 2021 at 18:40
1
Solved
I am currently working on a workflow for my team.
A suggestion we received was to use the GitFlow scheme. This scheme can be put on a chart as follow:
However, I have one question about how to man...
Lashandralashar asked 26/10, 2021 at 15:27
1
I have a problem with saving the artifact. The project is divided into 3 modules, one of them is saved and the other two are not.
Clonning project:
Cloning into '/home/gitlab-runner/builds/Gso-uWvA...
Cowper asked 15/10, 2021 at 9:34
1
I am trying to use "rules" and "only" keywords to define my pipeline behaviors between merge requests, pushes into dev branch and pushes into master branch.
I noticed several we...
Delilahdelimit asked 27/9, 2021 at 17:0
2
Solved
I'm getting started with CI/CD and Docker and i wanted to pass a connection string to docker in my workflow file.
deploy:
runs-on: ubuntu-latest
needs: publish
steps:
- name: deploy to server
...
Seriatim asked 9/9, 2021 at 10:45
1
Solved
While deploying Azure Data Factory's ARM template through service principal, I am getting below error:
[error]Failed to check the resource group status. Error: {"statusCode":403}.
Is it a...
Assignor asked 2/8, 2021 at 12:18
1
Solved
Cloud Build has a create quota of 30. If we have more than 30 Cloud Functions, this quota can easily be reached. Is there a way to deploy more than 30 Cloud Functions that people use, that pr...
Rose asked 22/7, 2021 at 16:17
1
Solved
I've been trying to build a CICD pipeline in Github actions and we're not able to process if and or conditions in the same. below is the example of our code snippet,
name: Build Non prod
needs: [...
Cockeyed asked 9/7, 2021 at 12:59
1
Solved
I have a new release pipeline contains 75 stages, when I create release each one of the stages take in average 5 minutes to complete deployment process then move to next one, that means it needs al...
Lutenist asked 9/6, 2021 at 22:57
1
Solved
I'm trying to set up a react website using CICD principles. I can run it locally, use 'npm run build' to get a build folder, and the website works fine when I manually push the files to S3. However...
Peradventure asked 4/6, 2021 at 3:7
© 2022 - 2024 — McMap. All rights reserved.