jenkins-infra / crawler

tools crawler
26 stars 65 forks source link

Declarative pipeline can't Groovy #62

Closed daniel-beck closed 7 years ago

daniel-beck commented 7 years ago

@jglick

WorkflowScript: 6: Invalid tool type "groovy". Valid tool types: [ant, hudson.tasks.Ant$AntInstallation, org.jenkinsci.plugins.docker.commons.tools.DockerTool, git, hudson.plugins.git.GitTool, hudson.plugins.groovy.GroovyInstallation, jdk, hudson.model.JDK, jgit, org.jenkinsci.plugins.gitclient.JGitTool, jgitapache, org.jenkinsci.plugins.gitclient.JGitApacheTool, maven, hudson.tasks.Maven$MavenInstallation] @ line 6, column 9.

And according to @abayer

[2017-06-09 19:58:46] <abayer> danielbeck: if there's no symbol, then no, it can't be used in the tools { … } directive. [2017-06-09 19:58:57] <danielbeck> back to scripted then? [2017-06-09 19:59:06] <abayer> Or fix the groovy plugin. =)