continuous-integration Questions

2

I have private dependency from GitLab in my Flutter mobile app project. It is specified in pubspec.yaml with git repository link and I can successfully run pub get if I use ssh for it (I have gener...

2

Solved

I have this GitLab CI-Component: spec: inputs: message: default: test --- .test-component: script: - echo "$[[ inputs.message ]]" Also I have this Pipeline: stages: - test include...

4

For over a week I've been fighting with passing a variables between jobs in multi-project pipeline in GitLab CI and got lots of weird errors. The mechanism looks like very basic and it drives me cr...
Sarah asked 18/3, 2022 at 11:16

4

Solved

I'm getting this error while trying to deploy my branch through gitlab. remote: The project you were looking for could not be found or you don't have permission to view it. fatal: repository 'https...

5

Solved

I am looking for a tool that would let me switch the running Java implementation, like Ruby's RVM (or RBENV). I am aware that Debian systems provide the alternatives mechanism, and that I can set J...
Diffraction asked 20/4, 2012 at 3:13

2

Can't figure this out for quite a piece of time. Can't find answer on the web either. My CI tool is Jenkins. Source of code is Git. A build trigger is another build stability. Plugin manager says ...
Complemental asked 6/10, 2016 at 13:7

2

I would like to add extra columns to the build history sidebar that can be modified by user (comments,etc..). Has anyone did something similar? or any suggestions how can it done easily?

9

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 PathtoPublish: D:\a\1\s\$(buildStagingDirect...

4

Solved

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 steps. My python script looks like: new_v...

7

Solved

I am struggling to upload dSYM files to Firebase via Fastlane. I have a lane that looks like the following: desc "Fetch and upload dSYM files to Firebase Crashlytics" lane :refresh_dsyms_...
Kohn asked 29/10, 2018 at 16:29

3

I've been trying to get more familiar with GitLab's CI functionality and find the idea of splitting up a CI pipeline into multiple separate jobs interesting. This would allow me to maintain one pro...

6

Solved

In Jenkins is there a plugin for parameterized builds to make the parameters required? The fields under the standard "This build is parameterized" option do not seem to provide that. Clarification...
Spoof asked 24/5, 2012 at 17:26

4

Solved

As git-lfs requires some manual setup (install git-lfs, run git lfs install once) this can lead to developers not committing git-lfs tracked file types correctly. I would like to check that for pul...
Arvo asked 2/11, 2017 at 9:54

3

Solved

I use ANT for all my builds and I also use eclipse as my IDE and I would like to be able to use the latest version of ANT in my eclipse, frequently the ANT that ships with eclipse is a point releas...
Gaston asked 5/3, 2011 at 20:1

3

I am using the desktop bridge for a WPF desktop application and am looking to automate the creation of my msix packages during build. I do not want to store any version information in source contro...

2

I am using GitHub Actions, for building and pushing a simple docker image to GitHub Container registry. My repository is inside an organization and I have configured secrets on organization level. ...
Animator asked 31/3, 2023 at 9:50

3

Solved

I've previously used GitLab, where I didn't checkout the repository explicitly. Instead it was done automatically by the pipeline. Thus, I was surprised that almost all GitHub Actions workflows use...

4

Solved

I have a very simple config.yml: version: 2 jobs: build: working_directory: ~/app docker: - image: circleci/node:8.4.0 steps: - checkout - run: node -e "console.log('Hello from NodeJS ' + ...
Verleneverlie asked 21/8, 2017 at 12:4

3

Solved

I'm trying to improve CI pipeline to prevent situations where SQLAlchemy models are added or changed, but no Alembic migration is written or generated by the commit author from hitting the producti...
Farias asked 22/4, 2020 at 20:26

3

Solved

Is there a way to cache poetry install command in Gitlab CI (.gitlab-ci.yml)? For example, in node yarn there is a way to cache yarn install (https://classic.yarnpkg.com/lang/en/docs/install-ci/ Gi...
Wax asked 23/2, 2022 at 15:28

8

Solved

Even though all my steps pass successfully , Gitlab CI shows this - "Cleaning up file based variables 00:01 ERROR: Job failed: exit code 1" and fails the job at the very end . Also intere...
Despondent asked 22/12, 2020 at 16:18

6

Solved

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 client. The repository looks like th...
Tweedsmuir asked 17/10, 2020 at 18:18

3

Solved

Does anyone of you know what GitHub actually stores in their GitHub Storage (for Actions and Packages)? GitHub keeps telling me: You've used 100% of included services for GitHub Storage (GitHub Ac...
Daubery asked 5/1, 2021 at 10:15

2

Solved

I use renovate as App on GitHub and it successfully updates my package.json. I would like to have a similar feature for the action files themselves under .github/workflows For example a step steps:...

3

Solved

I am using the GitHub cache action, but I noticed that the no cache will be created if the job fails. From the docs: If the job completes successfully, the action creates a new cache with the co...

© 2022 - 2024 — McMap. All rights reserved.