Public Sector

We've had the pleasure of working with UK and overseas central and local government departments, including Healthcare (NHS and Foundation Trusts), Defence, Education (Universities and colleges), many of the main Civil Service departments, Emergency Services; also public-owned corporations including the BBC, Bank of England, Ordnance Survey, and regulatory bodies such as Ofgem.

We are registered on Crown Commercial Service’s (CCS) Dynamic Purchasing System (RM6219 Training and Learning) and also with numerous tender portals such as Ariba, Coupa and Delta E-Sourcing.

Read more...

Graduate Training Schemes

Framework Training has a strong track record of providing a solid introduction into the working world for technical graduates across myriad industries. We provide the opportunity to learn and gain valuable hands-on experience in a supportive, friendly and sociable training environment.

Attract & retain the brightest new starters

We know it is vital for our clients to invest in the future of their talented grads; not only to provide them with high-quality, professional training essential for their roles, but to embed them within the organisation’s culture and guide them on the right path to a successful career.

After all, your new hires could well be the next leaders and their creative ideas and unique insights are invaluable to your business.

Read more ...

Learning & Development

Our unique portfolio of high-quality technical courses and training programmes are industry-respected. They’re carefully designed so that delegates can seamlessly apply what they’ve learnt back in the workplace. Our team of domain experts, trainers, and support teams know our field — and all things tech — inside out, and we work hard to keep ourselves up to speed with the latest innovations. 

We’re proud to develop and deliver innovative learning solutions that actually work and make a tangible difference to your people and your business, driving through positive lasting change. Our training courses and programmes are human-centred. Everything we do is underpinned by our commitment to continuous improvement and learning and generally making things much better.

Read more...

Corporate & Volume Pricing

Whether you are looking to book multiple places on public scheduled courses (attended remotely or in our training centres in London) or planning private courses for a team within your organisation, we will be happy to discuss preferential pricing which maximise your staff education budget.

Enquire today about:

  • Training programme pricing models  

  • Multi-course voucher schemes

Read more...

Custom Learning Paths

We understand that your team training needs don't always fit into a "one size fits all" mould, and we're very happy to explore ways in which we can tailor a bespoke learning path to fit your learning needs.

Find out about how we can customise everything from short overviews, intensive workshops, and wider training programmes that give you coverage of the most relevant topics based on what your staff need to excel in their roles.

Read more...

Building CI/CD Pipelines with Jenkins

Pipeline as Code: Mastering Jenkins for Continuous Integration and Continuous Delivery / Deployment

About the course

Achieving faster, more reliable software releases is paramount for modern development teams. Continuous Integration (CI), Continuous Delivery (CD), and Continuous Deployment (CD) are the practices that enable this, and Jenkins is the leading open-source automation server used to implement them.

This course provides developers with the practical skills and in-depth knowledge required to build, configure, and manage robust CI/CD pipelines using Jenkins.

You will gain a solid understanding of the core concepts behind Jenkins and the principles of CI/CD. The course focuses heavily on Pipeline as Code, teaching you how to define your entire build, test, and deployment workflow directly within a Jenkinsfile. Learn how to integrate your pipelines seamlessly with source code management systems, various build tools, code analysis platforms, and artifact repositories.

Featuring extensive hands-on exercises, the course ensures you get practical experience creating complex multi-stage pipelines, securely handling credentials, implementing automated testing and reporting, and understanding how to set up and manage Jenkins in modern production environments, including using Docker and Kubernetes. We also cover essential topics like using Shared Libraries for pipeline reusability and managing Jenkins users and security.

By mastering Jenkins and the techniques of modern pipeline development, you will be well-equipped to automate your software delivery lifecycle, enabling your teams to achieve faster feedback, improve quality, and deliver software more reliably.

For custom courses that reflect your technical stack we can suggest software and tooling (e.g., Maven/Gradle) and integration plugins for popular IDEs (e.g. VS Code, IntelliJ, Eclipse...) and tailor your training for maximum value and relevance.

Instructor-led online and in-house face-to-face options are available - as part of a wider customised training programme, or as a standalone workshop, on-site at your offices or at one of many flexible meeting spaces in the UK and around the World.

    • Explain the principles and benefits of Continuous Integration, Continuous Delivery, and Continuous Deployment.
    • Define and manage CI/CD pipelines using the "Pipeline as Code" approach with Jenkinsfile.
    • Implement multi-stage pipelines that automate building, testing, and deployment processes.
    • Integrate Jenkins pipelines with key development tools, including SCM, build tools, and testing frameworks.
    • Manage sensitive credentials securely within your Jenkins pipelines.
    • Utilise Jenkins features for pipeline reusability, such as Shared Libraries.
    • Deploy and manage Jenkins effectively within containerised environments like Docker and Kubernetes.
    • Troubleshoot common Jenkins pipeline configurations and failures.
    • Automate aspects of the software delivery lifecycle to improve release frequency and reliability.
  • This course is designed for software developers, DevOps engineers, build engineers, and anyone involved in automating the software build, testing, and deployment lifecycle using Jenkins. It is particularly suitable for:

    • Development teams adopting or seeking to improve their Continuous Integration and Continuous Delivery practices.

    • Developers who want to learn how to define and manage their build pipelines as code using Jenkinsfile.

    • DevOps and Build Engineers responsible for setting up, maintaining, and optimising Jenkins automation servers.

    • Professionals looking to leverage Jenkins for efficient and reliable software delivery workflows.

  • Participants should have:

    • A basic understanding of software development principles.

    • Familiarity with using a command line or terminal interface.

    • Some experience with a version control system (such as Git) is highly recommended, as pipeline examples will integrate with source code repositories.

    No prior experience with Jenkins is required.

  • This Jenkins course is available for private / custom delivery for your team - as an in-house face-to-face workshop at your location of choice, or as online instructor-led training via MS Teams (or your own preferred platform).

    Get in touch to find out how we can deliver tailored training which focuses on your project requirements and learning goals.

  • Introduction to Jenkins & CI / CD

    • Software Development processes

    • Jenkins platform overview

    • What is Continuous Integration?

    • What is Continuous Delivery?

    • What is Continuous Deployment?

    • Key Features

    • Pipeline as Code

      • Defining pipelines in versioned code like Jenkinsfile

      • Benefits of Pipeline as Code (versioning, review, consistency, collaboration, disaster recovery)

    Jenkins Pipelines

    • Build automation basics

      • Checking out Source Code from SCM

      • Integrating specific Build Tools (e.g., executing Maven, Gradle, npm, pip commands within a pipeline stage).

      • Integrating Code Quality/Analysis tools (mentioning static analysis, linting steps).

      • Publishing Build Artifacts.

      • Sending Notifications (e.g., email, Slack) based on build status.

      • Managing Credentials securely within pipelines.

    • Declarative vs. Scripted Pipelines and key Declarative syntax

      • agent

      • stages

      • steps

    • Continuous Deployment / Delivery

    • Declaring your project language (Java, JavaScript, Python, PHP, Ruby)

    • Running multiple steps

    • Recording and reporting test results

    • End of pipeline tasks

    Your first Jenkins build

    For on-site / private courses we can customise this section to match your production environment and tech stack.

    • Creating the Jenkinsfile

    • Creating a Project in GitHub

    • Committing your JenkinsFile to Git

    • Forking / Cloning from your repository

    • Creating your Pipeline

    • Adding a Test stage

    • Adding a Deliver stage

    • Cleaning up

    Jenkins in production

    • Using a Jenkinsfile

    • Job chaining and visualisation

    • Shared libraries

      • Creating reusable pipeline code

      • Structure (e.g., vars, src directories)

      • Referencing and using library steps/code within a Jenkinsfile

      • Benefits for consistency and maintainability across multiple pipelines

    • Running Jenkins in a Docker container

    • Deploying Jenkins using Kubernetes

    • Pipeline Development tools

    • Package management

    • Managing Users & Credentials

    • Agents and Distributed Builds.

    • Jenkins security considerations

Trusted by

Crown Commercial Service Supplier (CCS) logo AMEC company logo University of Oxford logo / crest

Public Courses Dates and Rates

Please get in touch for pricing and availability.

Related courses