I am trying to Google it for few hours, but can't find it. I have Java/Spring application (+MySQL if it matters) and I am looking to create CI for that. I know
I am working on a project. I need to create a workflow to run integration tests on an iOS device. Scenario: I've to run a local server at some port and in paral
I am using App Center as CI and CD for my application. I have to configure all the branches manually against which I need to build and distribute. What I Want I
Building CI pipeline for .Net core APIs in VSTS. But while building getting the below error. Publishing build artifacts failed with an error: Not found PathtoP
Is there any smart way to determine the default branch in GitHub actions? Now I need to write something like: on: push: branches: - master is there
I am trying to test out Github Actions for a small web project. I have two projects in the repository, and I want to create a deployment script for only the web
I am running a simple shell script with Gitlab CICD and I am getting Permission denied. Kindly suggest When I do chmod +x test.sh it says operation not permitte
I am trying to implement CI (Continuous Integration) using TFS for my ASP.NET website (Website Project). I am constantly getting following errors for days. Foll
I am receiving an error in Azure CI pipelines. While trying to run a DotNetCoreCLI restore task. Been scrapping the net for hours to no avail, no solution from
Interested to find code coverage tools for kotlin that work well in a CI pipeline. use intellij built in code coverage but cant use this in CI. Thanks
How would you get the repository name (not the user or organization) as an environment variable in GitHub Actions? I found github.repository but that contains t
I am trying to get started with an automated build process using Jenkins. So far i have managed to get Jenkins to build a project from BitBucket, run tests an
I want to be notified via slack whether my scheduled pipeline runs are failing or passing. I also do not want a trigger every time the pipeline fails or passes,
I want to be notified via slack whether my scheduled pipeline runs are failing or passing. I also do not want a trigger every time the pipeline fails or passes,
I would like to semantic versioning my docker images which are built and pushed to GitHub Container Registry by the GitHub Action. I found a satisfying solution
I have a CI variable that I would like to use within my docker file. I have tried to include it such as ENV TESTING_UNIT=$TESTING_ID
Goal: I want to programmatically update the versions of Swift Packages consumed by a sample project. Problem: Xcode > 11 offers a menu option: File &
I have worked with Jenkins before. But we moved to GoCD now. I want to run a simple Maven project periodically for regression testing purposes.
I have around 10 individual micro-services which are mostly cloud functions for various data processing jobs, which all live in a single github repository. The
I want to execute a python script to set some environment variables in GitHub actions. I want to use those environment variables later in my GitHub actions step