jenkinsci / JenkinsPipelineUnit

Framework for unit testing Jenkins pipelines
MIT License
1.55k stars 396 forks source link

How to setup an initial gradle process #653

Open Pymann opened 9 months ago

Pymann commented 9 months ago

Describe your use-case which is not covered by existing documentation.

I'm starting from scratch. I would like to go for gradle 8. How to write a first test from scratch without having any gradle process?

Does your repository contain such examples?

Reference any relevant documentation, other materials or issues/pull requests that can be used for inspiration.

No response

Are you interested in contributing to the documentation?

Yes I like to, but need help to start.

nre-ableton commented 9 months ago

I'm a bit confused here. You write:

I would like to go for gradle 8. How to write a first test from scratch without having any gradle process?

So are you using gradle or not?

Also, there are examples in the README about using gradle. Are they not complete enough?