DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Over 2 million developers have joined DZone. Join Today! Thanks for visiting DZone today,
Edit Profile Manage Email Subscriptions Moderation Admin Console How to Post to DZone Article Submission Guidelines
View Profile
Sign Out
Refcards
Trend Reports
Events
View Events Video Library
Zones
Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Modern Digital Website Security: Prepare to face any form of malicious web activity and enable your sites to optimally serve your customers.

Low-Code Development: Learn the concepts of low code, features + use cases for professional devs, and the low-code implementation process.

E-Commerce Development Essentials: Considering starting or working on an e-commerce business? Learn how to create a backend that scales.

Getting Started With Jenkins: Learn fundamentals that underpin CI/CD, how to create a pipeline, and when and where to use Jenkins.

Related

  • Getting Started With Jenkins
  • How To Use Docker Volume To Build Angular Application With Jenkins Pipeline
  • Streamlining Your Workflow With the Jenkins HTTP Request Plugin: A Guide to Replacing CURL in Scripts
  • Continuous Deployment on Kubernetes With Spinnaker

Trending

  • The Scrum Trap
  • How To Get Cell Data From an Excel Spreadsheet Using APIs in Java
  • Scaling SRE Teams
  • The Role of CloudWeGo in Modern Cloud-Native Applications
  1. DZone
  2. Testing, Deployment, and Maintenance
  3. DevOps and CI/CD
  4. Mule 4 and Jenkins Pipeline

Mule 4 and Jenkins Pipeline

In this artipostle, we look at how to use the new Mule Maven Plugin to deploy in Cloudhub through a simple Jenkins pipeline.

Anupam Gogoi user avatar by
Anupam Gogoi
·
Updated Jul. 10, 18 · Tutorial
Like (3)
Save
Tweet
Share
17.1K Views

Join the DZone community and get the full member experience.

Join For Free

Introduction

With the release of Mule 4, there are slight changes in the Mule Maven Plugin too. So, in this article, I am going to explain how to use the new Mule Maven Plugin to deploy in Cloudhub through a simple Jenkins pipeline.

Mule Maven Plugin

The most recent plugin (version 3.1.1) looks like the snippet below,

Image title

Slightly different from the previous version.

Jenkins Configuration 

After installing Jenkins, configure Maven in Global Tools Configuration section. In my case, I named it as maven. Also, configure credentials for your Anypoint Platform as shown in the below picture,

Image title

The credential ID in my case is ANYPOINT.

Jenkisfile

Create a very simple Jenkinsfile under the root of the project. The file is as shown below,

Image title

There are only two stages namely Build and Deploy.

Create Pipeline

In Jenkins, create a Pipeline item and configure it as follows.

Poll SCM 

I am polling every minute for SCM changes for this example. 

Image title

Pipeline Configuration

Configure the pipeline. In my case, my pipeline script (Jenkinsfile) resides in GitHub.

Image title

And that's it. You are done with the configuration. Now for every commit, the Jenkins job will be executed and thereby the pipeline will be executed, and the application will be deployed in the Cloubhub.

Conclusion

In this short article, I have demonstrated how easy it is to configure a Jenkins pipeline with Mule 4 Maven plugin. For demo purpose, I made the Jenkinsfile very simple but you can add more stages to it. The source code of the project can be found here.

Thank you.

Pipeline (software) Jenkins (software)

Opinions expressed by DZone contributors are their own.

Related

  • Getting Started With Jenkins
  • How To Use Docker Volume To Build Angular Application With Jenkins Pipeline
  • Streamlining Your Workflow With the Jenkins HTTP Request Plugin: A Guide to Replacing CURL in Scripts
  • Continuous Deployment on Kubernetes With Spinnaker

Comments

Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends: