Skip to content

Conversation

@turboBasic
Copy link
Owner

No description provided.

- Add BasePipeline class for calculating default job name
- Rename Pipeline to WorkflowPipeline
- Make WorkflowPipeline and MultiBranchPipeline subclasses of
  BasePipeline
@turboBasic turboBasic added the enhancement New feature or request label Jan 5, 2024
@turboBasic turboBasic added this to the v1.1 milestone Jan 5, 2024
@turboBasic turboBasic self-assigned this Jan 5, 2024
@turboBasic turboBasic linked an issue Jan 5, 2024 that may be closed by this pull request
@turboBasic turboBasic force-pushed the feature/auto-job-name branch 2 times, most recently from 56d1423 to ba4759c Compare January 5, 2024 14:33
As long as JobDSL scripts are executed in a context of Jenkins master
the file system of project repository is not available, thus we
must provided it to JobDSL scripts so that default names of generated
pipelines can be calculated on Jenkins master
- Provide Project repo root to JobDSL scripts
- Process all DSL files in seed job and make Seed job not dependent on a
container directory of JobDSL scripts. Leave it to jobdsl package classes
to decide if all found DSL files will be processed or only a subset in a
well-known directory
@turboBasic turboBasic force-pushed the feature/auto-job-name branch from ba4759c to ce17ef4 Compare January 5, 2024 14:37
@turboBasic turboBasic merged commit 157efba into main Jan 5, 2024
@turboBasic turboBasic deleted the feature/auto-job-name branch January 5, 2024 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable JobDSL scripts automatically determine job names

1 participant