Save and apply button isn't working in configure system Jenkins - jenkins

I'm facing issue in saving/applying configuration in jenkins (Manage jenkins ---> configure system).
Neither I get an error nor warning. Does anyone face this issue before? If yes then what is the solution to fix this.
Thanks in advance !

Related

source code management setting not saved in jenkins job configuration

I Installed locally Jenkins 2.224 using war file.
I am trying to set a job to pull files from git as on the screenshot below.
but when I save my job and then click configure again - None radiobutton is selected and all git settings are lost. Did it happen to anyone else? I cannot find what is the reason for this issue.
This is a bug in v2.224 that has been fixed in the subsequent version. Upgrading to the latest version should fix your issue.

Jenkins Job stuck in Uploading dSYM to Crittercism

My Jenkins Job worked well, however, recently it usually stuck in
09:10:02 Archiving artifacts
09:10:05 Uploading dSYM to Crittercism...
09:10:06 /home/jenkins/.jenkins/jobs/JobName/builds/23/archive/build/artifacts/Glip-dSYM.zip
Loading .....
It always loading. And I can't stop it unless reboot my Jenkins master server.
My question is
1. How can I stop it unless reboot server?
2. How solve this problem always loading problem?
Thanks in advance.
It seems you are using Jenkins plugin to upload dSYM which is developed by a third party developer. You may refer to its documentation to see if it helps you :
https://wiki.jenkins-ci.org/display/JENKINS/Crittercism+dSYM+Plugin
Otherwise, post a comment underneath it as this seems to be related to Jenkins job and not Apteligent.

Jenkins plugin not showing up

probably a newbish question, but that's what I am. I need to run a post build script, so I installed the post-build-task plugin onto my Jenkins server (v2.5). For some reason, when I go to the job configuration page, there is no checkbox or anything for the plugin. Is there some common pitfall I am stepping into or something?
Edit: I have restarted the server.
So it was a blatantly simple issue. The job I was working in was a pipeline, and it needed to be a freestyle project.
Restarting will update the plugins..

Jenkins build history issue

I am facing a weird issue after upgrading jenkins to 1.632. After upgrade I am not able to see the build history in jenkins and surprise thing is that history is lost for few jobs. I have reverted back the jenkins but still I am not able to see the history. To make this issue more clear I am running Jenkins on tomcat and I just replace the jenkins.war file in webapps directory. I believe it should not have any impact on JENKINS_HOME location. Is there any way to restore the build history? BTW I also tried the option "reload configuration from the disk" but that is also not working. I am running jenkins on Linux box.
Any kind of help is highly appreciated.
Thanks,
Sanjiv

Build stability plugin not able to fetch data from jenkins on sonar dashboard

I have downloaded the build stability 1.1.2 and had it installed to my sonar v3.2. However, upon setting up the Cimanagement and userID/password for the jenkins, no build stability chart is showing, any idea? No data is coming over there..
Can anyone help me out over this issue??
Thanks in Advance!!
I found the solution.. Actually i was using "Hudson:hudson.glassfish.org/job/hudson/"; URL in Cimanagement property in POM.xml this URL was given as an example over "docs.codehaus.org/display/SONAR/Build+Stability+Plugin"; link whereas i had to use my own job URL in jenkins which is "Hudson:localhost:8080/jenkins/job/Maven_SVN_Trial_1/"

Resources