-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
Jenkins and plugins versions report
Environment
OS : Ubuntu 24.04 LTS
RAM: 16GB
Latest Jenkins version
Latest Tekton-clients plugin version
Latest version of Minikube
What Operating System are you using (both controller, and any agents involved in the problem)?
Ubuntu 24.04 LTS
Reproduction steps
- Create a Simple Tekton Resources .yaml and JenkinsFile (you can follow this repo https://github.com/ahmed-kamal2004/scm or docs ).
- Create a Jenkins pipeline that checkout repo, executes the Jenkinsfile steps.
- Build the created pipeline.
Expected Results
Pipeline Executes with a SUCCESS
state and the resources defined in the .yaml
file (where you defined your tekton resources) are created.
Actual Results
Failture of the piepline, with No such DSL method 'tektonCreateRaw' found....
Anything else?
No response
Are you interested in contributing a fix?
yes,
I come across the code of the plugin, I found it follows well the jenkins documentation for defining DSL methods, so maybe the documentation is depreceated or needs update
willing to have a discussion with the maintainers of the plugin, what I suggest as a fix, is to migrate the architecture of the plugin to follow the architecture of other running (defining DSL methods) plugins
Metadata
Metadata
Assignees
Labels
No labels