-
Bug
-
Resolution: Fixed
-
Blocker
-
Plugin : https://wiki.jenkins.io/display/JENKINS/Release+Helper+Plugin
Jenkins Version : 2.73.3
Release helper plugin(release-helper) : 1.3.2
OS :
NAME="Amazon Linux AMI"
VERSION="2017.09"
ID_LIKE="rhel fedora"
Amazon Linux AMI release 2017.09
Java :
OpenJDK Runtime Environment (build 1.8.0_151-b12)
OpenJDK 64-Bit Server VM (build 25.151-b12, mixed mode)
Firefox : 56.0.2 (64-bit) for macos high sierra 10.13.1
Jenkins installation process:(fresh install)
1 . yum install epel-release
2. yum update
3. echo 'export JAVA_HOME=/usr/lib/jvm/jre-1.8.0-openjdk' | sudo tee -a /etc/profile
4. echo 'export JRE_HOME=/usr/lib/jvm/jre' | sudo tee -a /etc/profile
5. wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat-stable/jenkins.repo
6. rpm --import http://pkg.jenkins-ci.org/redhat-stable/jenkins-ci.org.key
7. yum install jenkinsPlugin : https://wiki.jenkins.io/display/JENKINS/Release+Helper+Plugin Jenkins Version : 2.73.3 Release helper plugin(release-helper) : 1.3.2 OS : NAME="Amazon Linux AMI" VERSION="2017.09" ID_LIKE="rhel fedora" Amazon Linux AMI release 2017.09 Java : OpenJDK Runtime Environment (build 1.8.0_151-b12) OpenJDK 64-Bit Server VM (build 25.151-b12, mixed mode) Firefox : 56.0.2 (64-bit) for macos high sierra 10.13.1 Jenkins installation process:(fresh install) 1 . yum install epel-release 2. yum update 3. echo 'export JAVA_HOME=/usr/lib/jvm/jre-1.8.0-openjdk' | sudo tee -a /etc/profile 4. echo 'export JRE_HOME=/usr/lib/jvm/jre' | sudo tee -a /etc/profile 5. wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat-stable/jenkins.repo 6. rpm --import http://pkg.jenkins-ci.org/redhat-stable/jenkins-ci.org.key 7. yum install jenkins
Currently I am facing below exception. Got this from console log.
Building in workspace /var/lib/jenkins/workspace/TestConfluence FATAL: org.apache.http.impl.client.cache.CacheConfig.setNeverCache1_0ResponsesWithQueryString(Z)V java.lang.NoSuchMethodError: org.apache.http.impl.client.cache.CacheConfig.setNeverCache1_0ResponsesWithQueryString(Z)V at com.atlassian.httpclient.apache.httpcomponents.DefaultHttpClient.<init>(DefaultHttpClient.java:155) at com.atlassian.jira.rest.client.internal.async.AsynchronousHttpClientFactory.createClient(AsynchronousHttpClientFactory.java:53) at com.atlassian.jira.rest.client.internal.async.AsynchronousJiraRestClientFactory.create(AsynchronousJiraRestClientFactory.java:35) at com.atlassian.jira.rest.client.internal.async.AsynchronousJiraRestClientFactory.createWithBasicHttpAuthentication(AsynchronousJiraRestClientFactory.java:42) at rocks.inspectit.releaseplugin.JIRAAccessTool.connect(JIRAAccessTool.java:185) at rocks.inspectit.releaseplugin.JIRAAccessTool.<init>(JIRAAccessTool.java:116) at rocks.inspectit.releaseplugin.releasenotes.ConfluenceReleaseNotesPublisher.perform(ConfluenceReleaseNotesPublisher.java:99) at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:45) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:736) at hudson.model.Build$BuildExecution.build(Build.java:206) at hudson.model.Build$BuildExecution.doRun(Build.java:163) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:496) at hudson.model.Run.execute(Run.java:1737) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:421) Finished: FAILURE