MuleSoft CI/CD Jenkins + GitHub - Deploying Mule Application in Cloudhub using Jenkins | Mule 4

preview_player
Показать описание
Before Getting Started.
Make sure you have installed Jenkins on your local,
Make sure your code is committed in GitHub and have a valid anypoint platform account with username and password values in hand.
make sure you have installed Java,Git and maven as well
To check the status of installation use below commands:
Go to CMD
type:
for java status: java -version
for maven status: mvn --version
for github status : git --version

Then actual process starts now:

Make sure your project is committed in git

Make sure your project has pom config with cloud hub deployment as Shown in video


Click on create Job --
Give a name(prefer project name) and select Freestyle Project
General Section :
Add description
Source Code Management:
-If you see None , then please install GitHub Plugin . For that . Goto Home page of jenkins and click Manage Jenkins Which is on left side
Click on Manage Plugin and search for GitHub in Availlable filter mode
- Once you see Git option. Enter details like Git repo link of your project
-Add Git Credentials

Build :
select Execute windows batch command if you are using windows OS


-~-~~-~~~-~~-~-
Please watch: "Implement an API using Anypoint Code Builder #ACB @sravanlingam #mule4 #mulesoft #salesforce"
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

U are awesome... very easy to understand ... anyone can learn mulesoft just by following ur videos.. thanks a lot

sandhyagowda
Автор

Sravan
For every video I have to say thank you
U r next level bro
Keep going

Ashok_Simhadri
Автор

Great videos Sravan!, never seen such an deep and detailed explanation :)

rohanshellay
Автор

Excellent bro the information you are providing is remarkable ❤️ a huge thanks to you

mayuria
Автор

Thanks a lot gor your sessions. It helps me a lot in clearing my concepts. Keep up the good work. 😀

selmonbhoi
Автор

Hi Sravan, This video is really helpful. And i have a question, I think deploying mule application from anypoint platform's run time manager look simpler than using Jenkins where we need to do lot of configurations and all. So, what benefit Jenkin adds to us? Can you please reply to this comment?

shivajs
Автор

Great its so helpful please do videos onpremise Deployment

sekarbabu
Автор

please organize all your videos in playlist it becomes easier for to refer your videos

kumarmouthik
Автор

Please do a session on Microsoft Azure CI/CD too. Thanks in advance

vinodhbharathi
Автор

Hi Sravan. Can you please explain for azure devops cicd for mulesoft.

Thanks in advance!!!

jeebankumarbodasingi
Автор

Hi, very clean explanation. can u help me how can in specify altdeploymentrepository syntax for me. i m using ubuntu machine, i want to store jar file in /home/manoj/snapshots folder what will be syntax

machireddysaivenkatamanojk
Автор

How we can deploy domain dependency app with Jenkins?

brijesh_pal
Автор

Bro are you providing any mule soft trainings personally like is there any batch that you start in this month please let me know

mayuria
Автор

help me!! How do I script jenkins to run this command to deployer anypoint-cli runtime-mgr cloudhub-application deploy --bearer ${ACCESS_TOKEN} --organization and to modify anypoint-cli runtime-mgr cloudhub-application modify --bearer $ {ACCESS_TOKEN} --organization I need the command to do this in jenkinsfile

MrRafaelwars
Автор

Your video now is quite old as Git do not support username/password authentication method

musafirRider
Автор

Here in command instead of writing the password can we access from work config properties or can we store anywhere and access here in Jenkins. Command

mayuria
Автор

Thanks a lot this is helpful to learn cicd process and i have followed same process but i am alos getting 403 error i have verified and tired to rebuild but 403 Forbidden: {"status":403, "message":"User unauthorized to access requested resource."}.Could you help me here

niranjanreddy
Автор

I am seeing below error.

Execution default-deploy of goal failed: Index 1 out of bounds for length 1

arunasriramulu