Hey Richard, I think you mostly have it correct. To be more specific, Jenkins is the automated build system for when check in's are done to a GitHub repository.
Most developers use ant as their day-to-day build tool when undergoing development. Hope this helps. -brad w. On Thu, Nov 17, 2022 at 11:47 AM Richard Michalik <[email protected]> wrote: > Hello, > I am a student of a technical university and one of my assignments is to > analyse DevOps technologies of open source projects. > I see that netbeans is using Travis CI, Jenkins and GitHub actions. > Do I understand correctly that Jenkins is used for building the IDE for > Linux or Windows and the others are for testing? Or am I overlooking > something? > > Thank you in advance for the response. >
