Тёмный
DevBObs
DevBObs
DevBObs
Подписаться
Terraform Curso para Latam
3:02
19 часов назад
How-To for Azure DevOps Pipelines with templates
25:46
5 месяцев назад
Jenkins running as a Service
6:01
4 года назад
How to configure Jenkins options
7:48
4 года назад
How to configure Jenkins agents
4:30
4 года назад
Azure DevOps - Overview
9:37
4 года назад
Комментарии
@bmoney013
@bmoney013 Месяц назад
This was a huge help and a great demonstration of how to step by step migrate to using templates. Thank you!
@DevBObs
@DevBObs 7 дней назад
Glad it was helpful!
@shivagoudbalamoni-y8y
@shivagoudbalamoni-y8y 5 месяцев назад
Hi bob, my name is shiv I stay in Tampa are you coming to 16th April event in amateur works in Tampa let’s meet for collaborations and have more conversations.please let me know.
@DevBObs
@DevBObs 5 месяцев назад
Hello. I don't know about the event. But sure, let me know and I will try to be there.
@munniras3377
@munniras3377 10 месяцев назад
could you post starter and release jobs groovy files please.
@DevBObs
@DevBObs 5 месяцев назад
Sorry for delayed answer. Could you elaborate more so I can try to help?
@user-lg1ru2hg6n
@user-lg1ru2hg6n 10 месяцев назад
I have a project repository on Bitbucket with approximately 600 branches, including features and hotfix branches. I've recently created a new pipeline in Bitbucket to scan the code using SonarCloud. I've also created a bitbucket-pipelines.yml file in the master branch. My goal is to apply this pipeline configuration to all existing branches. Currently, the bitbucket-pipelines.yml file is only in the master branch. When I make changes in the master branch, the pipeline is triggered, but it doesn't trigger when I make changes in any other branch. Can you please provide a solution for this issue?
@Armstrongnl
@Armstrongnl Год назад
Dude, is there any tutorial for bitbucket cicd for aws ec2(ubuntu)
@kavvashivareddy161
@kavvashivareddy161 Год назад
I want detailed explanation bro.. Using this bit bucket for project
@sunnyfullstack2737
@sunnyfullstack2737 Год назад
Thanks , Good explanation. I want to pass group of variables to python script file from azure pipeline.yml Can you please help me .
@DevBObs
@DevBObs 5 месяцев назад
Did you solve the challenge? I was out for a while.
@Unks-w8l
@Unks-w8l Год назад
Great videos! I do not see more recent content :(
@DevBObs
@DevBObs 7 дней назад
More videos are coming, I was out for a while but I am back.
@MrPreet23
@MrPreet23 Год назад
If you have 10 repos and you need a particular user to only see a specific repo without having access to view all repos , how it can be done ?
@azuredevopsbyrajeshkumarm
@azuredevopsbyrajeshkumarm Год назад
for more content on Azure DevOps, watch here: ru-vid.com/show-UCIHRqMTGXSdVw0CCYyFH1Hg
@asatya786
@asatya786 Год назад
Hey, Thank you for the video. It's really nice I want downstream job to be triggered only when my upstream in successful, can we do that ?
@DevBObs
@DevBObs Год назад
Yes you can.
@DevBObs
@DevBObs Год назад
You have to use the variables result and ask for == SUCCESS and not Null. Sometimes the job doesn't fail and the result variable is null.
@Nodorgrom
@Nodorgrom Год назад
Most true helpful an information with awesome examples!
@amitsethi0843
@amitsethi0843 Год назад
I have been trying to run the following but it keeps throwing an error saying No item named /var/lib/jenkins/workspace/jenkins-script/jenkinsMain found build job: "/var/lib/jenkins/workspace/jenkins-script/jenkinsMain", parameters: [ [ $class:'StringParameterValue',name: 'buildSteps',value: 'build/deploy'] ]
@himanshuupadhyay2520
@himanshuupadhyay2520 Год назад
Hi, i am also facing same issue. Did you figured out how to resolve it?
@DevBObs
@DevBObs 5 месяцев назад
I hope you both solve the issue. I was out for a while.
@suprajakarumanchi9683
@suprajakarumanchi9683 Год назад
Thanks for the Nice video. May I know how to set environment/global variables so that they can be used across stages. I have used environment {} for static. To create dynamic enviroment variables I want to clarify what is the best way to do it.
@matarah68
@matarah68 Год назад
Excellet work! Thank you so much.
@illyricus1
@illyricus1 2 года назад
Really helpful, thanks man.
@karthicksettu9735
@karthicksettu9735 2 года назад
The first machine where you install your agent ..should be always running ..right ?
@DevBObs
@DevBObs 5 месяцев назад
It depends on the goal. It should be an always runner agent.
@sabrinakung4936
@sabrinakung4936 2 года назад
Hi, I'm wondering if it is possible to tigger another pipeline job on different Jenkins pod?
@DevBObs
@DevBObs 2 года назад
Yes, absolutely
@rninness
@rninness 2 года назад
Thanks for the video. I was banging my head because I was using the PAT that I had created for git which I only restricted to source control access only! Make sure the PAT you use has correct access!
@DevBObs
@DevBObs 2 года назад
Glad it helped!
@PunkSage
@PunkSage 2 года назад
How do you load environment variables from file in Azure yaml?
@DevBObs
@DevBObs 5 месяцев назад
You will have to do it dynamically, loading the file and using macros for it
@sindujasinduja6157
@sindujasinduja6157 2 года назад
Hi..thanks for the video. Is it possible to send a user input as a parameter from one pipeline to other instead of predefined jenkins variable build number
@DevBObs
@DevBObs 2 года назад
Yes it is. Use the input feature, create an environment variable and send it in the parameter section to the other side.
@DevBObs
@DevBObs 2 года назад
Go to the input section here www.jenkins.io/doc/book/pipeline/syntax/ take a look how you can catch the value and that value here, can be send to the other jenkins job as a parameter too. 😊
@rafaelvieiradeandrade3051
@rafaelvieiradeandrade3051 2 года назад
Hi, it's possible to set a propert to block download zip file with object from branch?
@user-kt7bn7gq8h
@user-kt7bn7gq8h 2 года назад
Great video man! I was looking for a downstream pipeline trigger and parametar sharing option for a whole day! Your work is appreciated!
@walkercheahet
@walkercheahet 2 года назад
how to add multi-agent in same pool?
@walkercheahet
@walkercheahet 2 года назад
Does it need the same setup for the azure container instances as an agent?
@mohammedrazani2227
@mohammedrazani2227 2 года назад
Concise, detailed and well explained examples.
@UnDarkVader
@UnDarkVader 2 года назад
Great video! Thanks a lot!
@anupomghosh7670
@anupomghosh7670 2 года назад
Very well explained. How to keep the agent always in online state even if we close the terminal?
@ahmadnalzam2421
@ahmadnalzam2421 Год назад
ya i aso still looking at this. is that the terminal can not closed?
@DevBObs
@DevBObs 5 месяцев назад
Sorry for delayed answer. I was out for long time. Did you solve the challenge?
@gueguet_code4818
@gueguet_code4818 2 года назад
Hello and thanks for the video ! What would be the proper way to keep the Linux agent online ? Adding ./run.sh as a startup service or something... ?
@DevBObs
@DevBObs 2 года назад
Yes. Keep it as a service.
@siladityabhaumik495
@siladityabhaumik495 2 года назад
you can try: nohup run.sh &
@pradeepkumarvenkata1793
@pradeepkumarvenkata1793 2 года назад
My requirement is : How can i use the Build_Number of Job1 in Job2? Job2 has to send a mail which has subject and it will display Job1 Build_Number Please Suggest?
@DevBObs
@DevBObs 2 года назад
You can use BUILD_NUMBER environment variable and send it to next downstream job.
@pradeepkumarvenkata1793
@pradeepkumarvenkata1793 2 года назад
@@DevBObs Thanks for your reply. In this case,Do these two jobs need parameter plugin or these can be independent, If so,can you provide some pipeline script also?
@GR-yp6ru
@GR-yp6ru 2 года назад
Great explanation and verry usefull. Thanks!
@JTJDWB
@JTJDWB 2 года назад
Hello! I would like to know if i want to create a subproject on the page using pipeline script how do i do it? Because for freestyle projects the downstream projects will be shown on the page but not for pipeline and i am currently using pipeline and i want to display the downstream project! Looking forward to your reply :)
@DevBObs
@DevBObs 2 года назад
You wont see it. It is a Jenkins ui design. The downstream jobs are going to be shown in the logs. 😉
@JTJDWB
@JTJDWB 2 года назад
@@DevBObs oh thank you for replying!! Is it because it has to be triggered by an upstream project for the Subproject section to appear? This was what i read online about the plugin!
@anamau3942
@anamau3942 2 года назад
Estoy iniciando en integracion continua, no entendi como lo haria de manera local, sin cuenta AWS
@DevBObs
@DevBObs 2 года назад
Necesitas instalar Java y luego puedes descargar el .jar y listo. Son los mismos pasos para unix o window
@stef9019
@stef9019 2 года назад
I didn't know Azure pipline variables also functioned as System Environment Variables for that application, thanks! That saved me a lot of time.
@ravipremani6201
@ravipremani6201 2 года назад
Hi, Can you please help me on how can I attach my downstream job to my upstream pipeline Basically I want my pipeline (upstream job) should be integrated with the downstream job
@DevBObs
@DevBObs 2 года назад
Hi. Sorry i didn't get the question. This is actually what i am doing in the job. The job excution can be anything. Is your downstream job a pipeline too or simply a job?
@ravipremani6201
@ravipremani6201 2 года назад
@@DevBObs Basically my upstream job is triggering the downstream job and it ends there, from there my downstream job starts I want like my upstream should wait till the time my downstream job is completed
@DevBObs
@DevBObs 2 года назад
@@ravipremani6201 ok got it. You can add an extra property to the job definition. After propagate you can add wait: true. That will wait until downstream job finished.
@DevBObs
@DevBObs 2 года назад
@@ravipremani6201 please let me know whether that worked or not.
@ravipremani6201
@ravipremani6201 2 года назад
@@DevBObs so when I kept the wait : true property it is waiting in the upstream job itself it is not going in the downstream job My upstream job takes max 2 seconds to complete
@ernestoluismosquera
@ernestoluismosquera 3 года назад
Thanks for the video very useful.
@teguaycogutierrezgonzalez8802
@teguaycogutierrezgonzalez8802 3 года назад
Excellent explanation! Thanks a lot mate
@DevBObs
@DevBObs 2 года назад
Glad it helped! If you are interested in this topic let me know and I will try to do something else later.
@teguaycogutierrezgonzalez8802
@teguaycogutierrezgonzalez8802 2 года назад
@@DevBObs Yeah sure! Always interested in good quality content like this one. Keep it up!
@ratheeshkaran
@ratheeshkaran 3 года назад
I followed the same steps and When I run the pipeline, I am getting an error message “##[error]unable to read data from the transport connection: connection reset by peer”. Could you please help on resolving this?
@tinatran9159
@tinatran9159 3 года назад
what the application did you run the command. After I run some error happen
@tinatran9159
@tinatran9159 3 года назад
and the config command not working
@DevBObs
@DevBObs 5 месяцев назад
Did you solve the problem?
@learnmsazure9569
@learnmsazure9569 3 года назад
How to use Secret variables within child templates?
@ankitaagarwal9568
@ankitaagarwal9568 3 года назад
I want to ssh multiple remote servers in parallel and perform some executions. How can I perform that in Jenkins?
@DevBObs
@DevBObs 3 года назад
I will recommend taking a look at Ansible. You can execute Ansible with Jenkins but if that is the main goal. The right tool will be Ansible and there are multiple reasons why you should do it that way rather than over-complicating your solution with just Jenkins.
@raghureddy5220
@raghureddy5220 3 года назад
how to run a specific stage on all nodes matching a label?
@DevBObs
@DevBObs 3 года назад
Great question. Same way you define an agent at root level, it is possible to do the same at stage level. Take a look at the documentation www.jenkins.io/doc/book/pipeline/syntax/#stage-level-agents
@AprilToprak
@AprilToprak 3 года назад
Awesome! Thanks! but I still can't understand pipelines lol
@DevBObs
@DevBObs 3 года назад
It is easy. Actually, once you start working with a kind of pipeline you will be able to understand the other ones.
@sudhirgoswami2882
@sudhirgoswami2882 3 года назад
Hi Sir - Can you help me with how to sync two repositories with different regions. one repo used by some other team and one used by some other. Is there any script available to sync both same repositories? repo is bitbucket.
@DevBObs
@DevBObs 3 года назад
Try the git repository mirror. I don't think is a good solution because I think you are looking for both team using different repositories and keep both in sync right? I know you can do mirroring but if something is changed in the destination repo then the mirror is broken. That is a homework and pending task.
@sudhirgoswami2882
@sudhirgoswami2882 3 года назад
@@DevBObs basically both are repos are replica but only difference between repo 1 is used by dev team where they working dev related work and second repo is for selenium test project where test automation tam is writing the test cases.. So bottom line is to sync the code.. without doing manual stuff
@sudhirgoswami2882
@sudhirgoswami2882 3 года назад
mindblowing explanation, hats off to you sir. I have 1 question like what is the difference between interactive and service setup?
@DevBObs
@DevBObs 3 года назад
Hi. Interactive you have to manually run the configuration. As a service is the there is any interruption, the service will try to restore the agents.
@sauravrajmitra6804
@sauravrajmitra6804 3 года назад
How to decide during runtime on which stages to run in parallel...for example I pass the stage names in build with parameters and those stages only should run in parallel...please help with the solution
@DevBObs
@DevBObs 3 года назад
You can create a share library and make decision based on parameters. Keep in mind you can run a specific pipeline based on your inputs. You define both but you decide when to run which one.
@srcinfo
@srcinfo 3 года назад
Very helpful guide. Helped me a lot! Thank you!
@DevBObs
@DevBObs 3 года назад
Glad to hear it!
@vladimirvarona1502
@vladimirvarona1502 3 года назад
I have tried this with ubuntu 20.04. I provide the url and the personal access token but it does not even try to connect. Any idea? the agent version I am using is V2.187.2. Thanks in advance.
@carloscoliver9427
@carloscoliver9427 3 года назад
Question: this PIPELINE option comes in a Premium Bitbucket version? because I don't see this option in the repositories of my Work place
@suryatripathi5917
@suryatripathi5917 3 года назад
Very nice ! Can we automate to repository changes of github to Azure git repository using Jenkins job. Please let me know if you have created any video on this.