Online or onsite, instructor-led live CI/CD (Continuous Integration / Continuous Delivery) training courses demonstrate through interactive hands-on practice the fundamentals and advanced concepts of CI/CD.
CI/CD training is available as "online live training" or "onsite live training". Online live training (aka "remote live training") is carried out by way of an interactive, remote desktop. Berlin onsite live CI/CD (Continuous Integration / Continuous Delivery) trainings can be carried out locally on customer premises or in NobleProg corporate training centers.
Our training facilities are located at Brückenstr. 4 in Berlin. Located on the fourth floor of a well-kept office building, our premises offer enough space for successful training courses in the heart of Berlin, within walking distance of the Jannowitzbrücke station.
Directions
The NobleProg training facilities are located in the heart of Berlin's Mitte district, just one underground station from Alexanderplatz, one of the centres of this vibrant city. By public transport you can reach us either by underground line U8 to Jannowitzbrücke station, followed by about 100 meters on foot.
Parking
Cars can be parked in the area along Brückenstr. and the nearby side streets, even if you may have to search for a moment. There is no charge for parking.
Local Amenities
Around the Rosenthaler Platz there are numerous small restaurants and shops where you can eat well and cheaply. There are also some hotels close by if you need accommodation for the training.
Our training facilities are located at Dianastrasse 46 in Potsdam-Babelsberg.
Our spacious training rooms are located directly opposite the Filmstudios Babelsberg and offer optimal training conditions for your needs.
Arrival
The NobleProg training facilities are conveniently located near the Medienstadt Babelsberg railway station,
and the A115 motorway is also easily accessible.
Parking
Parking is available in the surrounding streets around our training rooms.
Local Services
Potsdam offers numerous hotels and restaurants and is easily accessible thanks to its well-developed public transport system.
This instructor-led, live training in Berlin (online or onsite) is aimed at intermediate-level to advanced-level developers, DevOps professionals, and architects who wish to design, deploy, and manage resilient applications using microservices, containers, and continuous integration/continuous deployment (CI/CD) pipelines.
By the end of this training, participants will be able to:
Understand and implement microservices architecture.
Deploy and manage containerized applications with Docker and Kubernetes.
Set up and optimize CI/CD pipelines for automated deployments.
Apply best practices for security, monitoring, and observability.
This instructor-led, live training in Berlin (online or onsite) covers advanced Jenkins configurations, security, and scaling techniques, and is aimed at DevOps engineers and software architects who wish to gain expertise in customizing Jenkins for complex software projects.
By the end of this training, participants will be able to:
Optimize Jenkins for enterprise-level software projects.
Implement advanced security measures.
Build complex and scalable pipelines.
Troubleshoot and maintain Jenkins installations effectively.
This instructor-led, live training in Berlin (online or onsite) is aimed at developers who wish to learn and apply the basics of Continuous Integration for Java.
By the end of this training, participants will be able to:
This instructor-led, live training in Berlin (online or onsite) covers the fundamental concepts and usage of Jenkins, and is aimed at software developers and DevOps engineers who wish to set up Jenkins, create and configure jobs, and automate key aspects of the software development process.
By the end of this training, participants will be able to:
Understand the principles of continuous integration and continuous delivery (CI/CD).
Install and configure Jenkins for software automation.
Create and manage Jenkins jobs for building and testing applications.
Set up and customize automated pipelines for software deployment.
SonarQube is a platform for continuous inspection of code quality and security through static analysis and developer-focused reporting.
This instructor-led, live training (online or onsite) is aimed at intermediate-level developers, DevOps engineers, and security practitioners who wish to implement static code analysis, integrate SonarQube into Azure DevOps pipelines, and strengthen secure development practices.
By the end of this training, participants will be able to:
Explain SonarQube architecture, core features, and security-focused rulesets.
Configure SonarScanner with common build tools such as Maven, Gradle, and Ant.
Integrate SonarQube into Azure DevOps pipelines and import Azure Repos for continuous analysis.
Define and tune analysis parameters, add custom rules via the SonarQube API, and interpret security reports.
Apply secure development methodology improvements and map responsibilities within the CI/CD process.
Run hands-on analyses across sample repositories (Java + Quarkus and Angular) and resolve identified issues.
Format of the Course
Interactive lecture and discussion.
Guided, practical hands-on labs with real repositories.
Live configuration, testing, and troubleshooting in an Azure DevOps + SonarQube environment.
Course Customization Options
To request a customized version of this training (different language stacks, deeper DevOps integration, or expanded labs), please contact us to arrange.
This instructor-led, live training in Berlin (online or onsite) is aimed at system administrators and developers who wish to use Argo CD to automate the deployment and lifecycle management of applications.
By the end of this training, participants will be able to automate, monitor, audit, and roll back their Kubernetes systems using Argo CD.
This instructor-led, live training Berlin (online or onsite) is aimed at developers or DevOps engineers who wish to build automation pipelines using CI/CD practices with Python.
By the end of this training, participants will be able to:
Set up the necessary development environment to start building CI/CD pipelines with Python.
Build automated pipelines for testing and publishing Python packages using Travis-CI.
Automate the deployment of containerized applications with Docker and Heroku.
Continuous Integration (CI) is a development practice wherein developers merge changes in their code as often as possible in order to detect and locate errors quickly.
In this instructor-led, live training, participants will learn the basics of Continuous Integration for JavaScript as they step through setting up a Continuous Integration process for a JavaScript project.
By the end of this training, participants will be able to:
Understand the fundamentals of Continuous Integration
Build their own Continuous Integration system for their JavaScript projects
Audience
Developers
IT Professionals
DevOps Engineers
Business Managers
Format of the course
Part lecture, part discussion, exercises and heavy hands-on practice
This instructor-led, live training in Berlin covers the concepts, tools and techniques needed to carry out continuous integration of your software projects in an Agile environment. Participants carry out a series of hands-on exercises throughout the course to apply their knowledge in real situations. Interaction among instructor and participants is encouraged. Real-world cases are discussed and specific issues and questions are addressed and resolved in class.
This instructor-led, live training in Berlin (online or onsite) is aimed at engineers who wish to use Jenkins 2 to build pipelines that automate the process of moving an application from development to production.
By the end of this training, participants will be able to:
Install and configure Jenkins 2.
Adopt a script approach to automating every step of the software deployment process.
Automatically generate application builds when software is checked into a version control system.
Automatically kick off the compiling, testing, and packaging of a software application.
Quickly respond to notifications and reports when things go wrong.
When developers finish writing a piece of code, they often integrate their code into an application, copy the application into a folder, run the application installer, then initialize the application to check whether it runs as expected. This manual approach does not scale very well, is tedious, very error-prone and offers no mechanism for tracking changes during the process.
A better approach would be to automate the process using Continuous Integration. Continuous Integration refers to the processes, tools and infrastructure needed to automate the building, deployment and testing of software applications.
In this instructor-led, live training (onsite or remote), participants will learn how to transform a traditional, manual (or semi-manual) approach to software deployment into an agile, Continuous Integration (CI) one using Jenkins. Participants carry out a series of hands-on, live-lab exercises throughout the course, applying their new knowledge to various software development and deployment problems every step of the way. Interaction among the instructor and participants is encouraged. Real-world cases are discussed and specific issues and questions are addressed and resolved throughout the training. The training is especially focused on .Net application development.
By the end of this training, participants will be able to:
Install and configure Jenkins for .Net application development
Use Jenkins to automate the process of checking in and merging .Net source code into a code repository
Use Jenkins to automate the process of downloading, compiling and deploying an application to a release server
Integrate Jenkins with other software development tools such as issue trackers and
Audience
.Net developers
Build engineers
QA engineers
Project managers
Release managers
DevOps engineers
Format of the Course
Part lecture, part discussion, exercises and heavy hands-on practice
Note
To request a customized training for this course, please contact us to arrange.
This instructor-led, live training in Berlin (online or onsite) is aimed at engineers who wish to use Jenkins X to create automated, cloud-ready CI/CD pipelines on Kubernetes.
By the end of this training, participants will be able to:
Install and configure Jenkins X.
Code resilient CI/CD pipelines using a versatile DSL (Domain Specific Language).
Create CI/CD pipelines that leverage popular technologies such as GitHub, Kubernetes and Docker containers.
Combine Jenkins X with other popular tools such as Helm, Prow, and Skaffold.
Deploy applications to any environment, whether in the cloud or on-premises.
In this instructor-led, live training in Berlin (online or onsite), participants will learn how to create, update, and maintain applications using OpenShift Container Platform.
By the end of this training, participants will be able to:
Undersand OCI (Open Containers Initiative) and its implications for using container enginees such as Docker in OpenShift.
Understand the relationship between the different versions of OpenShift (OKP, OpenShift Container Platform, Red Hat OpenShift, etc.)
Automate the software delivery pipeline.
Apply DevOps principles to deliver software continuously.
This instructor-led, live training in Berlin (online or onsite) is aimed at DevOps engineers and developers who wish to use SonarQube to run code reviews that are fully-integrated into development tool chains, such as Jenkins, GitHub, Azure DevOps, etc.
By the end of this training, participants will be able to:
Set up the necessary development environment to start running automatic code reviews.
Integrate SonarQube with continuous integration tools, such as Jenkins, Azure DevOps, etc.
Run continuous code inspections to eliminate bugs and security vulnerabilities.
Collect and analyze data to drive improvements for code cleanup, maintenance, and security.
Woodpecker CI is a simple yet powerful continuous integration engine designed specifically for self-hosted Git forges like Gitea and Forgejo. It provides a lightweight, Docker-native CI/CD experience without the complexity or licensing overhead of enterprise CI platforms.
Read more...
Last Updated:
Testimonials (5)
Engaging, and hands on practise.
Balavignesh Elumalai - Scottish Power
Course - SonarQube for DevOps
Trainer has in depth experince and well narreated in deed. The depth of the knowledge and the passion for teaching is highly appriciated.
Anup Kumar - SMR Automotive Mirrors Stuttgart
Course - Jenkins 2: Building CI/CD Pipelines
The instructor. I understood what he was teaching which was surprising given my lack of knowledge. If he could teach me, he can teach anyone!!!!
April - OIT
Course - Test Automation with Selenium and Jenkins
I like all the possibilities that I discovered in the course about DevOps options that I can apply in order to have a better CD/CI workflow!
Juan Manuel - si
Course - Jenkins: Continuous Integration for Agile Development
Online CI/CD training in Berlin, Continuous Integration / Continuous Delivery (CI/CD) training courses in Berlin, Weekend Continuous Integration / Continuous Delivery (CI/CD) courses in Berlin, Evening CI/CD training in Berlin, CI/CD (Continuous Integration / Continuous Delivery) instructor-led in Berlin, Continuous Integration / Continuous Delivery (CI/CD) private courses in Berlin, CI/CD coaching in Berlin, Weekend CI/CD (Continuous Integration / Continuous Delivery) training in Berlin, CI/CD trainer in Berlin, CI/CD classes in Berlin, Online CI/CD training in Berlin, CI/CD (Continuous Integration / Continuous Delivery) instructor-led in Berlin, Continuous Integration / Continuous Delivery one on one training in Berlin, Evening CI/CD courses in Berlin, Continuous Integration / Continuous Delivery (CI/CD) on-site in Berlin, Continuous Integration / Continuous Delivery instructor in Berlin, CI/CD (Continuous Integration / Continuous Delivery) boot camp in Berlin