Nice, these kind of information like how we do things in production is what every other tutorials are missing, you are exactly pointing out wat to perform in production. Good Work mate.
Hi, I need to add a tag to a specific commit through jenkins. How can I achieve that? I should be able to choose the branch name and the commit id. And once I add these values, tags should be created for that commit id.
In my scenario I have multiple services with yaml folders in repo.. for example in gitlab backend/services/ i have multiple micro services>>> so I want to deploy a particular service with version by using git tags with Jenkins cicd..and my docker and kubernates files in aws (ECR and EKS).. I'm new to jenkins.. earlier i created a pipeline setup with bitbucket pipeline but I'm new to jenkins pls help me ...
Thanks for the excellent guide sir. I have different scenario, In which I need to implement deploy to dev, testing, staging and production servers.currently I am acting this by creating separate Jenkins pipelines and triggering via webhook on merge. But problem is even if I merge dev to testing, staging and production jobs will be trigged and deployed. I know this is unnecessary since those branches have no change. what is the possible strategy for this kind of scenario, Thank you sir.
Nice, these kind of information like how we do things in production is what every other tutorials are missing, you are exactly pointing out wat to perform in production. Good Work mate.
Clearly to the point.. Simply and helpful. Thank you
This was really helpful- simply and clearly said. Thank q
Thank you for the excellent video. I wonder if you can please add a prod grade example.
Hi, I need to add a tag to a specific commit through jenkins. How can I achieve that? I should be able to choose the branch name and the commit id. And once I add these values, tags should be created for that commit id.
In my scenario I have multiple services with yaml folders in repo.. for example in gitlab backend/services/ i have multiple micro services>>> so I want to deploy a particular service with version by using git tags with Jenkins cicd..and my docker and kubernates files in aws (ECR and EKS).. I'm new to jenkins.. earlier i created a pipeline setup with bitbucket pipeline but I'm new to jenkins pls help me ...
Are you having multiple repos multiple files or all in single repo?
Jenkins Multibranch pipeline can solve your problem
Hi Could you please make a video for pipeline job instead of a freestyle project ??
Sure
Excellent.Thank you
How can we manage the tag if there is any application bug after deploymnet?
Ideally it goes as new release with new tag
Without using Jenkins can we deploy using gitlab tags?
Thanks, this really help me
Thanks for the excellent guide sir. I have different scenario, In which I need to implement deploy to dev, testing, staging and production servers.currently I am acting this by creating separate Jenkins pipelines and triggering via webhook on merge. But problem is even if I merge dev to testing, staging and production jobs will be trigged and deployed. I know this is unnecessary since those branches have no change. what is the possible strategy for this kind of scenario,
Thank you sir.
@
Tomy Vithayathil Have you found a solution for this.? Am having the same scenario
@@cggirl7481 I haven’t got a solution, Later I moved to azure devops and bitbucket pipelines.