java-tutorials/jenkins-modules/jenkins-jobs/README.md

8 lines
794 B
Markdown
Raw Normal View History

2022-12-28 04:39:20 -05:00
## Relevant Articles
- [Trigger Another Job from a Jenkins Pipeline](https://www.baeldung.com/ops/jenkins-pipeline-trigger-new-job)
2023-01-11 02:10:47 -05:00
- [Fixing the “No Such DSL method” Error in Jenkins Pipeline](https://www.baeldung.com/ops/jenkins-pipeline-no-such-dsl-method-error)
2023-01-11 03:10:10 -05:00
- [Jenkins Pipeline Change to Another Folder](https://www.baeldung.com/ops/jenkins-pipeline-change-to-another-folder)
2023-01-18 18:41:04 -05:00
- [How to Stop a Zombie Job on Jenkins Without Restarting the Server?](https://www.baeldung.com/ops/stop-zombie-job-on-jenkins-without-restarting-the-server)
2023-03-09 02:49:54 -05:00
- [Running Stages in Parallel With Jenkins Workflow / Pipeline](https://www.baeldung.com/ops/running-stages-in-parallel-jenkins-workflow-pipeline)
2023-03-30 10:22:08 -04:00
- [Skip a Stage in a Jenkins Pipeline](https://www.baeldung.com/ops/jenkins-pipeline-skip-stage)