How to install a plugin in Teamcity - plugins

i want to download sonarqube plugin for teamcity. Documentation says i can download it from TeamCity Server
But how? Where is the zip file? Where can i download it from??

Usually you can expect to find plugins on the TeamCity plugin repository, but for some reason, author decided to put it to official JetBrains Teamcity server.
So, you have to go to teamcity.jetbrains.com, login as guest, select build for your Teamcity version (10.x or 9.x), click on the latest build and switch to artifacts tab, where you can download the zip, containing the plugin.
Here is the link for 10.x plugin for your convenience.

Related

Installing Groovy and Gradle plugins in Eclipse 4.17 (2020-09) offline

I am trying to add the latest groovy IDE plugin to Eclipse 4.17 (2020-09). The network security blocks access to eclipse marketplace and other sites like dist.springsource.org. Where can I download the appropriate zip archive for offline installation?
Thank you!
Each of the release notes pages on the groovy/groovy-eclipse github site have update site archive links at the bottom.

Updating Version of Jenkins Netbeans Plugin Uses

I'm trying to develop a plugin for Jenkins using NetBeans, which uses the stapler hudsons Jenkins plugin for Jenkins support. However the version of Jenkins it is using is 1.509 when I need 1.580. Is there a way for me to update the Jenkins version the NetBeans plugin is using?
I guess the only way to tweak it is to download the source and compile the plugin. But honestly this is not useful, since the next (Jekins and/or NetBeans) update will break it again. The best thing to do is write an email to "Jesse Glick", who is the maintainer of the plugin, see: https://github.com/stapler/netbeans-stapler-plugin/graphs/contributors. The email is on the GitHub page.

How to upgrade offline instance of sonarqube plugins

I have an instance of sonar on a machine not connected to the internet.
Spent lots of time going through sonarqube doc but do not see anything that addresses this.
The documented method is to use the web server's update center but that seems to only look to the internet for supported/available plugins.
Java and Findbugs plugins are at 2.4 with the fresh install of sonar 4.5.1 and the java plugin that can be downloaded is (executable jar file) is 2.5.1, so I'd like to get as current as I can.
Follow these steps.
Check what plugin version is the latest for your instance on the plugin version matrix documentation page
Download all plugin jars you need (beware of dependencies) by following the download link on each plugin page
Put the jar(s) in the SONARQUBE_HOME/extensions/plugins directory
Stop SonarQube
Start SonarQube
This should do the job.

How to install the Eclipse plugin for Symfony 2?

I want to install the Eclipse plugin for Symfony 2. But I'm stuck at the start.
I'm following the guide at http://pulse00.github.com/Symfony-2-Eclipse-Plugin/.
Prerequisites
At the current stage the Symfony Eclipse Plugin requires a nightly
build of the PHP Development Tools (PDT), as there have been some
changes to the way extenders can hook into PDT. This nightly build can
be downloaded as a build artifact from the eclipse continuous
integration site. You'll need to download a file called
pdt-Update-N[TIMESTAMP]>.zip by clicking the latest build in the build
history -> Build artifacts -> build/N[TIMESTAMP] .
So, I visited the "eclipse continuous integration site" at https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-indigo/ but I couldnt find the file they said: pdt-Update-N[TIMESTAMP].
I just can't find it there. I tried downloading some other files but don't know what to do with them.
#Tool no nightly-build of PDT is needed anymore, simply add the updatesite and install the plugin: http://symfony.dubture.com/installation/
I was running into the same issue. I found this link which is in french, but I was able to gleam the following steps:
Go here
Where it says "build / N0000000000000", click the N00000000000
Then look in the file list near the bottom for the archive.
I found this post was particularly helpful for me
http://www.symfony-zone.com/wordpress/2011/11/07/how-to-build-a-great-eclipse-environment-for-symfony2-development/
As noted in the installation instructions for the Symfony2 Eclipse plugin on Github
https://github.com/pulse00/Symfony-2-Eclipse-Plugin#readme
just add the update site to your available software sites (Help > Install new software > Add)
http://p2.dubture.com

VCSupdate plugin installation

I'm trying to install VCSupdate.zip in teamcity but the instructions online are for TeamCity 4. I'm using the newest version which is 5.1.2 so it doesn't have the data directory like the old one does. How do I install this plugin? Also, if i need to restart teamcity how do I do that?
Found it. The .zip files needs to be placed in the plugin folder which is found in your home directory .buildServer directory. To restart teamcity you can go into administrative tools and click on services on windows and click restart on teamcity server.