python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
My docker run crash during the test phase of my gitlab CI
So i am quite new to the whole CI topic and im trying to run tests after my merge request in my pipeline. Except that when my command try to run the container i have an error.
So this is my gitlab-ci ...
Adrien Garcia
Votes: 0
Answers: 1
how to get value from file before first commit
I have a command which returns me a "version" from api.yaml file:
branch=$(grep 'version:' api.yaml | awk '{print $2}')
echo "Branch version is:" $branch
also I have a command wh...
a11eksandar
Votes: 0
Answers: 0
Jenkins - SonarQube: Angular Test coverage karma alternative without browser
I'm trying to find an alternative to generate a coverage report for an angular project with jenkins and karma, the problem comes because it is not allowed to install at least a headless browser in the...
Jose Flores
Votes: 0
Answers: 1
Post-hook to DBT_CLOUD_PR Schemas (DBT Cloud CI)
I was wondering if it is possible to attach a post hook to DBT_CLOUD_PR Schemas (Generated by dbt Cloud CI) so that only the developers can see the PR tables generated on the database.
I would like to...
Salahddin-Warid
Votes: 0
Answers: 1