user

Inedo Blog


Navigation
CategoryJenkins
Featured

Jenkins

How to Use Docker in Jenkins CI/CD

Posted on October 5th, 2023.

If you’re working in software development and using Jenkins for your CI/CD, you’ll know Jenkins is a go-to automation tool, streamlining the CI/CD process. You’ll also know it can be a proper handful to work with. It’s complex and requires decent expertise to use effectively.  Recently, Docker integration with...

Featured

Jenkins

What is Maven and How Does it Work With Jenkins?

Posted on October 19th, 2021.

Searching up “What does Maven do” will leave you with a feeling like you know less.

Featured

Jenkins

Will you Lose Team Members to Jenkins?

Posted on September 17th, 2021.

Jenkins Experts are vital to an organization, but when the expert is the only one who can properly work Jenkins it creates a bottleneck for the team.

Featured

Jenkins

Can You Build a Continuous Delivery Pipeline in Jenkins? And Why You Probably Shouldn’t.

Posted on September 6th, 2021.

A blog post to explain what a Jenkins CD pipeline is and why it is not good for proper DevOps. It also gives advice on how to improve with added tools.

Featured

Jenkins

Why You Shouldn’t Store Build Artifacts in Jenkins

Posted on September 1st, 2021.

Storing build artifacts in Jenkins is not ideal, as they can be lost/deleted easily. Use a different repository, like Maven or ProGet, to do the storage.

Featured

Jenkins

Does Jenkins Scale? Nope! Here are 4 Reasons Why.

Posted on July 5th, 2021.

Lessons learned from Jenkins are often learned too late. A lesson you don’t want to learn too late is that: Jenkins doesn’t scale.

Featured

Jenkins

Is Jenkins Really Free? The Costs of Low Visibility

Posted on June 29th, 2021.

Poor visibility into Jenkins installs and projects creates chaos, can disrupt work, and increases risk.

Featured

Jenkins

3 Ways to Automate Deployment of Jenkins Artifacts

Posted on June 16th, 2021.

How should you automate in Jenkins? Here are 3 ways to automate your deployments through Jenkins. Plus 1 method to avoid!  

Featured

Jenkins

8 Best On-Prem Jenkins Alternatives for Continuous Integration

Posted on June 14th, 2021.

Jenkins is popular, but it's not the only Continuous Integration tool out there. Check out our list of on-prem CI alternatives, including BuildMaster.

Featured

Jenkins

Can You Make Branches in Jenkins Projects?

Posted on June 3rd, 2021.

Branches are great features that most source control systems offer, but they can be hard to set-up correctly. Read why Jenkins is a bad tool for branches.