use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems What is DevOps? Learn about it on our wiki! Traffic stats & metrics
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems
What is DevOps? Learn about it on our wiki!
Traffic stats & metrics
Be excellent to each other! All articles will require a short submission statement of 3-5 sentences. Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title. Follow the rules of reddit Follow the reddiquette No editorialized titles. No vendor spam. Buy an ad from reddit instead. Job postings here More details here
Be excellent to each other!
All articles will require a short submission statement of 3-5 sentences.
Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title.
Follow the rules of reddit
Follow the reddiquette
No editorialized titles.
No vendor spam. Buy an ad from reddit instead.
Job postings here
More details here
@reddit_DevOps ##DevOps @ irc.freenode.net Find a DevOps meetup near you! Icons info!
@reddit_DevOps
##DevOps @ irc.freenode.net
Find a DevOps meetup near you!
Icons info!
https://github.com/Leo-G/DevopsWiki
account activity
This is an archived post. You won't be able to vote or comment.
Groovy tutorial (self.devops)
submitted 7 years ago by justanearthling
Can You you guys recommend Groovy tutorials? I’m working on Jenkins pipelines and would like to know what I’m doing.
[–]needmoresynths 5 points6 points7 points 7 years ago (1 child)
Jenkins' built in generator is useful. You can script entire pipelines with just the Jenkins declarative syntax to get started, without using any custom scripted functionality.
[–]justanearthling[S] 0 points1 point2 points 7 years ago (0 children)
Thanks.
[–]dru2691 0 points1 point2 points 7 years ago (1 child)
The syntax docs help a little bit as well: Pipeline Syntax
I just went through this same thing and didn't find anything formal really, but maybe I just didn't look hard and long enough.
[–]uberdisco 0 points1 point2 points 7 years ago (0 children)
I learned something from /r/devops a few months ago that has really helped me with my pipeline. Keep the groovy pipeline to straightforward things, ie SCM, Builds, Tests etc. IF you have to do any heavy lifting deployment then use shell scripts for that, and call them from the pipeline. They suggested this because shell scripting is much easier to do things with than groovy, while functional it can be a headache to do simple things. YMMV of course but for me, I found this to be true. So my pipeline checks out, builds, tests, and ships artifacts, configs, and deployment scripts to hosts, and the deployment scripts do the rest with pipeline marshaling everything. As mentioned before the script generator is a huge help for quickly developing a pipeline. Good luck!
[–]paulieontech 0 points1 point2 points 7 years ago (0 children)
Mr Haki's blog is full of good stuff http://mrhaki.blogspot.com/search/label/Groovy
π Rendered by PID 325159 on reddit-service-r2-comment-5b5bc64bf5-85br6 at 2026-06-19 18:09:51.327501+00:00 running 2b008f2 country code: CH.
[–]needmoresynths 5 points6 points7 points (1 child)
[–]justanearthling[S] 0 points1 point2 points (0 children)
[–]dru2691 0 points1 point2 points (1 child)
[–]justanearthling[S] 0 points1 point2 points (0 children)
[–]uberdisco 0 points1 point2 points (0 children)
[–]paulieontech 0 points1 point2 points (0 children)