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

2018-11-03 Thread masaru tsuchiyama
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 :

> Please check for NTP (chrony). If the system runs with incorrect time
> could trigger this error.
>
> Thank you
> Lingesh
>
> On Saturday, May 5, 2018 at 10:30:48 AM UTC+5:30, masaru tsuchiyama wrote:
>>
>> 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
>>
>> access http://locallhost:8080
>> 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
>>
>>
>> --
> 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-users+unsubscr...@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
> <https://groups.google.com/d/msgid/jenkinsci-users/adfa8da7-4d8b-40b2-bf46-5bb44665cd20%40googlegroups.com?utm_medium=email_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAKQP9ecFiXKu7dnpxtchnAadiuFknfwDvQOxhSJXZWCan_SuQQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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

2018-05-20 Thread masaru tsuchiyama
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.tma...@gmail.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.tma...@gmail.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
>>
>> access http://locallhost:8080
>> 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
>>
>>
>>

-- 
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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAKQP9eeWivPVTRLu1ov7EgES74%2BLR%2BXquGADttf4-9cFTv_roA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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

2018-05-16 Thread masaru tsuchiyama
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.tma...@gmail.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
>
> access http://locallhost:8080
> 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
>
>
>

-- 
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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAKQP9efm%2BUKVbMUncSUDnSAxPA3LVESuP53YMhbWoxjqgz1W1Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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

2018-05-04 Thread masaru tsuchiyama
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

access http://locallhost:8080
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

-- 
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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAKQP9efJyVU5cqG_FOoQhK2xyFyuptjDkh1edae%3DAWfrNSPAEg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: weekly build 2.105 for mac is not available

2018-02-11 Thread masaru tsuchiyama
Thank you.
I confirmed weekly build 2.106 is now available.

Regards.
Masaru.

2018-02-07 21:32 GMT+09:00 Daniel Beck <m...@beckweb.net>:

>
> > On 7. Feb 2018, at 13:02, masaru tsuchiyama <m.tma...@gmail.com> wrote:
> >
> > But weekly build 2.105 for mac is not available at
> > http://mirrors.jenkins-ci.org/osx/?C=M;O=D
> >
>
> Thanks, I pinged KK about this. He's doing the releases.
>
> --
> 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-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jenkinsci-users/93656D5D-2F4C-4B42-93FF-3C0BC1C2E5CF%40beckweb.net.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAKQP9ee5XD590-1r54KzoX1_ZU_vB_kdtqSF4D%2BjErYVOVGFZA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


weekly build 2.105 for mac is not available

2018-02-07 Thread masaru tsuchiyama
weekly build 2.105 for windows is available at
http://mirrors.jenkins-ci.org/windows/?C=M;O=D

weekly build 2.105 for redhat  is available at
http://mirrors.jenkins-ci.org/redhat/?C=M;O=D

But weekly build 2.105 for mac is not available at
http://mirrors.jenkins-ci.org/osx/?C=M;O=D

Regards.
Masaru

-- 
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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAKQP9ecoceVjhzD6ciE1F5f049%3DewTuBrWyiVVxXRLNx0tbR8A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins 2.91: the security of Jenkins was disabled for clean install

2017-11-27 Thread Masaru Tsuchiyama

Hi,

> If you manage to reproduce the issue again, please follow the security
> issue reporting guidelines:
> https://jenkins.io/security/#reporting-vulnerabilities

I understand that.

Regards.
Masaru.

Oleg Nenashev wrote:

Hello,

I have tried to install the specified version several times on my 
Windows 10 Pro amd64 version. I was unable to reproduce the issue after 
trying the installer with several different registry settings. I would 
assume that the instance actually had a non-clean JENKINS_HOME directory 
when you tried the installation.


If you manage to reproduce the issue again, please follow the security 
issue reporting guidelines: 
https://jenkins.io/security/#reporting-vulnerabilities


Best regards,
Oleg Nenashev


воскресенье, 26 ноября 2017 г., 16:32:17 UTC+3 пользователь masaru 
tsuchiyama написал:


Hi,

I re-download jenkins-2.91.zip
And I reinstalled Jenkins, but it didn't happen.

This is what I had done when I could reproduce it.

1. recover Windows 10 Pro with the recovery disk.
2. download jenkins-2.91.zip
3. extract it.
4. double-click jenkins.msi
5. change the install folder from 'C:\Program Files (x86)\Jenkins' to
     C:\Jenkins
6. open browser automatically.
7. the warning that jenkins security is disabled is shows up.

Regards.
Masaru.

Baptiste Mathus wrote:
 > The issue had been confirmed and fixed in 2.81 for the 2.80.
 >
 > For the 2.91, I just tried using the Docker image, and couldn't
 > reproduce either as you say. So either you need to come up with a
way to
 > reproduce, or I guess we'll assume you maybe actually didn't have a
 > clean env on  that Windows 10 pro install you're talking about.
 >
 > Cheers
 >
     > 2017-11-26 9:31 GMT+01:00 Masaru Tsuchiyama <m.tm...@gmail.com

 > <mailto:m.tm...@gmail.com >>:
 >
 >     Hello
 >
 >     I installed Jenkins 2.91 cleanly on clean-installed Windows
10 Pro.
 >     But the security of Jenkins was disabled.
 >
 >     I also tried it on Fedora 27 too.
 >     But I couldn't reproduce it.
 >
 >     I had reported this for Jenkins 2.80 too.
 >

https://groups.google.com/forum/#!msg/jenkinsci-users/e2TFX4W5oI0/zZv9bgiyAgAJ

<https://groups.google.com/forum/#!msg/jenkinsci-users/e2TFX4W5oI0/zZv9bgiyAgAJ>

 >
<https://groups.google.com/forum/#!msg/jenkinsci-users/e2TFX4W5oI0/zZv9bgiyAgAJ


<https://groups.google.com/forum/#!msg/jenkinsci-users/e2TFX4W5oI0/zZv9bgiyAgAJ>>

 >
 >     Regards.
 >     Masaru
 >
 >     --
 >     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 
 >     <mailto:jenkinsci-users%2bunsubscr...@googlegroups.com
>.
 >     To view this discussion on the web visit
 >

https://groups.google.com/d/msgid/jenkinsci-users/79ec55bd-739c-6fa1-94fa-cbf553f9330d%40gmail.com

<https://groups.google.com/d/msgid/jenkinsci-users/79ec55bd-739c-6fa1-94fa-cbf553f9330d%40gmail.com>

 >
<https://groups.google.com/d/msgid/jenkinsci-users/79ec55bd-739c-6fa1-94fa-cbf553f9330d%40gmail.com


<https://groups.google.com/d/msgid/jenkinsci-users/79ec55bd-739c-6fa1-94fa-cbf553f9330d%40gmail.com>>.

 >     For more options, visit https://groups.google.com/d/optout
<https://groups.google.com/d/optout>
 >     <https://groups.google.com/d/optout
<https://groups.google.com/d/optout>>.
 >
 >
 > --
 > 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 
 > <mailto:jenkinsci-users+unsubscr...@googlegroups.com >.
 > To view this discussion on the web visit
 >

https://groups.google.com/d/msgid/jenkinsci-users/CANWgJS7fec7qZbmgfaZ8LW-BpXTxG%2BRV5E4M6c9OjU2iG9M5Rw%40mail.gmail.com

<https://groups.google.com/d/msgid/jenkinsci-users/CANWgJS7fec7qZbmgfaZ8LW-BpXTxG%2BRV5E4M6c9OjU2iG9M5Rw%40mail.gmail.com>

 >

<https://groups.google.com/d/msgid/jenkinsci-users/CANWgJS7fec7qZbmgfaZ8LW-BpXTxG%2BRV5E4M6c9OjU2iG9M5Rw%40mail.gmail.com?utm_medium=email_source=footer

<https://groups.google.com/d/msgid/jenkinsci-users/CANWgJS7fec7qZbmgfaZ8LW-BpXTxG%2BRV5E4M6c9OjU2iG9M5Rw%40mail.gmail.com?utm_medium=email_source=footer>>.

 > For more options, visit https://groups.google.com/d/optout
   

Re: Jenkins 2.91: the security of Jenkins was disabled for clean install

2017-11-26 Thread Masaru Tsuchiyama

Hi,

I re-download jenkins-2.91.zip
And I reinstalled Jenkins, but it didn't happen.

This is what I had done when I could reproduce it.

1. recover Windows 10 Pro with the recovery disk.
2. download jenkins-2.91.zip
3. extract it.
4. double-click jenkins.msi
5. change the install folder from 'C:\Program Files (x86)\Jenkins' to
   C:\Jenkins
6. open browser automatically.
7. the warning that jenkins security is disabled is shows up.

Regards.
Masaru.

Baptiste Mathus wrote:

The issue had been confirmed and fixed in 2.81 for the 2.80.

For the 2.91, I just tried using the Docker image, and couldn't 
reproduce either as you say. So either you need to come up with a way to 
reproduce, or I guess we'll assume you maybe actually didn't have a 
clean env on  that Windows 10 pro install you're talking about.


Cheers

2017-11-26 9:31 GMT+01:00 Masaru Tsuchiyama <m.tma...@gmail.com 
<mailto:m.tma...@gmail.com>>:


Hello

I installed Jenkins 2.91 cleanly on clean-installed Windows 10 Pro.
But the security of Jenkins was disabled.

I also tried it on Fedora 27 too.
But I couldn't reproduce it.

I had reported this for Jenkins 2.80 too.

https://groups.google.com/forum/#!msg/jenkinsci-users/e2TFX4W5oI0/zZv9bgiyAgAJ

<https://groups.google.com/forum/#!msg/jenkinsci-users/e2TFX4W5oI0/zZv9bgiyAgAJ>

Regards.
Masaru

-- 
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-users+unsubscr...@googlegroups.com
<mailto:jenkinsci-users%2bunsubscr...@googlegroups.com>.
To view this discussion on the web visit

https://groups.google.com/d/msgid/jenkinsci-users/79ec55bd-739c-6fa1-94fa-cbf553f9330d%40gmail.com

<https://groups.google.com/d/msgid/jenkinsci-users/79ec55bd-739c-6fa1-94fa-cbf553f9330d%40gmail.com>.
For more options, visit https://groups.google.com/d/optout
<https://groups.google.com/d/optout>.


--
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-users+unsubscr...@googlegroups.com 
<mailto:jenkinsci-users+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CANWgJS7fec7qZbmgfaZ8LW-BpXTxG%2BRV5E4M6c9OjU2iG9M5Rw%40mail.gmail.com 
<https://groups.google.com/d/msgid/jenkinsci-users/CANWgJS7fec7qZbmgfaZ8LW-BpXTxG%2BRV5E4M6c9OjU2iG9M5Rw%40mail.gmail.com?utm_medium=email_source=footer>.

For more options, visit https://groups.google.com/d/optout.



--
Masaru Tsuchiyama <m.tma...@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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/2f255309-89a0-2c69-968f-1efbe2c5028f%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Jenkins 2.91: the security of Jenkins was disabled for clean install

2017-11-26 Thread Masaru Tsuchiyama

Hello

I installed Jenkins 2.91 cleanly on clean-installed Windows 10 Pro.
But the security of Jenkins was disabled.

I also tried it on Fedora 27 too.
But I couldn't reproduce it.

I had reported this for Jenkins 2.80 too.
https://groups.google.com/forum/#!msg/jenkinsci-users/e2TFX4W5oI0/zZv9bgiyAgAJ

Regards.
Masaru

--
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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/79ec55bd-739c-6fa1-94fa-cbf553f9330d%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins 2.91 is not available yet

2017-11-21 Thread masaru tsuchiyama
Hi.

Thanks.
I update Jenkins in a weekly basis if a newer version is avalable.

Regards.
Masaru


2017-11-21 3:14 GMT+09:00 Daniel Beck :

>
> > On 20. Nov 2017, at 14:10, Daniel Beck  wrote:
> >
> > Thanks, I informed KK who creates the packages. Meanwhile, the war is
> available, but there's nothing in 2.91 you're likely to urgently need.
>
> Packages are now available.
>
> --
> 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-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jenkinsci-users/748036BE-33E7-4003-B096-0E062335162D%40beckweb.net.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAKQP9edA4%2BaFCsrxR4DEp8rsJpVAuh1mRybpJxrVG4ZuTh7ysA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Save the installed plugins as a text

2017-11-21 Thread masaru tsuchiyama
Hi

Thank you for the answers.

Regards.
Masaru


2017-11-17 22:33 GMT+09:00 Victor Martinez :

> Stackoverflow ^^ ( I typed too fast )
>
> --
> 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-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jenkinsci-users/a2c76be2-7ed3-4e56-b2fe-6bf264d3fd91%40googlegroups.
> com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAKQP9ee2%2BOzAGT2wDe-6qHSrkeE6taKSV%2BxzmWUrRrxJWNYXMw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Jenkins 2.91 is not available yet

2017-11-20 Thread Masaru Tsuchiyama

Hi

https://jenkins.io/download/ says "Download Jenkins 2.91 for".
But Jenkins 2.91 is not available yet.

Regards.
Masaru

--
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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/7f52e94e-13dc-3fb6-c1b5-e03372baff57%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Save the installed plugins as a text

2017-11-17 Thread Masaru Tsuchiyama

Hi

Is there any way to save the information of the installed plugins
as a text, and restore the plugins from the information.

By saving jpi files, it is possible to save and restore the installed 
plugins.


But I want to add the information to git repository.
So the information should be a text file.

Regards.
Masaru.

--
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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/d87ddd07-a338-923a-988f-23063a6c22a2%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: the older builds for windows and mac

2017-11-02 Thread Masaru Tsuchiyama

Hi Daniel,

I didn't notice it.

Regards.
Masaru

Daniel Beck wrote:



On 3. Nov 2017, at 01:08, Masaru Tsuchiyama <m.tma...@gmail.com> wrote:

If we add ?C=M=D to the end of the URL


The column headers are clickable links that do this for you.



--
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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/77d84496-4f39-42f8-65d4-f987afb4d312%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: the older builds for windows and mac

2017-11-02 Thread Masaru Tsuchiyama


Hi Daniel,

Thank you for the reply.

I googled how to show the files in reverse chronological order,
and found it.

F.Y.I

For example, the binaries for Windows are available at
http://mirrors.jenkins-ci.org/windows/

If we add ?C=M=D to the end of the URL
like http://mirrors.jenkins-ci.org/windows/?C=M=D ,
the files are displayed in reverse chronological order.

See https://httpd.apache.org/docs/2.4/en/mod/mod_autoindex.html#query

Regards.
Masaru

Daniel Beck wrote:



On 31. Oct 2017, at 13:46, Masaru Tsuchiyama <m.tma...@gmail.com> wrote:

Could you make the older builds for them available?


See http://mirrors.jenkins-ci.org/ for the list.



--
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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/7db41983-48bf-fac9-56b2-d6d06154875d%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


the older builds for windows and mac

2017-10-31 Thread Masaru Tsuchiyama

Hi

There are many older builds for redhat rpm.
But only the lastest build is available for windows and mac.

Could you make the older builds for them available?

Regards.
Masaru

--
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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/01b5b90d-9bd1-0e7b-8838-041924d22d30%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Weekly build Jenkins 2.87 is not available for download

2017-10-30 Thread Masaru Tsuchiyama

Hi

Weekly build Jenkins 2.87 is not available for download
at https://jenkins.io/download/

But the site is referring to the version as 'Download Jenkins 2.87 for'.


Masaru Tsuchiyama

--
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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/0d6126e4-d2c7-afaa-77c8-47b3e8298f0f%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins 2.80: how to create a new user

2017-09-27 Thread masaru tsuchiyama
Hello

I clean-installed macOS high sierra.
So I think there was no old files.

To make sure, I ran this command.
sudo /Library/Application\ Support/Jenkins/Uninstall.command

After that, I installed Jenkins 2.80.
But the result was the same.

Regards.
Masaru.




2017-09-27 21:56 GMT+09:00 Daniel Beck <m...@beckweb.net>:

>
> > On 27. Sep 2017, at 13:37, Masaru Tsuchiyama <m.tma...@gmail.com> wrote:
> >
> > But the mechanism that Jenkins is activated by the local file key
> > and is required to create a user seems to be removed.
> >
> > Is it an intentional change? if so, why?
>
> This only happens if it isn't a clean install, or you specifically disable
> the setup wizard through a command line option.
>
> Assuming it's not the latter, check the Jenkins log for "Jenkins home
> directory" and look in there. There'll be older files in there.
>
> --
> 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-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jenkinsci-users/A92B2B67-953A-42B9-98AF-57422EF8EF73%40beckweb.net.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAKQP9efcLWpzcM_5ShDmgTrQ%2B2P21bTvZGr_QK8E5ei13MeGRg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Jenkins 2.80: how to create a new user

2017-09-27 Thread Masaru Tsuchiyama

Hello

I installed Jenkins 2.80 cleanly on macOS high sierra.

But the mechanism that Jenkins is activated by the local file key
and is required to create a user seems to be removed.

Is it an intentional change? if so, why?

And I don't know how to add a new user.
Could you tell me how?

Regards.
Masaru.

--
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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/b57fe0c6-75bc-7666-3778-3a657a0721f7%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins doesn't start automatically after a PC boots

2017-09-16 Thread masaru tsuchiyama
Yes


2017年9月16日(土) 11:27 Slide <slide.o@gmail.com>:

> If you go into the properties of the service in services.msc and look at
> the startup type, is it set to Automatic?
>
> On Fri, Sep 15, 2017 at 4:07 PM Masaru Tsuchiyama <m.tma...@gmail.com>
> wrote:
>
>> Hello
>>
>> Jenkins doesn't start automatically after a PC boots.
>>
>> I installed Jenkins by windows installer at
>> https://jenkins.io/download/thank-you-downloading-windows-installer
>>
>> If I start Jenkins service at services.msc manually, it can be started.
>> I'm running Jenkins as a normal user not System Account.
>>
>> I'm using Jenkins 2.78 now, but it has been happening for several
>> months. I'm not sure which version of Jenkins is the first version
>> which reproduces.
>>
>>
>> --
>> Masaru Tsuchiyama <m.tma...@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-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/jenkinsci-users/e751ea50-038b-8477-388c-17729581d2f6%40gmail.com
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> 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-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVf1ZDGQYhFK-VSdpu5tjhoE85ohBJHC6ytPCy4-YGi3wA%40mail.gmail.com
> <https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVf1ZDGQYhFK-VSdpu5tjhoE85ohBJHC6ytPCy4-YGi3wA%40mail.gmail.com?utm_medium=email_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAKQP9efpTyPjK0e%3DYdr0YBMeF_Yq2tk3uhjiyLaF%3DbKSWXD_Xw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Jenkins doesn't start automatically after a PC boots

2017-09-15 Thread Masaru Tsuchiyama

Hello

Jenkins doesn't start automatically after a PC boots.

I installed Jenkins by windows installer at
https://jenkins.io/download/thank-you-downloading-windows-installer

If I start Jenkins service at services.msc manually, it can be started.
I'm running Jenkins as a normal user not System Account.

I'm using Jenkins 2.78 now, but it has been happening for several 
months. I'm not sure which version of Jenkins is the first version

which reproduces.


--
Masaru Tsuchiyama <m.tma...@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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/e751ea50-038b-8477-388c-17729581d2f6%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


shutdown the OS when all build jobs are done

2017-09-15 Thread Masaru Tsuchiyama

Hello

Is there any way to shutdown the OS when all build jobs are done?
I'm using Win10 Pro.

--
Masaru Tsuchiyama <m.tma...@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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/db75eb00-9a39-9d57-8933-083b839d4511%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


warning about deprecated protocols

2017-09-08 Thread Masaru Tsuchiyama

Hello

The recent version of Jenkin shows the following warning.
But I don't know how to disable the deprecated protocols.

This Jenkins instance uses deprecated protocols: 
JNLP-connect,JNLP2-connect. It may impact stability of the instance. If 
newer protocol versions are supported by all system components (agents, 
CLI and other clients), it is highly recommended to disable the 
deprecated protocols.


Does anyone know that?

--
Masaru Tsuchiyama <m.tma...@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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/fe40be9a-e8e4-0a5a-e20d-0b96dc0581f9%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Windows Service for Jenkins doesn't start automatically

2017-05-01 Thread Masaru Tsuchiyama

Hi

I'm using Jenkins 2.57 with installing Windows Installer.

I can start Windows Service for Jenkins manually.
But it doesn't start automatically.

How do I make it start automatically?

Regards.
Masaru.



--
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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/42f4c2f8-0955-f52e-6192-40b1673a2b7d%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Pretested Integration Plugin

2017-03-14 Thread masaru tsuchiyama
sorry for late reply
why does the plugin support only free style project?

Regards
Masaru


2017年3月11日(土) 11:48 Christopher Orr <ch...@orr.me.uk>:

> On Thu, 9 Mar 2017, at 14:00, Masaru Tsuchiyama wrote:
> > Hi.
> >
> > A Free Style Project' has 'Use Pretested Integration' option in Build
> > Environment section.
> >
> > But a Multi-configuration multi-branch project doesn't have the option.
> >
> > Doesn't it support the option?
>
> Apparently not:
>
> https://github.com/jenkinsci/pretested-integration-plugin/blob/pretested-integration-2.4.1/src/main/java/org/jenkinsci/plugins/pretestedintegration/PretestedIntegrationBuildWrapper.java#L144-L146
>
> --
> 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-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/1489200529.4089009.907661200.29EC2706%40webmail.messagingengine.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAKQP9ecWvzQHWHMACgeAM4f%3DXB_Uj9R4XaUUVcsRj5LcDzA6MA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Pretested Integration Plugin

2017-03-09 Thread Masaru Tsuchiyama

Hi.

A Free Style Project' has 'Use Pretested Integration' option in Build 
Environment section.


But a Multi-configuration multi-branch project doesn't have the option.

Doesn't it support the option?

Regards.
Masaru.

Masaru Tsuchiyama wrote:

Hi.

Thank you for the reply.
I already installed it.

Masaru.

Daniel Beck wrote:



On 09.03.2017, at 12:43, Masaru Tsuchiyama <m.tma...@gmail.com> wrote:

How can I install it from Jenkins?


Is it already installed?

Are you running Jenkins 1.580 or newer?

Try searching just "pretested".







--
Masaru Tsuchiyama <m.tma...@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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/58C151DC.3080901%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Pretested Integration Plugin

2017-03-09 Thread Masaru Tsuchiyama

Hi.

Thank you for the reply.
I already installed it.

Masaru.

Daniel Beck wrote:



On 09.03.2017, at 12:43, Masaru Tsuchiyama <m.tma...@gmail.com> wrote:

How can I install it from Jenkins?


Is it already installed?

Are you running Jenkins 1.580 or newer?

Try searching just "pretested".




--
Masaru Tsuchiyama <m.tma...@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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/58C14D60.8040309%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Pretested Integration Plugin

2017-03-09 Thread Masaru Tsuchiyama
Hi

I searched 'Pretested Integration Plugin' at available plugins in
Jenkins, but couldn't find it.
https://wiki.jenkins-ci.org/display/JENKINS/Pretested+Integration+Plugin

How can I install it from Jenkins?

Regards.
Masaru


-- 
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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/58C13FFA.3070603%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


weekly build for windows is broken

2017-01-27 Thread masaru tsuchiyama
Hi

weekly build for windows is broken.
http://mirrors.jenkins-ci.org/windows/

The file size of jenkins-2.41.zip
 and
jenkins-2.42.zip  are
both 0.

Regards.
Masaru.

-- 
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-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAKQP9eeTV6%3D%3DFx_D2cBoQ1ORMiF1YhVaA3wFQQoWcUvitqhLCQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.