1:56 manage Jenkins > manage plugins > type Pipeline [enter] > scroll. Yeah great for you, but on my machine the (ticked) entry is grayed out. WTF? 2:40 our Jenkins server is not connected to the Internet for security reasons. Cannot Download. 5:30 Actually useful.
1) I think you did not pay attention, Plugin shows uninstall button that means it is already installed on my machine. 2) You can download the plugin offline and install it. 3) Thanks
hello sir can u explain how to write checkout code without using pipeline syntax option? what is workspace =pwd() pwd means? the video is not clear even at 720p
1) You can use git plugin in pipeline configuration, no need to write checkout in pipeline script 2) PWD() mean current folder path. 3) I can see clear video with 720p
Hello,Will the same work if i just copy paste the same code as described above in groovy sandbox which we have taken out from pipeline script?
set your playback speed to 1.25
i guess it is kinda randomly asking but do anyone know of a good place to stream newly released series online?
@Princeton Imran i would suggest Flixzone. Just google for it :)
@Ellis Cairo definitely, I've been watching on flixzone for months myself :D
@Ellis Cairo thanks, I signed up and it seems like they got a lot of movies there =) Appreciate it!!
@Princeton Imran glad I could help xD
can you explain diff b/w declarative and scripted pipeline with examples.....
Video description has official link which has very good explanation of declarative and scripted pipeline with an examples
Hi Sam, could u share the real time pipe line script which u have
Hi can u start new series... Ur videos r very informative....
1:56 manage Jenkins > manage plugins > type Pipeline [enter] > scroll. Yeah great for you, but on my machine the (ticked) entry is grayed out. WTF?
2:40 our Jenkins server is not connected to the Internet for security reasons. Cannot Download.
5:30 Actually useful.
1) I think you did not pay attention, Plugin shows uninstall button that means it is already installed on my machine.
2) You can download the plugin offline and install it.
3) Thanks
sir can you please share the complete pipeline script
Nice one
Hi, I love your videos! Is there any way to contact you?
you can mail me on my mail id
Self Learning and what is your email address?
@@samsonawane09 what is your email address Please
hello sir
can u explain how to write checkout code without using pipeline syntax option? what is workspace =pwd() pwd means?
the video is not clear even at 720p
1) You can use git plugin in pipeline configuration, no need to write checkout in pipeline script
2) PWD() mean current folder path.
3) I can see clear video with 720p
Content is really good . can you suggest any tool or online URL where we can format our Jenkins script.
Please check this link if this can help you. jenkins.io/blog/2018/11/07/Validate-Jenkinsfile/
Hi, I have few questions on Jenkins pipeline. Can I contact you over email?
Pls share your email to contact back. Thank you.
Content is good but you needs to speak fast and without so many pauses.
You can increase playback speed. The videos are very good.
In pipeline as code, you shouldn't be using UI at all.
Trigger the pipeline and provide variables you need UI. you can not provide that from web hook
thanks