Jenkins Setup Wizard Fail with 'An error occurred during installation: No such plugin: cloudbees-folder'

5,290 views
Skip to first unread message

masaru tsuchiyama

unread,
May 5, 2018, 1:00:48 AM5/5/18
to jenkins...@googlegroups.com
Hi,

Jenkins Setup Wizard failed with
 'An error occurred during installation: No such plugin: cloudbees-folder' for Jeknkins 2.119 on Fedora 28.

I tried to install and setup Jenkins in the following procedures.
--------------------------------------------------------------------------
sudo wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat/jenkins.repo
sudo rpm --import https://pkg.jenkins.io/redhat/jenkins.io.key
sudo dnf install -y jenkins
sudo chkconfig jenkins on
sudo /etc/init.d/jenkins start
sudo firewall-cmd --permanent --add-port=8080/tcp
sudo firewall-cmd --reload

paste the result of 'sudo cat /var/lib/jenkins/secrets/initialAdminPassword' to the browser.

select 'Install Suggested Plugins'.

I got the following error.

An error occurred

An error occurred during installation: No such plugin: cloudbees-folder


error-jenkins-2.119.png

masaru tsuchiyama

unread,
May 16, 2018, 6:03:21 AM5/16/18
to jenkins...@googlegroups.com
I clean-installed Fedora 28 (64bit) on Virtualbox, and installed jenkins 2.122.
But the result was the same.

If you need further information to investigate, please let me know.

Regards.
Masaru.


2018年5月5日(土) 14:00 masaru tsuchiyama <m.tm...@gmail.com>:

masaru tsuchiyama

unread,
May 20, 2018, 3:08:14 AM5/20/18
to jenkins...@googlegroups.com
Hi,

I found a workaround.

$ diff /etc/init.d/jenkins.org /etc/init.d/jenkins
80c80,81
< JAVA_CMD="$JENKINS_JAVA_CMD $JENKINS_JAVA_OPTIONS -DJENKINS_HOME=$JENKINS_HOME -jar $JENKINS_WAR"
---
> JAVA_CMD="$JENKINS_JAVA_CMD -Dhudson.model.DownloadService.noSignatureCheck=true $JENKINS_JAVA_OPTIONS -DJENKINS_HOME=$JENKINS_HOME -jar $JENKINS_WAR"

$ sudo systemctl daemon-reload
$ sudo /etc/init.d/jenkins restart

Regards.
Masaru


2018年5月16日(水) 19:02 masaru tsuchiyama <m.tm...@gmail.com>:

Lingeswaran R

unread,
Oct 24, 2018, 12:25:41 PM10/24/18
to Jenkins Users
Please check for NTP (chrony). If the system runs with incorrect time could trigger this error. 

Thank you
Lingesh

masaru tsuchiyama

unread,
Nov 3, 2018, 6:44:30 AM11/3/18
to jenkins...@googlegroups.com
Could you explain in detail?

I tried this.

1. systemctl start chronyd
2. retry

1. systemctl stop chronyd
2. dnf install -y ntpdate
3. ntpdate ntp.nict.jp
4. retry

The both methods failed with the same error.








2018年10月25日(木) 1:25 Lingeswaran R <lingeshwara...@gmail.com>:
--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/adfa8da7-4d8b-40b2-bf46-5bb44665cd20%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages