Questions tagged [automatic-install]

3 questions
4
votes
2 answers

Docker Jenkins - Automatically installed Maven + Open Java not working together

Jenkins Installed from docker image jenkinsci/docker - README.me Plugins Pipeline Maven Plugin configureTools JDK : name : Java 10 install automatically : true (extract *.zip/*.tar.gz) url :…
LE GALL Benoît
  • 7,159
  • 1
  • 36
  • 48
1
vote
1 answer

Automatic installation of plugins in Android Studio

For my project in Android Studio I need a plugin. Since I want other developers to use and test my code, they have to download the plugin manually when opening the project. What could I implement that Android Studio automatically installs this…
Y.Millner
  • 41
  • 1
  • 6
0
votes
1 answer

Problem letting Jenkins install Groovy on nodes

I'm trying to setup Groovy in jenkins, so that it automatically is installed on an agent when performing jobs on it. This is my global configuration: This is my groovy build-step: When I run the job, I get this error: The user testrpm does have…
paddy3k
  • 149
  • 1
  • 11