Re: The Estimated Remaining Time isn't computed anymore since Jenkins 2.92

2018-01-24 Thread blanger
Resetting the executableEstimatedDuration only when there is no asynchrounous execution seems to solve the problem. So the resulting Code in hudson.model.Executor is [...] 458 } finally { 459if (asynchronousExecution == null) { 460finish2(); 461

Deploy war file from Jenkins to another server using powershell scripts

2018-01-24 Thread Prasu S
What are the steps involved to deploy a war file from Jenkins(hosted on windows server) to another windows server using powershell script. The powershell script and the resources associated with the deployment are on another windows server. Any help is appreciated. Thanks in advance -- You

No revision recorded for "URL" in the previous build. Error: Processing failed due to a bug in the code

2018-01-24 Thread Shan Bains
Hi, No revision recorded for "URL" in the previous build. Error: Processing failed due to a bug in the code Using Jenkins version 2.89.3 with subversion plug-in 2.10.2 Subversion version 5.2.2 Any suggestions? Thanks! -- You received this message because you are subscribed to the Google

Error Upload Jenkins

2018-01-24 Thread paulo
I'm speaking portuguese, sorry. Error upload "msbuild-plugin-msbuild-1.29.hpi" jenkins Help Me please Stack trace: java.lang.NullPointerException at hudson.PluginManager.identifyPluginShortName(PluginManager.java:1655) at hudson.PluginManager.doUploadPlugin(PluginManager.java:1590) at

Release notes for Blue Ocean 1.4??

2018-01-24 Thread Thiago Carvalho D Avila
It was updated on Jenkins since January 17, but I didn't see any news, release notes or changes in documentation. The roadmap still shows some things are "expected" in 1.4. Is there any information at all? I've seen on https://wiki.jenkins.io/display/JENKINS/Blue+Ocean+Plugin there are some

Resuming of pipelines vs. docker.image(...).inside(...)?

2018-01-24 Thread Reinhold Füreder
... 441 / 484 ( 91%) ... 484 / 484 (100%) Time: 10.73 seconds, Memory: 78.00MB OK (484 tests, 927 assertions) BUILD SUCCESSFUL in 15s 2 actionable tasks: 1 executed, 1 up-to-date Resuming build at Wed Jan 24 15:57:45 CET 2018 after Jenkins restart Waiting to resume part of ACME-Pip

Re: Slow loading of job configuration page after Jenkins upgrade

2018-01-24 Thread t3knoid
Just in case anyone runs into the same issue. I figured out that it was one of my Chrome extensions that was causing the slow load. Sorry, I didn't narrow it down to which one. I came about this by opening Jenkins in incognito mode. Opening the configure screen for a job was quick in this

Variable substitutions in value from param

2018-01-24 Thread Turbo Fredriksson
I have the need to substitute a value (removing parts of it) that is coming in via a job parameter. Param: UPSTREAM_PROJECT Repo: g...@github.com:pharmpress/${UPSTREAM_PROJECT}.git This works if the value is "exporter-multimodule", but NOT if "exporter-multimodule/sso". So I need to remove the

job statistics per user

2018-01-24 Thread Guy Mesika
Hi i'm looking for a plugin that shows the usage of jobs - statistics how many time the job was executed per user plugin needs to show how many times the user executed the job something like user| number jimmy 10 Larry 20 do

The Estimated Remaining Time isn't computed anymore since Jenkins 2.92

2018-01-24 Thread blanger
Hello! The current build of a job is shown in the "Build History" of Jenkins. The progress bar there worked for my builds until Jenkins 2.91 - then it stopped working and now it shows only a dummy progress bar with the tooltip "Estimated Remaining Time: N/A". But the Stage View continues to

Re: Multibranch pipeline global build number

2018-01-24 Thread Victor Martinez
I don't know if IIUC, but here my quick though, what if you set the build name with those details as explained here: - https://support.cloudbees.com/hc/en-us/articles/220860347-How-to-set-build-name-in-Pipeline-job Cheers -- You received this message because you are subscribed to the Google

Re: Multibranch pipeline global build number

2018-01-24 Thread Daniel Beck
> On 24. Jan 2018, at 13:21, Matt wrote: > > We also have this problem which could be quite dangerous... Include the branch name and/or PR number in the version number string; perhaps unless it's master (or whatever you usually release from). Safe and unambiguous. --

Re: [DSL] Testing DSL Scripts

2018-01-24 Thread Victor Martinez
This thread https://groups.google.com/d/msg/job-dsl-plugin/oPjqGR6VTpU/Z7361ORQAAAJ might help you out -- 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

[DSL] Testing DSL Scripts

2018-01-24 Thread rw
hi, I've found sample dsl testing code really interesting https://github.com/jenkinsci/job-dsl-plugin/wiki/Testing-DSL-Scripts However, according to https://jenkins.io/changelog/ *What’s new in 2.64 (2017-06-04) Plugin Development: Jenkins now no longer publishes a war-for-test artifact. *