-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
For the Job-DSL plugin on Jenkins CI website, I could not find an example of how to define the RTC Build Configuration (i.e. Stream and Load Options)
https://jenkinsci.github.io/job-dsl-plugin/#path/job-scm-rtc
Is it possible to include an example for defining the below config?
Thanks
- is blocked by
-
JENKINS-34173 DescribableModel rejects PasswordParameterValue due to use of Secret
-
- Open
-
- relates to
-
JENKINS-57435 Cannot configure SSH credentials via Job DSL
-
- Resolved
-
[JENKINS-54345] Job-DSL RTC Build Definition
Description |
Original:
For the Job-DSL plugin on Jenkins CI website, I could not find an example of how to define the RTC Build Configuration (i.e. *Stream* and *Load Options)* Currently what is listed is: [https://jenkinsci.github.io/job-dsl-plugin/#path/job-scm-rtc] job('example-1') { scm { rtc { buildDefinition('buildDefinitionInRTC') } } } job('example-2') { scm { rtc { buildWorkspace('some-workspace') connection('my-build-tool', 'build-user', 'https://localhost:9444/ccm', 60) } } } Is it possible to include an example for defining the below config? !image-2018-10-15-08-55-49-311.png! Thanks |
New:
For the Job-DSL plugin on Jenkins CI website, I could not find an example of how to define the RTC Build Configuration (i.e. *Stream* and *Load Options)* [https://jenkinsci.github.io/job-dsl-plugin/#path/job-scm-rtc] Is it possible to include an example for defining the below config? !image-2018-10-15-08-55-49-311.png! Thanks |
Component/s | New: job-dsl-plugin [ 16720 ] | |
Component/s | Original: plugin-site [ 21221 ] | |
Key | Original: WEBSITE-526 | New: JENKINS-54345 |
Workflow | Original: WEBSITE: Software Development Workflow [ 232105 ] | New: JNJira + In-Review [ 232404 ] |
Project | Original: Jenkins Website [ 10401 ] | New: Jenkins [ 10172 ] |
Status | Original: To Do [ 10003 ] | New: Open [ 1 ] |
Issue Type | Original: Task [ 3 ] | New: Improvement [ 4 ] |
Link | New: This issue is blocked by JENKINS-34173 [ JENKINS-34173 ] |
If you use the Dynamic DSL - https://github.com/jenkinsci/job-dsl-plugin/wiki/Dynamic-DSL, those details are enough?
Then you can go to the <YOUR_JENKINS_URL>/plugin/job-dsl/api-viewer/index.html#plugin/teamconcert link to see those DSLs.
This particular ticket regarding the JobDSL should be moved to another component. I'll do this now.