How to upgrade the Jenkins in mac machine - plugins

I have installed the jenkins in my mac machine through Mac Installer, my current jenkins version is 1.628 when I opens Manage Jenkins page it shown as below screen shot. I would like to update the jenkins to newer version 1.630, so can any one please suggest me how to upgrade?, If I upgrade is there any issue to my existing jenkins configuration and jobs? .

Step1
Click the download link to download the latest jenkins.war of version 1.630.
Step2
Replace the old jenkins.war (version 1.628) in your Mac to this new jenkins.war (version 1.630) and restart jenkins.

Related

How to upgrade Self-hosted action runner?

Self-hosted GitHub actions runner installed on Linux, Windows and Mac systems.
I need to upgrade the runner version to latest on Linux, Windows and MacOS.
How to check the currently installed Runner version?
In runner log and service status side, I can't find the information.
How to upgrade the runner to latest version?
Please help me with information. Thanks in advance.
Go to the self hosted runner directory, list folders, you should see the bin and externals directory with the version suffix bin.2.288.1, externals.2.288.1 - most current should have symlink with full directory. Also you can check version of each component listener, plugin-host,worker in /bin directory json files. There's no need to force updating self hosted runner - it should update automatically to the latest. One scenario in which you will need to update the runners manually is inside docker container - you can use this script:
https://github.com/GarnerCorp/github-actions-runner/blob/cb604618a600bd5174f3dbc8d51d15eee6585c68/scripts/install-runner

jProfiler - need to deploy linux agent via UCD

I need to deploy the agent using puppet or UCD.
We are using jProfiler Version 11.0.1.
I've tried to get the download path for that version, but all I can get via Documentation is the version for jProfiler 12.0.
Is there any way to get the download link for older versions of jDownloader Agent?
JProfiler 11.1 can be downloaded at:
https://www.ej-technologies.com/download/jprofiler/version_111
Agent-only downloads are only available starting with JProfiler 12. In previous versions you can use the remote integration wizard (Session->Integration Wizards->New Remote Integration) to create archives that only contain the agent files.

Teamcity Unmet Requirements: powershell_x86_Edition equals Desktop

I just updated my TeamCity server and I am suddenly getting this error message on my build agent.
I made a copy of the old installation, and the buildAgent.properties are the exact same. The Plugin folder for powershell exists aswell.
Does anyone have an idea on how to fix this?
I had the same problem when moved the build agent from windows to linux, and found the solution here.
In short:
Make sure powershell is installed on the server where the build agent is running.
You can set Platform and (Since TeamCity 2017.1) Edition properties at the PowerShell build step Edit page.
Edition: on windows Desktop, on linux Core
Platform: could be x64 or x86 based on installed version
If you set these properties correctly, it should meet the requirements, and you can use the build agent as before.

How to downgrade to 1.3.0

Im using win xp and got upgraded to 1.3.1 which is not xp compatabile so login keeps failing.
https://windows.github.com/release-notes.html
How to downgrade to 1.3.0?
Thanks
You probably have no real solution here. As they don't provide older version binaries for GitHub for Windows, you cannot install it unless you have an installation file.
GitHub recently merged GitHub for Windows and GitHub for Mac into one application: GitHub Desktop and it requires Windows 7 or later:
https://desktop.github.com/
In short, you cannot use any official desktop app from GitHub since they don't support XP anymore.
As alternative, you can use GitHub in your browser, push commits from your command line or a desktop client that supports XP.

How to install the jenkins sonar plugin manually?

How can I download and install the jenkins sonar (version 2.1) plugin to jenkins (version 1.532)?
We cannot use the jenkins Update Center, as it failes to connect to the update site:
hudson.util.IOException2: Failed to download from http://jenkins-updates.cloudbees.com/download/plugins/sonar/2.1/sonar.hpi
Please note that opening the firewall to the update site is not an option we wish to consider - for security reasons, we want to do this process manually.
How can this plugin be installed manually?
tx
Well, it's pretty straightforward:
Manually download the HPI file with the link you provided
Then install the HPI manually in your Jenkins