Re: Cannot start slave on IBM i due to java.io.EOFException

2019-06-17 Thread Thomas R
Your help was most welcome. Thank you very much for that. Most likely I will 
contact IBM support, now. Maybe they can help. At least it seems that it is not 
directly a Jenkins problem. 

Again, thank you. 

Thomas. 

-- 
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/4b57f05a-3694-4169-8d6a-5da364589500%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can't add SonarQube User Token to Jenkins configuration...

2019-06-17 Thread Jeff
Sorry the auth type drop-down didn't paste.  These are the options I see
for the types of credentials to create.

[image: image.png]

On Mon, Jun 17, 2019 at 7:41 PM Jeff  wrote:

> I have a server running Jenkins 2.176.1 and am adding a new SonarQube 7.7
> configuration.
>
> I was able to connect to SonarQube anonymously, but have since enabled the
> option to force authentication.
>
> I am now in need of adding a User Token (or credentials), but I see no
> option for doing so in a way that works.
>
> If I click "Add", I see only a "Jenkins Credentials Provider" option:
>
> [image: image.png]
>
> Within there, there is not "Server authentication token option":
>
>
>
> Tried adding user/password:
>  [image: image.png]
>
> But nothing shows up in the drop down menu:
>  [image: image.png]
>
>
> What am I missing?
>
> Thanks!
>

-- 
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/CAPJK9%3DLyKFpmYfr64Tq75p7r%3D0QQzJpN8ASogkUvfNLOFfk69A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Can't add SonarQube User Token to Jenkins configuration...

2019-06-17 Thread Jeff
I have a server running Jenkins 2.176.1 and am adding a new SonarQube 7.7
configuration.

I was able to connect to SonarQube anonymously, but have since enabled the
option to force authentication.

I am now in need of adding a User Token (or credentials), but I see no
option for doing so in a way that works.

If I click "Add", I see only a "Jenkins Credentials Provider" option:

[image: image.png]

Within there, there is not "Server authentication token option":



Tried adding user/password:
 [image: image.png]

But nothing shows up in the drop down menu:
 [image: image.png]


What am I missing?

Thanks!

-- 
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/CAPJK9%3D%2BWW_Nc2S%3DKEC9FLFkBMnVnDqgjycSF9VV1zKMbJ7MBFg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Cannot start slave on IBM i due to java.io.EOFException

2019-06-17 Thread Ivan Fernandez Calvo
I run out of ideas, I could be some configuration option in 
/etc/ssh/sshd_config but I am not sure

-- 
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/cf3f8004-b6f5-4b86-9f38-301a6c312660%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Issues with Diffie-Hellman Keys

2019-06-17 Thread Nathan Dilgard
Hi, 

We currently have an issue where Jenkins is accepeting weak 1024-bit 
Diffie-Hellman keys. We are currently  running 2.16.3 on Windows Server 
2019. What can I check in the Jenkin's config to solve this? I've been 
reading that editing the security files can help but for older versions of 
the program. 

Thank 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/0fb259b9-81a5-43ec-ac7b-98e6b6ea11e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Cannot start slave on IBM i due to java.io.EOFException

2019-06-17 Thread Thomas R
Sure I can. Here is the result of the commands executed from a Windows Bash 
shell:

traddatz@CNDEA041500 MINGW64 ~
$ ssh raddatz@10.200.36.33 echo "OK"
raddatz@10.200.36.33's password:
OK

traddatz@CNDEA041500 MINGW64 ~
$ ssh -t raddatz@10.200.36.33 echo "OK"
raddatz@10.200.36.33's password:
OK
Connection to 10.200.36.33 closed.

traddatz@CNDEA041500 MINGW64 ~
$ ssh -T raddatz@10.200.36.33 echo "OK"
raddatz@10.200.36.33's password:
OK

traddatz@CNDEA041500 MINGW64 ~
$ ssh raddatz@10.200.36.33 ssh -V
raddatz@10.200.36.33's password:
OpenSSH_6.9p1, OpenSSL 1.0.2r  26 Feb 2019

traddatz@CNDEA041500 MINGW64 ~
$



Am Montag, 17. Juni 2019 15:41:38 UTC+2 schrieb Ivan Fernandez Calvo:
>
> Can you execute a command on a remote ssh session on the agent? something 
> like the following commands `ssh USER@JENKINS_AGENT echo "OK"`, `ssh -t 
> USER@JENKINS_AGENT echo "OK"`, `ssh -T USER@JENKINS_AGENT echo "OK"`
>

-- 
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/201538fa-4748-4d10-97f5-16933e88b581%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: SCM option no more available in 'Trigger/call builds on other project' after upgrading

2019-06-17 Thread jayanta deb
if the SCM is git, then 'git webhook' can be used.

On 18 Jun 2019 12:02 am, "jayanta deb"  wrote:

> u r using which SCM?
>
>
> On 16 Jun 2019 8:03 pm, "Jyc Zuan"  wrote:
>
>> Hi,
>>
>>
>> I'm new to the group, I'm not sure if this topic has been already
>> discussed in the past.
>>
>> With Jenkins 1.582 in Add build step the "Trigger/call builds on other
>> projects" has a checkbox "Build triggered projects only if there is SCM
>> changes"
>> but after upgrading to 2.164.3 this option is not available, is there any
>> reason? Or is there any workaround?
>>
>> PS. There is a plugin "Build other projects (extended)" having this
>> option but unfortunately it works only on post-build steps.
>>
>>
>>
>> Thank you all,
>>
>>
>>
>> - Z -
>>
>> --
>> 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/ms
>> gid/jenkinsci-users/0237ec8e-f114-480e-8cc2-3e2cf15d5ff6%
>> 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/CAACSj%3Dp6gMevBCYGGrGZPaCVrtdD%3DO9%3DhvHHjyFw2g70gShA7w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Cannot start slave on IBM i due to java.io.EOFException

2019-06-17 Thread Ivan Fernandez Calvo
Can you execute a command on a remote ssh session on the agent? something 
like the following commands `ssh USER@JENKINS_AGENT echo "OK"`, `ssh -t 
USER@JENKINS_AGENT echo "OK"`, `ssh -T USER@JENKINS_AGENT echo "OK"`

-- 
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/040a01e6-492d-487b-944e-b353d4a1e349%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Unable to add a windows slave into Jenkins 2.177

2019-06-17 Thread Mark Waite
The "Unsupported major/minor version" message means that you are attempting
to run Java code that requires a Java 8 virtual machine on a Java version
that is less than Java 8.  It could be a configuration error in your PATH.
It could be an installation error on the computer.  It could be that the
default Java installed on the computer is older than Java 8.

Refer to
https://stackoverflow.com/questions/22489398/unsupported-major-minor-version-52-0

On Mon, Jun 17, 2019 at 5:41 AM ANKUSH CHANDEL 
wrote:

> Hello All,
>
> Please help me out with adding a Windows slave into Jenkins.
> I am using Launch Method as "Launch agent by connecting it to the master".
>
> Which provides me three options to connect the slave machine.
>
> Connect agent to Jenkins one of these ways:
>
>-
>
>[image: launch agent]
>
> 
>  Launch
>agent from browser
>-
>
>Run from agent command line:
>
>javaws http://Location:Port/computer/WIN_10_X/slave-agent.jnlp
>
>-
>
>Or if the agent is headless:
>
>java -jar agent.jar 
>  -jnlpUrl 
> http://Location:Port/computer/WIN_10_X/slave-agent.jnlp -workDir 
> "C:\Jenkins\
>
>
> I have tired these steps but it saying unable to launch the application.
>
> C:\Jenkins>java -jar agent.jar -jnlpUrl 
> http://Location:Port/computer/WIN_10_X/slave-agent.jnlp
> -workDir "C:\Jenkins"
> Exception in thread "main" java.lang.UnsupportedClassVersionError:
> hudson/remoting/Launcher : Unsupported major.minor version 52.0
> at java.lang.ClassLoader.defineClass1(Native Method)
> at java.lang.ClassLoader.defineClass(Unknown Source)
> at java.security.SecureClassLoader.defineClass(Unknown Source)
> at java.net.URLClassLoader.defineClass(Unknown Source)
> at java.net.URLClassLoader.access$100(Unknown Source)
> at java.net.URLClassLoader$1.run(Unknown Source)
> at java.net.URLClassLoader$1.run(Unknown Source)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(Unknown Source)
> at java.lang.ClassLoader.loadClass(Unknown Source)
> at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
> at java.lang.ClassLoader.loadClass(Unknown Source)
> at sun.launcher.LauncherHelper.checkAndLoadMain(Unknown Source)
>
> C:\Jenkins>javaws http://Location:Port
> /computer/WIN_10_X/slave-agent.jnlp
>
> C:\Jenkins>java -jar agent.jar -jnlpUrl 
> http://Location:Port/computer/WIN_10_X/slave-agent.jnlp
> -workDir "C:\Jenkins"
> Error: Registry key 'Software\JavaSoft\Java Runtime
> Environment'\CurrentVersion'
> has value '1.8', but '1.7' is required.
> Error: could not find java.dll
> Error: Could not find Java SE Runtime Environment.
>
>
> Please help me out with this.
>
> --
> 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/35fd8d79-455b-4f35-8f27-ee5135b71893%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Thanks!
Mark Waite

-- 
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/CAO49JtEGKoKeed47FezwLQsTWaRqqUsR1PKDqfSVqsiVy8zTZA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Unable to add a windows slave into Jenkins 2.177

2019-06-17 Thread ANKUSH CHANDEL
Hello All,

Please help me out with adding a Windows slave into Jenkins.
I am using Launch Method as "Launch agent by connecting it to the master".

Which provides me three options to connect the slave machine.

Connect agent to Jenkins one of these ways:

   - 
   
   [image: launch agent] 
   
 
Launch 
   agent from browser
   - 
   
   Run from agent command line:
   
   javaws http://Location:Port/computer/WIN_10_X/slave-agent.jnlp
   
   - 
   
   Or if the agent is headless:
   
   java -jar agent.jar 
 -jnlpUrl 
http://Location:Port/computer/WIN_10_X/slave-agent.jnlp -workDir 
"C:\Jenkins\
   
   
I have tired these steps but it saying unable to launch the application.

C:\Jenkins>java -jar agent.jar -jnlpUrl 
http://Location:Port/computer/WIN_10_X/slave-agent.jnlp -workDir 
"C:\Jenkins"
Exception in thread "main" java.lang.UnsupportedClassVersionError: 
hudson/remoting/Launcher : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.launcher.LauncherHelper.checkAndLoadMain(Unknown Source)

C:\Jenkins>javaws 
http://Location:Port/computer/WIN_10_X/slave-agent.jnlp

C:\Jenkins>java -jar agent.jar -jnlpUrl 
http://Location:Port/computer/WIN_10_X/slave-agent.jnlp -workDir 
"C:\Jenkins"
Error: Registry key 'Software\JavaSoft\Java Runtime 
Environment'\CurrentVersion'
has value '1.8', but '1.7' is required.
Error: could not find java.dll
Error: Could not find Java SE Runtime Environment.


Please help me out with this.

-- 
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/35fd8d79-455b-4f35-8f27-ee5135b71893%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins updates web site returns 404 errors when downloading plugins

2019-06-17 Thread Thomas Riccardi
>From a europe-west1 GCP instance I even get timeouts:

Checking update center connectivity
java.net.SocketTimeoutException: connect timed out 


Sometimes I get a reply after > 20s.


On Monday, June 17, 2019 at 11:33:10 AM UTC+2, Damien Coraboeuf wrote:
>
> Note that the issue can be reproduced very easily:
>
> curl -vL --output test.hpi https://
> updates.jenkins.io/download/plugins/workflow-durable-task-step-plugin/2.31/workflow-durable-task-step-plugin.hpi
>
> Sometimes it works, sometimes it does not.
>
> On Monday, 17 June 2019 10:07:06 UTC+2, Damien Coraboeuf wrote:
>>
>> Hi,
>>
>> This morning, we keep having 404 errors when downloading plugins from 
>> https://updates.jenkins.io, for example: 
>> https://updates.jenkins.io/download/plugins/pipeline-milestone-step/1.3.1/pipeline-milestone-step.hpi
>>  
>> (just an example, all kinds of plugins are impacted).
>>
>> We have this issue from our workstations or from our AWS EC2 instances 
>> (eu-west-1).
>>
>> Is that a known issue?
>>
>> Thanks,
>> Damien
>>
>

-- 
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/d8f6124f-d44e-40d2-98f2-e8623c065b57%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Updates to the Blue Ocean plugin and a new Pipeline sub-project

2019-06-17 Thread Jeremy Hartley
Hello fellow Jenkins users and developers,

I am a product manager at CloudBees and have taken over responsibility for the 
Jenkins Blue Ocean sub-project. Over the last year, the teams working on 
Jenkins at CloudBees have looked at the initiative of overhauling the Jenkins 
user experience. This analysis led us to conclude that Blue Ocean is a great 
way to work with Jenkins Pipelines but that it’s not the best way to achieve 
the larger goal of overhauling the entire Jenkins user experience. Christina 
Noren's blog post on CloudBees and Jenkins 
 gives a good 
update of the work we are doing at CloudBees on Jenkins overall. The CloudBees 
teams working on Jenkins are currently engaged in a discovery process to start 
a large project to modernize the overall user experience in Jenkins. This 
research goes beyond simple user interface updates and focuses on usability in 
addition to  modern aesthetics. 

I believe that Pipeline is THE way that continuous integration and continuous 
delivery are best done in Jenkins. Therefore, I am proposing that we raise 
Pipeline to become a top-level sub-project within Jenkins.

Making Pipeline a top-level sub-project will:
Clearly tie Jenkins to CI/CD for new and existing Jenkins users
Make it easier for everyone to find documentation for using CI/CD Pipelines in 
Jenkins
Help the community and CloudBees to continue to improve and build out new 
features for Pipeline and to improve documentation and examples
Help clarify that Blue Ocean is a feature of Jenkins Pipeline

I look forward to getting your feedback. Thank you for your time.

Regards

Jeremy Hartley
Senior Product Manager
CloudBees, Inc.

-- 
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/264C1702-896E-485B-8630-8B4616607AE3%40cloudbees.com.
For more options, visit https://groups.google.com/d/optout.


Re: Cannot start slave on IBM i due to java.io.EOFException

2019-06-17 Thread Thomas R
The SSH version on the IBM i server, that is where the slave should run, is:

> ssh -V
  OpenSSH_6.9p1, OpenSSL 1.0.2r  26 Feb 2019
  $

Enabling logging on the slave did not help. All I get is an empty log file 
'remoting.log.0', when using the following logger configuration file:

# Configuration file that controls the slave logging ... if we pass in a JVM
# arg -Djava.util.logging.config.file=jenkins-slave.logging.properties

# Send output to file as well as console.
handlers=java.util.logging.FileHandler, java.util.logging.ConsoleHandler

# Log everything equally
java.util.logging.FileHandler.level=ALL
java.util.logging.ConsoleHandler.level=ALL
java.util.logging.ConsoleHandler.formatter=java.util.logging.SimpleFormatter
java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter
java.util.logging.SimpleFormatter.format=%1$tFT%1$tT.%1$tL%1$tz %4$s %2$s: 
%5$s%6$s%n

# On the filesystem, we keep up to 9 logs of 10meg each.
java.util.logging.FileHandler.pattern=jenkins-slave.%g.log
java.util.logging.FileHandler.encoding=UTF-8
java.util.logging.FileHandler.limit=10485760
java.util.logging.FileHandler.count=9
java.util.logging.FileHandler.append=false

# Log everything ...
.level= ALL
hudson.remoting.level=FINE


This is who I specified the logger configuration of the slave:

Source agent hash is D2D1A740134BD20D6F0855B356344342. Installed agent hash is 
D2D1A740134BD20D6F0855B356344342
Verified agent jar. No update is necessary.
Expanded the channel window size to 4MB
[06/17/19 13:24:16] [SSH] Starting agent process: cd "/home/Raddatz/jenkins" && 
/QOpenSys/usr/bin/java -Dfile.encoding=ISO8859_1   -jar remoting.jar -workDir 
/home/Raddatz/jenkins/work -loggingConfig jenkins-slave.logging.properties

Slave JVM has terminated. Exit code=1
[06/17/19 13:24:41] Launch failed - cleaning up connection
[06/17/19 13:24:41] [SSH] Connection closed.


Thomas.


Am Sonntag, 16. Juni 2019 22:35:53 UTC+2 schrieb Ivan Fernandez Calvo:
>
>
> Could you enable verbose loggin for the package "hudson.remoting"? FINE 
> log level should enough see how at 
> https://github.com/jenkinsci/remoting/blob/master/docs/logging.md
> Which version os SSH do you use? execute `ssh -V` 
>
>

-- 
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/52ba48af-53d1-42bd-aae0-80a0f92b77f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins updates web site returns 404 errors when downloading plugins

2019-06-17 Thread Damien Coraboeuf
Problem identified and followed up at 
https://issues.jenkins-ci.org/browse/INFRA-2154

On Monday, 17 June 2019 11:33:10 UTC+2, Damien Coraboeuf wrote:
>
> Note that the issue can be reproduced very easily:
>
> curl -vL --output test.hpi https://
> updates.jenkins.io/download/plugins/workflow-durable-task-step-plugin/2.31/workflow-durable-task-step-plugin.hpi
>
> Sometimes it works, sometimes it does not.
>
> On Monday, 17 June 2019 10:07:06 UTC+2, Damien Coraboeuf wrote:
>>
>> Hi,
>>
>> This morning, we keep having 404 errors when downloading plugins from 
>> https://updates.jenkins.io, for example: 
>> https://updates.jenkins.io/download/plugins/pipeline-milestone-step/1.3.1/pipeline-milestone-step.hpi
>>  
>> (just an example, all kinds of plugins are impacted).
>>
>> We have this issue from our workstations or from our AWS EC2 instances 
>> (eu-west-1).
>>
>> Is that a known issue?
>>
>> Thanks,
>> Damien
>>
>

-- 
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/dbd4a10d-e152-489a-a478-76f7572e2b69%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins updates web site returns 404 errors when downloading plugins

2019-06-17 Thread Damien Coraboeuf
Note that the issue can be reproduced very easily:

curl -vL --output test.hpi https:
//updates.jenkins.io/download/plugins/workflow-durable-task-step-plugin/2.31/workflow-durable-task-step-plugin.hpi

Sometimes it works, sometimes it does not.

On Monday, 17 June 2019 10:07:06 UTC+2, Damien Coraboeuf wrote:
>
> Hi,
>
> This morning, we keep having 404 errors when downloading plugins from 
> https://updates.jenkins.io, for example: 
> https://updates.jenkins.io/download/plugins/pipeline-milestone-step/1.3.1/pipeline-milestone-step.hpi
>  
> (just an example, all kinds of plugins are impacted).
>
> We have this issue from our workstations or from our AWS EC2 instances 
> (eu-west-1).
>
> Is that a known issue?
>
> Thanks,
> Damien
>

-- 
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/629b3aea-4aca-4fb1-ab2b-db1f89c37c99%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Jenkins updates web site returns 404 errors when downloading plugins

2019-06-17 Thread Damien Coraboeuf
Hi,

This morning, we keep having 404 errors when downloading plugins from 
https://updates.jenkins.io, for example: 
https://updates.jenkins.io/download/plugins/pipeline-milestone-step/1.3.1/pipeline-milestone-step.hpi
 
(just an example, all kinds of plugins are impacted).

We have this issue from our workstations or from our AWS EC2 instances 
(eu-west-1).

Is that a known issue?

Thanks,
Damien

-- 
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/d55b690a-a014-4bb0-8b46-2e3f47f383c5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.