-
Improvement
-
Resolution: Unresolved
-
Major
The help files of global functions are currently named similar to their groovy files with the *.txt suffix. Markdown and html are supported formats for help files, but without the corresponding file suffix editors and IDEs are not able to support syntax highlighting.
Code changed in jenkins
User: Daniel Spilker
Path:
docs/Home.md
docs/Migration.md
job-dsl-core/src/main/docs/examples/javaposse/jobdsl/dsl/helpers/triggers/TriggerContext/gitlabPush.groovy
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/triggers/GitLabTriggerContext.groovy
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/triggers/TriggerContext.groovy
job-dsl-core/src/test/groovy/javaposse/jobdsl/dsl/helpers/triggers/TriggerContextSpec.groovy
http://jenkins-ci.org/commit/job-dsl-plugin/c3d89c37971fd2eba301f967ab45e155ffad53c6
Log:
enhanced support for the GitLab Plugin and deprecated support for older versions
[FIXES JENKINS-41485]