Learn how to fix the “No such DSL method” error in Jenkins Pipeline.
Also find me here:
Baeldung Author
baeldung
This is the standard author on the site. Most articles are published by individual authors, with their own profiles, but when multiple people have a strong contribution, we publish collectively here.
Here's what I've written (so far):
Baeldung on Ops
- All
- Docker (57)
- Jenkins (21)
- Git (12)
- Kubernetes (9)
- Series (2)
- Logging (2)
- DevOps (2)
- Deployment Tools (2)
- DevOps Concepts (1)
- Cloud (1)
How to Get the API Token for Jenkins
Filed under Jenkins
Learn how to generate and use an API token in Jenkins.
What is the Default WORKDIR in a Dockerfile?
Filed under Docker
Learn about the default value of the WORKDIR instruction in Docker.
Trigger Another Job from a Jenkins Pipeline
Filed under Jenkins
Learn how to create a job that internally triggers another job in Jenkins.
Run Multiple Commands in Docker Run
Filed under Docker
Learn how to run multiple commands on the startup of a Docker container.
Fixing Git ‘remote: Repository not found’ Error
Filed under Git
A quick and practical guide to fixing “Repository not found.” git errors.
Update Jenkins from WAR
Filed under Jenkins
Learn how to update Jenkins with the Jenkins WAR file.
How to Sync a Forked Repository on GitHub
Filed under Git
Learn how to sync a fork with its original repository using both GitHub’s web UI and the command line.
How to Run TestNG Tests on Jenkins
Filed under Jenkins
Learn the steps needed to run TestNG tests on Jenkins.