Dinesh

Results 96 comments of Dinesh

Yes, I'm using [JobScriptsSpec](https://github.com/sheehan/job-dsl-gradle-example/blob/master/src/test/groovy/com/dslexample/JobScriptsSpec.groovy). Here is the my code. **** ``` @Unroll void 'MySettings Config file #file.name'(File file) { given: JobManagement jm = new JenkinsJobManagement(System.out, [:], new File('.')) ConfigFileContext cfgProvider...

Let me try explaining this differently: I have a DSL job in my jobs directory. Its reading a xml file from the workspace. The path of the file is passed...

I am sorry `data object` is very confusing to me. I had a very hard time mapping my brain that an `object` is a static singleton (which in itself a...

the injectable package has a ton of issues. I thought it would be nice to have some first-class support for injectable annotation. But I would totally agree if you think...

Perhaps it's a good idea to have a separate plugin for PhpStorm? Or Having at least `import`(s) and `return`(s) highlighted as purple/pink would be cool :). Thoughts?

@samdark - I have time to work on this but having a hard time wrapping my head around how tokenizing works. Can you give me a basic example of how...

Same issue. - Mac M1 Pro - Docker version 20.10.17, build 100c701 - docker-compose version 1.29.2, build 5becea4c **Fails during build:** ``` bash docker-compose build --no-cache ``` ``` > [...

I ran into a similar error. I don't know the actual root cause of the issue but think the ledger is corrupted. Try starting over. remove all the volumes and...

> Can not add a new item at last index? Yeah I tried doing that. Problem is, user can move around the placeholder. Is there by any chance can we...