Skip to main content

Questions tagged [jenkins]

Jenkins is an open-source Continuous Integration server that is easily extensible and has a rich library of plug-ins.

2 votes
1 answer
252 views

We have an issue of maintainability for our pipelines at the organization where I work, whereby making a change and ensuring the change is tested and bug-free for our customers (other developers in ...
ConfusedStudent's user avatar
-3 votes
1 answer
257 views

I'm currently working in a firm, based on an executable, who uses different DLLs. There are several issues: Everybody builds the binaries on his own PC. The executables (*.exe and *.dll files) are ...
Dominique's user avatar
  • 1,844
-2 votes
3 answers
211 views

Is it a good practice to hit actual database for Integrations test(Not prod but pre prod DB) for Jenkins Night builds? The reason I am asking this is because our DAO uses procedures to perform simple ...
Pale Blue Dot's user avatar
1 vote
2 answers
92 views

I have a question regarding CI/CD procedure. I do have 2 Jenkins jobs, the 1st one will build a binary file who is a dependency to the 2nd job build successfully. Should I push this binary from 1st ...
Marcelo Idemax's user avatar
0 votes
1 answer
263 views

I am designing a CI system where I need to leverage a database as part of the software build process for integration tests. Different developers on different branches of the same repo will want to run ...
Mark's user avatar
  • 191
-2 votes
1 answer
607 views

Below is the GitFlow workflow, we are using for a project. So, in our project master branch currently has only one git commit with just a Readme file. develop branch is forked from that commit. As of ...
overexchange's user avatar
  • 2,315
0 votes
2 answers
2k views

I have a current project which consist out of two independently developed projects: Spring REST as back end Angular as front end I do have a Jenkins instance available for building my projects and I'd ...
Herr Derb's user avatar
  • 439
8 votes
1 answer
3k views

Long story short What is the best way to design a shared CD for multiple Git repositories (frontend and backend)? I'm struggling to find the best design for our CD. The whole picture (The details ...
Stav Alfi's user avatar
  • 297

15 30 50 per page