How to Configure Groovy in Jenkins
Timecodes ⏱:
00:00 Introduction
00:18 Overview
01:47 Starting point
02:43 Install the Groovy plugin
04:32 Create a pipeline job that uses the withGroovy step
05:32 Create Groovy 3.0.8 installation using Install Automatically using Install from Groovy website
08:28 Create Groovy 2.5.14 installation using GROOVY_HOME
10:08 Create Groovy 2.4.21 installation using Install Automatically using Extract *.zip/*.tar.gz
12:38 Create JDK 11.0.11 installation and use it with Groovy 3.0.8
15:05 Conclusion
#jenkinstutorial #apachegroovy #jenkinspipeline
Information referenced in this video:
Jenkins LTS 2.289.1
https://www.jenkins.io/changelog-stable/#v2.289.1
Groovy plugin
https://plugins.jenkins.io/groovy/
CloudBees on Twitter:
Tweets by CloudBees
Darin on Twitter:
Tweets by DarinPope
source
Leave us a comment Cancel reply
COMMON QUESTIONS
Categories
- Agile Coach
- ARTIFICIAL INTELLIGENCE
- Block chain
- Business Analyst BA
- DATA science
- Development
- Devops Automation
- Dotnet
- Education
- Free Job training and assistance
- Information
- Infrastructure automation
- Interview questions
- JAVA
- jobs
- Learn
- Machine learning
- Python Automation
- QA Automation
- RPA Automation
- SAP crm
- Scrum master Agile
- Skill
- UI Design
- Uncategorized
2 Comments
danish khan
May 13, 2022 03:20 amtools { groovy '3.0.8'} < why this doesn't work to switch to diff versions of groovy ..but with jdk it works.. since groovy also a tool it should work
lavenderinrain
May 13, 2022 03:20 amThank you Darin! This is a great tutorial! What are the benefits (motivation) of using groovy in jenkins in comparison to dsl based on groovy (jenkins declarative pipeline) or python?