How To Stop a Build in Jenkins
2:55
20 сағат бұрын
What’s New in CloudBees CI 2.462.1.3
4:06
How To Make Jenkins Node Online
2:40
How To List Jobs in Jenkins
2:45
14 күн бұрын
How To Keep a Build in Jenkins
2:23
14 күн бұрын
How To Run a Groovy Script in Jenkins
2:39
How To Import Jenkins Jobs
2:18
28 күн бұрын
How To Export Jenkins Jobs
1:54
28 күн бұрын
How To Disable Jenkins CLI
5:40
How To Use Jenkins CLI
6:01
Ай бұрын
Open Source: Zukunft oder Risiko?
31:44
How To Use Devbox With Jenkins
9:52
Пікірлер
@ahmedu7605
@ahmedu7605 2 күн бұрын
Instead of setting build name for a specific jobs. How do I set the build name for every build run with sequence number? Example: (name_#1), (name_#2)
@DevOpsPulse
@DevOpsPulse 3 күн бұрын
thank you
@anhkhuong231
@anhkhuong231 5 күн бұрын
Hmmm video it's oke but how to i can get script in video?
@iilayaraja
@iilayaraja 7 күн бұрын
Is there is any way we can set custom token for jenkins api?
@jianling-i9p
@jianling-i9p 7 күн бұрын
splendid
@JonatanEdOrtiz
@JonatanEdOrtiz 7 күн бұрын
Great, thanks!
@Buddyboy776
@Buddyboy776 7 күн бұрын
You helped with my job today
@kmart007
@kmart007 7 күн бұрын
I think you should offer paid courses on CI/CD pipelines on your platform. Great Teacher! Thank you.
@Jaswa007
@Jaswa007 8 күн бұрын
It worked and resolved my issue thank you very much...
@excitingbalu4759
@excitingbalu4759 8 күн бұрын
Thank you so much Mr. 🎉
@RudiWelter-f2r
@RudiWelter-f2r 9 күн бұрын
Very clear. Except that webhooks don't work when you've a running jenkins docker on localhost. No push events are coming through.
@RudiWelter-f2r
@RudiWelter-f2r 9 күн бұрын
Solved this with use of webhookrelay service. Now all works.
@RudiWelter-f2r
@RudiWelter-f2r 9 күн бұрын
Very clear. Except that webhooks don't work when you have a running jenkins docker on a localhost.
@sreehari8978
@sreehari8978 11 күн бұрын
That was a very clear explanation. Thank you so much
@jnayehsirine6222
@jnayehsirine6222 13 күн бұрын
this is the best video so far , that shows how to start , Thanks for making it easier !
@ImSh1ni
@ImSh1ni 16 күн бұрын
If someone else was checking step-by-step and got revision invalid error. Change default version from "master" to "main" to resolve revision problem
@abhimanyuhowshe7873
@abhimanyuhowshe7873 17 күн бұрын
Finally solved the error of build in node offline by installing the jenkins on new ec2 instance and following this video . Thanx
@sairak3514
@sairak3514 17 күн бұрын
I have a question. If my label name is different than node name and I passed node name instead of label name, will it work? agent { label "$NODE_NAME"}
@rawats6751
@rawats6751 19 күн бұрын
Hi Darin, Hope you are doing great. Information are useful for me. But my query is, how we can stash only two files from current dir. Like if we want dockerfile and package.josn from working dir. Working on a React project.
@mohacs
@mohacs 19 күн бұрын
@darinpope thank you for the video. I have a question, can I use functions come with plug-ins. Let's say Pipeline Utility Steps -> readYaml within the groovy file?
@chrisre2751
@chrisre2751 21 күн бұрын
how will the command look like, if I like to replay-pipeline? I try java -jar jenkins-cli.jar -s <jenkins-url> replay-pipeline <job-path> -s Script1 < test.groovy but this didn"t work
@nithin.krishna.t
@nithin.krishna.t 22 күн бұрын
How do i get the console of job2 also to be displayed in job1?
@marcelerasmus6835
@marcelerasmus6835 22 күн бұрын
Short, concise and to the point. Good job on these tutorials.
@alan-j
@alan-j 22 күн бұрын
@CloudBeesTV @darinpope Good one.
@muddassirnazir334
@muddassirnazir334 23 күн бұрын
What does X in Jenkins X stand for?
@backendjava
@backendjava 23 күн бұрын
teach how to do it with a docker based jenkins install
@thinixbr
@thinixbr 24 күн бұрын
thanks for the content!
@gabrielreinfalke2277
@gabrielreinfalke2277 24 күн бұрын
How do I leave the thresholds where they are and clean up the space?
@MassimilianoAdamo1967
@MassimilianoAdamo1967 26 күн бұрын
you can add this to the systemd service: ExecStartPre=+install -o jenkins -g jenkins -m 0700 -d /var/run/jenkins
@alan-j
@alan-j 27 күн бұрын
103rd view.
@bakurarevenge
@bakurarevenge 29 күн бұрын
Tq
@bakurarevenge
@bakurarevenge 29 күн бұрын
Tq
@bakurarevenge
@bakurarevenge 29 күн бұрын
Tq
@everismalaga3514
@everismalaga3514 29 күн бұрын
la igualdad ya existia hace mmucho tiempo quie no se hagan , nunca fuerojn a a pedir trabajo a la obra
@praneethbharadwajaghadiyaram
@praneethbharadwajaghadiyaram 29 күн бұрын
Thank you so much Mr. Darin Pope.
@ravurivivek581
@ravurivivek581 29 күн бұрын
Hi thanks for explanation can you please do me a favour about Jenkins pipeline i.e., If a stage fails in the Jenkins pipeline then the next stages should be skipped and I don't want to see the failure on skipped stages in the Jenkins pipeline UI
@andyward1970
@andyward1970 29 күн бұрын
Great tutorial, thank you
@SharadEknathGaikwad
@SharadEknathGaikwad 29 күн бұрын
For big file size job is getting crashed what is the alternates for upload 300KB .csv file
@Linitsh
@Linitsh Ай бұрын
you made awesome jenkins lessons - very thanks!
@xiyuewang5891
@xiyuewang5891 Ай бұрын
Dear Sir, can I ask you a question? What is the line endings used for your pipeline script? I am kind of confused since Windows uses and linux uses . So is there a convert mechanism that converts the line endings of the jenkinsfile somewhere?
@user-vg8vw6zq5k
@user-vg8vw6zq5k Ай бұрын
I Need to add two vcenter links/hosts under NO_PROXY variable. How would I do it?
@DrayCool-df8kj
@DrayCool-df8kj Ай бұрын
The audio is bad.
@Sven1335
@Sven1335 Ай бұрын
werbung ist gut keine werbung ist besser , wie kann man eine halbe stunde werbung schalten
@IndianSumaira
@IndianSumaira Ай бұрын
Can i install smee in a container and jenkins in another instead of seperate vms? will that work ?
@jehovah0121
@jehovah0121 Ай бұрын
Is it possible to lock a resource dynamically, say, by a build parameter?
@IndianSumaira
@IndianSumaira Ай бұрын
the free plan will allow our access for 4 hours only?
@PsycheSwift
@PsycheSwift Ай бұрын
I was expecting a little more on this topic. It’s very concise. Nevertheless, I always appreciate your video instructions on Jenkins 😊
@VijayKumar-cy4ny
@VijayKumar-cy4ny Ай бұрын
Thank you! I am trying to use Jenkins credentials helper for the secrets text in the scripted pipeline but it's not working, I have gone through the documentation and it says credentials helper only works with environment declarative. As am bound to use a scripted pipeline can you suggest a solution for using Jenkins credentials helper for the secrets text in the scripted pipeline
@kevinconnors1707
@kevinconnors1707 Ай бұрын
thanks for the refresh
@mirnabakhoum2534
@mirnabakhoum2534 Ай бұрын
Thanks alot, It was very clear and to the point
@malaikkaniv2757
@malaikkaniv2757 Ай бұрын
Thank you!