Skip to content

DevOps - DB

DevOps - DB

  • Home
  • DevOps – Laboratory
    • Architecture
    • DNS
    • Docker/Vagrant images
    • Elasticsearch/Kibana
    • GitLab
    • Jenkins
    • Kafka
    • Nexus
    • OpenLDAP
    • Registry / DevPi
    • Terraform
    • Vault
  • Knowledge Base
    • Ansible
    • Cassandra
    • Docker
    • GitLab
    • Golang
    • Groovy
    • Jenkins
    • Kubernetes
    • Linux
    • MongoDB
    • Pipelines
    • PostgreSQL
    • Python
    • Security
    • Terraform
    • Vagrant
    • Vault
  • Pipelines
  • Contact / About me
  • Support / Donate
    • Home
    • Knowledge Base
    • Groovy
Groovy Jenkins Pipelines Security

Jenkins – Script Security Model: Deep Dive into the Groovy Sandbox

devops-db.com 16 March 2026 0 Comments

Jenkins pipelines allow users to execute Groovy code to automate builds, deployments, and infrastructure operations. Because this code may come from repositories or contributors who do not have administrative access…

Groovy Jenkins Pipelines

Jenkins – Designing a Modular Jenkins Pipeline Framework for Scalable CI/CD

devops-db.com 16 March 2026 0 Comments

Introduction As CI/CD pipelines grow alongside modern microservice architectures, Jenkins pipelines often become increasingly complex. What starts as a simple Jenkinsfile quickly evolves into a large script containing build logic,…

Groovy Jenkins

Jenkins – Dynamic Jenkins Parameters with Active Choices (Groovy + API)

devops-db.com 9 March 2026 0 Comments

In many CI/CD workflows, pipelines need to adapt based on dynamic infrastructure data. For example: Hardcoding these options inside Jenkins parameters quickly becomes unmaintainable. A much better approach is using…

Ansible Groovy Jenkins Jenkins Kubernetes

Jenkins – Ansible Playbooks

devops-db.com 17 July 2024 0 Comments

Hello, in this post, I want to show one of the ways we can use to run Ansible playbooks in the Jenkins pipeline. The method I chose was the simplest,…

Groovy Knowledge Base

Groovy – Call python script with Stream result

devops-db.com 22 May 2024 0 Comments

In this post, I will show another way to call scripts or shell commands via Groovy. This time using Java’s ProcessBuilder, using the InputStreamReader to collect returns, but using the…

Groovy Knowledge Base

Groovy – Copy file to Docker Container

devops-db.com 20 May 2024 0 Comments

In this post, in addition to the previous one, I want to show how to copy a file into a Docker Container in Groovy / Java, this will be very…

Groovy Knowledge Base

Groovy – Run command in Docker Container

devops-db.com 20 May 2024 0 Comments

Hello! In this post I will show, in a piece of code, how to execute commands in Docker containers in Groovy or Java. As a dependency, the GitHub library com.github.dockerjava…

DevOps - Laboratory Groovy Jenkins Jenkins Knowledge Base

Jenkins – Class for Logs in pipelines

devops-db.com 15 May 2024 0 Comments

In this post, I will show another change to our Shared Library, as expected, this library must be incremental. At this point, I created another classpath with some classes to…

Groovy Knowledge Base

Groovy – Operations with Yaml and Json

devops-db.com 14 May 2024 0 Comments

In this Knowledge Base post, I will leave 2 pieces of very simple and extremely similar code, how to read and write Yamls or Jsons, either by loading files or…

Groovy Knowledge Base Python

Groovy – Call python script with return

devops-db.com 13 May 2024 0 Comments

Here in this post, I want to leave one more piece of code, which will be useful later on, like a groovy script, you can make a python script call…

Categorias

  • Home
  • DevOps – Laboratory
    • Architecture
    • DNS
    • Docker/Vagrant images
    • Elasticsearch/Kibana
    • GitLab
    • Jenkins
    • Kafka
    • Nexus
    • OpenLDAP
    • Registry / DevPi
    • Terraform
    • Vault
  • Knowledge Base
    • Ansible
    • Cassandra
    • Docker
    • GitLab
    • Golang
    • Groovy
    • Jenkins
    • Kubernetes
    • Linux
    • MongoDB
    • Pipelines
    • PostgreSQL
    • Python
    • Security
    • Terraform
    • Vagrant
    • Vault
  • Pipelines
  • Contact / About me
  • Support / Donate

You Missed

Groovy Jenkins Pipelines Security

Jenkins – Script Security Model: Deep Dive into the Groovy Sandbox

Groovy Jenkins Pipelines

Jenkins – Designing a Modular Jenkins Pipeline Framework for Scalable CI/CD

Jenkins Pipelines

Jenkins – Modular Jenkins Pipelines Using Include Files

Blog Jenkins Jenkins Kubernetes Security

Jenkins – Resolving Jenkins Kubernetes Agent TLS Failures After HTTPS Migration

DevOps – DB

Copyright © All rights reserved | Blogus by Themeansar.