You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I already got it working. Why did my first try to reference your plugin from my build.gradle file fail? No idea. I thought it was because it was written in Kotlin. The fault sits always in front of the computer!
The text was updated successfully, but these errors were encountered:
In my case Gradle was version 4.6 and gradle tasks just showed as if the build.gradle file is completely empty. It did not notice the plugin section and the referenced plugin at all. And not error message. Hard to say, what may have caused this.
@kleini commented on Thu Mar 15 2018
I would to stay at first with Groovy DSL in build.gradle files. Can you provide an example how to use your plugin in a build.gradle file?
@mkobit commented on Thu Mar 15 2018
I think this issue is better suited for https://github.com/mkobit/jenkins-pipeline-shared-library-example - is it alright if I migrate it there?
@mkobit commented on Thu Mar 15 2018
A few notes that may be helpful
build.gradle
, but I can add a more specific setup to the other repository@kleini commented on Thu Mar 15 2018
You're right. Migrate it.
Thanks for your hints. I will try to get it working for me and then contribute to your examples.
@kleini commented on Thu Mar 15 2018
I already got it working. Why did my first try to reference your plugin from my build.gradle file fail? No idea. I thought it was because it was written in Kotlin. The fault sits always in front of the computer!
The text was updated successfully, but these errors were encountered: