Impact of Gen-AI on IT Jobs - Growth Mindset Show
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
iOS
Java
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
5
Reply
What is Jenkins?
Naresh Joshi
11y
2.3k
0
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
Jenkins is an open-source continuous integration software tool written in the Java programming language designed to test and report on isolated changes in a larger code base in real-time.
Ramesh Maruthi
11y
1
Ramesh, great explanation.
Juliana Buonanno
10y
0
http://searchsoftwarequality.techtarget.com/definition/Jenkins
Munesh Sharma
10y
0
Jenkins is an automated Build Server. It's integrated with Versions Control System(SVN,TFS) to build code.
Pankaj Bajaj
11y
0
Jenkins is an open-source continuous integration software tool used for testing and reporting on changes made by all the developers in a larger code base in real time. The software enables developers to find and solve defects in a code base rapidly and to automate testing of their builds.So we can make Jenkins to run periodically twice or thrice a day, which will fetch and merge all the changes made by developers and will run all the unit test created. With this developers can easily get the result of all the test cases whether the frequent changes made is breaking the build or not.
Naresh Joshi
11y
0
Message