[JIRA] [core] (JENKINS-31487) Job status not updated in web UI during build

2016-05-26 Thread pe...@eisentraut.org (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Peter Eisentraut commented on  JENKINS-31487 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Job status not updated in web UI during build  
 
 
 
 
 
 
 
 
 
 
No custom CSS/JS here. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [matrix-project-plugin] (JENKINS-31765) jenkins-job-builder matrix job combination-filter causes 500 response

2015-11-26 Thread pe...@eisentraut.org (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Peter Eisentraut created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-31765 
 
 
 
  jenkins-job-builder matrix job combination-filter causes 500 response  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Kohsuke Kawaguchi 
 
 
 

Components:
 

 matrix-project-plugin 
 
 
 

Created:
 

 27/Nov/15 1:45 AM 
 
 
 

Environment:
 

 jenkins 1.638  matrix-project-plugin 1.6 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Peter Eisentraut 
 
 
 
 
 
 
 
 
 
 
I have the following minimal jenkins-job-builder configuration: 

 
- job:
name: testjob
project-type: matrix
execution-strategy:
  combination-filter:
 

 
On uploading, this cause the following exception on the client: 

 
jenkins.JenkinsException: Error in request. Possibly authentication failed [500]: Server Error
 

 
In the server log, the following is seen: 

 

[JIRA] [html5-notifier] (JENKINS-13591) Plugin doesn't support jenkins URL prefix (--prefix option)

2014-09-09 Thread pe...@eisentraut.org (JIRA)















































Peter Eisentraut
 closed  JENKINS-13591 as Fixed


Plugin doesnt support jenkins URL prefix (--prefix option)
















works as described





Change By:


Peter Eisentraut
(09/Sep/14 8:34 PM)




Status:


Resolved
Closed



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [gerrit-trigger] (JENKINS-24252) option to run multiple jobs for the same review independently

2014-08-13 Thread pe...@eisentraut.org (JIRA)














































Peter Eisentraut
 created  JENKINS-24252


option to run multiple jobs for the same review independently















Issue Type:


New Feature



Assignee:


rsandell



Components:


gerrit-trigger



Created:


13/Aug/14 6:00 PM



Description:


When multiple jobs trigger from the same gerrit review, the result is not reported until all jobs have finished.  I would like to have an option to do this differently.  I would like to have, say, one job that does a quick test, and a second job that runs a longer test, and they would each report back to gerrit as soon as possible.  They would either use different review categories (it's possible to configure this now, but it doesn't work and results in a bit of a mess), or the later job could overwrite the earlier job's verdict.




Project:


Jenkins



Priority:


Major



Reporter:


Peter Eisentraut

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [master-slave] (JENKINS-15864) multi-configuration project ignores slave setting

2014-04-17 Thread pe...@eisentraut.org (JIRA)














































Peter Eisentraut
 commented on  JENKINS-15864


multi-configuration project ignores slave setting















I can confirm this with Jenkins 1.558.  I converted a job from a plain job to a multi-configuration job (making a new job and copying all the settings meticulously).  The multi-configuration job appears to ignore the setting "Restrict where this project can be run" and always runs on the master node.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-21985) java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler

2014-03-18 Thread pe...@eisentraut.org (JIRA)














































Peter Eisentraut
 updated  JENKINS-21985


java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler
















updated stack strace





Change By:


Peter Eisentraut
(18/Mar/14 7:51 PM)




Description:


Imadeajobthatjustdoes{noformat}echofoofoo.txt{noformat}andissettoarchive*.txt.ThenIboundthatjobtoaslavewithalabel.Thebuildfailswith{noformat}+echofooArchivingartifactsERROR:Failedtoarchiveartifacts:*.txtjava.io.IOException:java.util.concurrent.ExecutionException:java.lang.NoClassDefFoundError:jnr/posix/POSIXHandler	athudson.FilePath.copyRecursiveTo(FilePath.java:2016)	atjenkins.model.StandardArtifactManager.archive(StandardArtifactManager.java:57)	athudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:140)	athudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)	athudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:785)	athudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:757)	athudson.model.Build$BuildExecution.post2(Build.java:183)	athudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:706)	athudson.model.Run.execute(Run.java:1703)	athudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)	athudson.model.ResourceController.execute(ResourceController.java:88)	athudson.model.Executor.run(Executor.java:231)
Causedby:java.util.concurrent.ExecutionException:java.lang.NoClassDefFoundError:jnr/posix/POSIXHandler	athudson.remoting.Channel$3.adapt(Channel.java:755)	athudson.remoting.Channel$3.adapt(Channel.java:750)	athudson.remoting.FutureAdapter.get(FutureAdapter.java:55)	athudson.FilePath.copyRecursiveTo(FilePath.java:2014)	...11moreCausedby:java.lang.NoClassDefFoundError:jnr/posix/POSIXHandler	athudson.util.IOUtils.mode(IOUtils.java:125)	athudson.util.io.TarArchiver.visit(TarArchiver.java:101)	athudson.util.DirScanner.scanSingle(DirScanner.java:49)	athudson.FilePath$ExplicitlySpecifiedDirScanner.scan(FilePath.java:2540)	athudson.FilePath.writeToTar(FilePath.java:2052)	athudson.FilePath.access$1000(FilePath.java:172)	athudson.FilePath$41.invoke(FilePath.java:1993)	athudson.FilePath$41.invoke(FilePath.java:1989)	athudson.FilePath$FileCallableWrapper.call(FilePath.java:2461)	athudson.remoting.UserRequest.perform(UserRequest.java:118)	athudson.remoting.UserRequest.perform(UserRequest.java:48)	athudson.remoting.Request$2.run(Request.java:328)	athudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	atjava.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	atjava.util.concurrent.FutureTask.run(FutureTask.java:166)	atjava.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)	atjava.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	atjava.lang.Thread.run(Thread.java:701)Causedby:java.lang.ClassNotFoundException:jnr.posix.POSIXHandler(WebAppClassLoader=Jenkinsv1.546@49f4bcf7didnotfindclassfile)	athudson.remoting.RemoteClassLoader$ClassLoaderProxy.fetch2(RemoteClassLoader.java:727)	athudson.remoting.RemoteClassLoader$ClassLoaderProxy.fetch4(RemoteClassLoader.java:777)	athudson.remoting.RemoteClassLoader$ClassLoaderProxy.fetch3(RemoteClassLoader.java:784)	atsun.reflect.GeneratedMethodAccessor1893.invoke(UnknownSource)	atsun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)	atjava.lang.reflect.Method.invoke(Method.java:616)	athudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:299)	athudson.remoting.Request$2.run(Request.java:328)	athudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	atjava.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	atjava.util.concurrent.FutureTask.run(FutureTask.java:166)	atjava.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)	atjava.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	atjava.lang.Thread.run(Thread.java:679)
{noformat}IfIrunthejobonthemaster,itworksfine.Somehow,thejnr-posixstuffisntmadeavailableontheslave.(seemsrelatedtoJENKINS-18682,whichwasclausedbecauseofinactivity)























[JIRA] [core] (JENKINS-21985) java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler

2014-02-27 Thread pe...@eisentraut.org (JIRA)














































Peter Eisentraut
 commented on  JENKINS-21985


java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler















Jenkins 1.546, master and slave are CentOS 6, java-1.6.0-openjdk, jenkins.war on the master downloaded directly from web site



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [clang-scanbuild] (JENKINS-15291) Out of heap space when publishing clang scan-build errors on large project

2013-11-27 Thread pe...@eisentraut.org (JIRA)














































Peter Eisentraut
 commented on  JENKINS-15291


Out of heap space when publishing clang scan-build errors on large project















I have also seen this problem.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] (JENKINS-17164) Failed to record SCM polling for hudson.model.FreeStyleProject

2013-03-18 Thread pe...@eisentraut.org (JIRA)














































Peter Eisentraut
 reopened  JENKINS-17164


Failed to record SCM polling for hudson.model.FreeStyleProject
















Change By:


Peter Eisentraut
(19/Mar/13 2:56 AM)




Resolution:


NotADefect





Status:


Resolved
Reopened



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] (JENKINS-17164) Failed to record SCM polling for hudson.model.FreeStyleProject

2013-03-16 Thread pe...@eisentraut.org (JIRA)














































Peter Eisentraut
 commented on  JENKINS-17164


Failed to record SCM polling for hudson.model.FreeStyleProject















I upgraded the plugins to the versions you mentioned, and now it does this instead:

java.lang.NullPointerException
	at hudson.plugins.git.GitAPI.init(GitAPI.java:38)
	at hudson.plugins.git.GitAPI.init(GitAPI.java:43)
	at hudson.plugins.git.GitSCM.compareRemoteRevisionWithImpl(GitSCM.java:684)
	at hudson.plugins.git.GitSCM.compareRemoteRevisionWith(GitSCM.java:644)
	at hudson.scm.SCM._compareRemoteRevisionWith(SCM.java:356)
	at hudson.scm.SCM.poll(SCM.java:373)
	at hudson.model.AbstractProject._poll(AbstractProject.java:1507)
	at hudson.model.AbstractProject.poll(AbstractProject.java:1432)
	at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:439)
	at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:468)
	at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:118)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:636)

see http://pgci.eisentraut.org/jenkins/job/postgresql_master_world/scmPollLog/?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] (JENKINS-16850) allow multiple Build other projects actions

2013-02-17 Thread pe...@eisentraut.org (JIRA)














































Peter Eisentraut
 created  JENKINS-16850


allow multiple Build other projects actions















Issue Type:


Improvement



Assignee:


Unassigned


Components:


postbuild-task



Created:


17/Feb/13 7:27 PM



Description:


I would like to trigger some downstream builds only when the current job is stable and some other builds even when the current job is unstable.  (Example: Build documentation even if tests fail, but don't run extra test suite when the tests of the current job fail.)  Currently, you can only select one behavior or the other, and you cannot create two separate "Build other projects" actions.




Project:


Jenkins



Priority:


Major



Reporter:


Peter Eisentraut

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.