After an upgrade got a red box in jenkins:
There are dependency errors loading some plugins:
When I visit plug in page: there are no upgrades available:
When I visit Available tab, Ruby run-time is already installed with 0.12 version and there are no updates for the Gitlab Hook Plugin
How do I fix this?
I had the same issue on Ubuntu 16.04 + with openjdk 9. I switched to oracle JDK 8, the plug-in installed properly.
Check the plug-in if it's installed. It wasn't installed with gitlab plug-in install for me.
Hope this helps !
In case of windows issue with Jenkins try reinstall Jenkins from "Program Files x86" to C:\Jenkins.
This solved issue with GitLab Hook and Ruby-runtime plugins.
Related
I ran across the problem and installed that plugin from disk on Intellij Idea. The plugin that I would like to install from the disk is docker-maven-plugin jar file downloaded from maven central repository. The error message showed is "Fail to load plugin descriptor from file docker-maven-plugin-0.36.1.jar" while I was installing that jar file from disk. Any help will be appreciated in advance.
docker-maven-plugin version :0.36.1
Maven version:Apache Maven 3.0.5 (Red Hat 3.0.5-17)
Java version: 1.8.0_292, vendor: Red Hat, Inc.
Docker version :Docker version 20.10.8
OS: Centos 7 on Virtualbox
I am running RobotFramework tests on Jenkins which has been fine until recently. There is now a mismatch in ChromeDriver and Chromium Versions. Initially the error was ChromeDriver would only work with Chrome 83, so I upgraded it the latest 86. Now I'm getting a new error as follows.
SessionNotCreatedException: Message: session not created: This version of ChromeDriver only
supports Chrome version 86
Current browser version is 85.0.4183.83 with binary path /usr/bin/chromium-browser
So I have gone too far with my ChromeDriver Version now it seems. Does anyone know how to upgrade chromium-browser to 86 or downgrade ChromeDriver to 85 in JENKINS. I will take either. I am not using Docker just incase you think it might an image issue.
All help greatly appreciated.
im new working with linux OSs, i would like to install Ephesotf but the point is that im having trouble while i am trying to install Ephesoft version 4.0.2.0 in ubuntu 16.10, the error is this below:
Updating paths in properties file. Please wait...
Installing/Updating "libpng12-dev" for Ephesoft.
E: Package 'libpng12-dev' has no installation candidate
Error occurred while installing "libpng12-dev"
Exiting from script...
I have been trying to install it separeted but im failing, so like this i canĀ“t move on, please help me.....
Be aware that Ubuntu 16.x is not supported by Ephesoft:
http://wiki.ephesoft.com/linux-4-x-release
You can update the installer script but I won't recommend it. I'll just switch to a supported Linux OS.
Ben
I had the same problem while I was trying to install Ephesoft community software on Ubuntu 16.04 LTS. I tried all the things that you have metioned MGM. Finally I found out that ephesoft currently does not support 16.04 LTS and only works for ubuntu 14.04 LTS and 14.10 as they have mentioned on their website. They may release an update for 16.04 LTS in 2018. I am sorry I don't have the url where I read that as of now.
I installed ubuntu 14.04 currently and it installs perfectly there. There is very less help on using this software's community version though.
What I am doing is just replacing the jenkins.war file with the older version...anything else which needs to be changed ?
I am trying to downgrade from version 2.7.4 to 1.580.3 , but i am getting loads of errors while just redeploying the war file...I think there are some other changes need to be checked
to downgrade jenkins you should follow the equivalent steps to the upgrading process for additional information look at this link
http://www.thegeekstuff.com/2016/06/upgrade-jenkins-and-plugins/
I have installed the HockeyApp plugin (v1.2.0) on Jenkins (v1.590), restarted Jenkins but the "Upload to HockeyApp" option is not showing in the list of post build actions.
What am I missing?
I had this same problem with Jenkins v1.609 and HockeyApp plugin v1.2.0.
I got the plugin to work by upgrading Java to version 8 (installed as a homebrew cask).