python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
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
In Continuous Deployment: Does the production codebase's file structure completely reset?
I want to have a .env file in the production codebase, but do not want it on github.
So I asked my colleague to add the file through terminal access on the production server.
My colleague told me that...
Saadman Islam Khan
Votes: 0
Answers: 0
Github Action Maven CI/CD to Docker Hub
I want to implement CI/CD to a Basic Java Maven project with Github Action and deployment to Docker HUB.. i set up everything and followed this tutorial
here is my main.yml file: (without the build)
...
Scoopex
Votes: 0
Answers: 0
Apparently wrong working directory in yml file
Hey I'm currently working on a Github Actions workflow that automatically deploys my Hugo Website to my server. In the step of building the website
- name: build Hugo website
run: |
pwd
ls -...
SendNoots
Votes: 0
Answers: 0