[JIRA] (JENKINS-60787) Unexpected Error launching agent via DCOM

2020-01-15 Thread ian.willia...@telus.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ian Williams updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60787  
 
 
  Unexpected Error launching agent via DCOM   
 

  
 
 
 
 

 
Change By: 
 Ian Williams  
 

  
 
 
 
 

 
 Full error is shown below. I believe the scenario was as follows:Master on Linux, agent on  Windows server, agent launched via DCOM, running service as local user, keep this agent on-line as much as possible.Linux server was restarted (init 6) while Jenkins was running, no Jenkins shutdown.Windows node  and Jenkins agent service  remained running. After restart, Jenkins auto starts, but cannot restart agent.I suppose it should detect the agent is still running, then restart it instead of start ?Stopping the  agent service on the windows server and launching via Jenkins UI brought it back on-line.{{ERROR: Unexpected error in launching an agent. This is probably a bug in Jenkins}}{{org.jinterop.dcom.common.JIException: Service Already Running}}{{ at org.jvnet.hudson.wmi.Win32Service$Implementation.start(Win32Service.java:149)}}{{Caused: java.lang.reflect.InvocationTargetException}}{{ at sun.reflect.GeneratedMethodAccessor221.invoke(Unknown Source)}}{{ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)}}{{ at java.lang.reflect.Method.invoke(Method.java:498)}}{{ at org.kohsuke.jinterop.JInteropInvocationHandler.invoke(JInteropInvocationHandler.java:140)}}{{Caused: java.lang.reflect.UndeclaredThrowableException}}{{ at com.sun.proxy.$Proxy73.start(Unknown Source)}}{{ at hudson.os.windows.ManagedWindowsServiceLauncher.launch(ManagedWindowsServiceLauncher.java:342)}}{{ at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:294)}}{{ at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)}}{{ at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:71)}}{{ at java.util.concurrent.FutureTask.run(FutureTask.java:266)}}{{ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)}}{{ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)}}{{ at java.lang.Thread.run(Thread.java:748)}}   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 


[JIRA] (JENKINS-60787) Unexpected Error launching agent via DCOM

2020-01-15 Thread ian.willia...@telus.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ian Williams created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60787  
 
 
  Unexpected Error launching agent via DCOM   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Emilio Escobar   
 
 
Components: 
 windows-slaves-plugin  
 
 
Created: 
 2020-01-16 07:04  
 
 
Environment: 
 Jenkins 2.176.2  windows-slaves-1.4 (WMI Windows Agents)  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Ian Williams  
 

  
 
 
 
 

 
 Full error is shown below. I believe the scenario was as follows: Master on Linux, agent on  Windows server, agent launched via DCOM, running service as local user, keep this agent on-line as much as possible. Linux server was restarted (init 6) while Jenkins was running, no Jenkins shutdown. Windows node remained running. After restart, Jenkins auto starts, but cannot restart agent. I suppose it should detect the agent is still running, then restart it instead of start ? Stopping the  agent service on the windows server and launching via Jenkins UI brought it back on-line. ERROR: Unexpected error in launching an agent. This is probably a bug in Jenkins org.jinterop.dcom.common.JIException: Service Already Running  at org.jvnet.hudson.wmi.Win32Service$Implementation.start(Win32Service.java:149) Caused: java.lang.reflect.InvocationTargetException  at sun.reflect.GeneratedMethodAccessor221.invoke(Unknown Source)  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)  at java.lang.reflect.Method.invoke(Method.java:498)  at org.kohsuke.jinterop.JInteropInvocationHandler.invoke(JInteropInvocationHandler.java:140) Caused: java.lang.reflect.UndeclaredThrowableException  at com.sun.proxy.$Proxy73.start(Unknown Source)  at hudson.os.windows.ManagedWindowsServiceLauncher.launch(ManagedWindowsServiceLauncher.java:342)  at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:294)  at jenkins.util.ContextResettingExecutorS

[JIRA] (JENKINS-60786) "failure" post steps in matrix stage will occasionally be called when the cell succeed and other cells failed

2020-01-15 Thread leo.qu...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Leo Quote updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60786  
 
 
  "failure" post steps in matrix stage will occasionally be called when the cell succeed and other cells failed   
 

  
 
 
 
 

 
Change By: 
 Leo Quote  
 

  
 
 
 
 

 
 minimal pipleine example: [ https://gist.github.com/LeoQuote/ 041188d0f9c1095701c31bef619a2c4d] ef99eeb9d85ec72d0f23c7f7e40523ba/revisions expect: the failure steps will never be called when the first cell is succeed and other cells are failedreality: the failure step `echo you lost` was occaionally called when the first cell is succeed and other cells is failedthis can also happen when the post block is inside stages block.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkins

[JIRA] (JENKINS-60761) Plugin manager fails to load while navigating to the manage plugins view

2020-01-15 Thread anian2...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Anish P K closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 After rebooting jenkins server yet again we do not see this issue anymore ,hence closing this.Will re-open if we encounter this issue. Thanks Anish   
 

  
 
 
 
 

 
 Jenkins /  JENKINS-60761  
 
 
  Plugin manager fails to load while navigating to the manage plugins view   
 

  
 
 
 
 

 
Change By: 
 Anish P K  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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, s

[JIRA] (JENKINS-60786) "failure" post steps in matrix stage will occasionally be called when the cell succeed and other cells failed

2020-01-15 Thread leo.qu...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Leo Quote updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60786  
 
 
  "failure" post steps in matrix stage will occasionally be called when the cell succeed and other cells failed   
 

  
 
 
 
 

 
Change By: 
 Leo Quote  
 

  
 
 
 
 

 
 minimal pipleine example:[https://gist.github.com/LeoQuote/041188d0f9c1095701c31bef619a2c4d]expect: the failure steps will never be called when  the first cell is succeed and other cells is failed reality: the failure step `echo you lost` was occaionally called when the first cell is succeed and other cells is failedthis can also happen when the post block is inside stages block.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204111.1579154772000.188.157915

[JIRA] (JENKINS-60786) "failure" post steps in matrix stage will occasionally be called when the cell succeed and other cells failed

2020-01-15 Thread leo.qu...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Leo Quote updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60786  
 
 
  "failure" post steps in matrix stage will occasionally be called when the cell succeed and other cells failed   
 

  
 
 
 
 

 
Change By: 
 Leo Quote  
 

  
 
 
 
 

 
 minimal pipleine example:[https://gist.github.com/LeoQuote/041188d0f9c1095701c31bef619a2c4d]expect: the failure steps will never be called when the first cell is succeed and other cells  is  are  failedreality: the failure step `echo you lost` was occaionally called when the first cell is succeed and other cells is failedthis can also happen when the post block is inside stages block.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204111.1579154772000.190.1

[JIRA] (JENKINS-60786) "failure" post steps in matrix stage will occasionally be called when the cell succeed and other cells failed

2020-01-15 Thread leo.qu...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Leo Quote created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60786  
 
 
  "failure" post steps in matrix stage will occasionally be called when the cell succeed and other cells failed   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Andrew Bayer  
 
 
Attachments: 
 pic_1579154644776.png  
 
 
Components: 
 pipeline-model-definition-plugin  
 
 
Created: 
 2020-01-16 06:06  
 
 
Environment: 
 jenkins version : 2.204  pipline-model-definition-plugin: 1.5.0   more details:  https://paste.ubuntu.com/p/QfVtfXNv49/  
 
 
Labels: 
 plugin pipeline jenkins  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Leo Quote  
 

  
 
 
 
 

 
 minimal pipleine example: https://gist.github.com/LeoQuote/041188d0f9c1095701c31bef619a2c4d expect: the failure steps will never be called when reality: the failure step `echo you lost` was occaionally called when the first cell is succeed and other cells is failed this can also happen when the post block is inside stages block.  
 

  
 
 
 
 

 
 
 
   

[JIRA] (JENKINS-60761) Plugin manager fails to load while navigating to the manage plugins view

2020-01-15 Thread anian2...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Anish P K commented on  JENKINS-60761  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Plugin manager fails to load while navigating to the manage plugins view   
 

  
 
 
 
 

 
 contd .. {"newly":[],"trend":[],"updated":[]}},"routing":{"locationBeforeTransitions":null}};   (what's this?) This plugin provides a set of environment variables that describe the user who started the build.  Variables provided This plugin defines the following environment variables to describe the user who started the build: Variable Description   BUILD_USER Full name (first name + last name)   BUILD_USER_FIRST_NAME First name   BUILD_USER_LAST_NAME Last name   BUILD_USER_ID Jenkins user ID   BUILD_USER_EMAIL Email address Usage example Select Set Jenkins user build variables and reference the variables during the build:  Pipeline Examples   Script  Expand source node { wrap([$class: 'BuildUser'])  { def user = env.BUILD_USER_ID }  }Jenkins core compatibility This plugin requires Jenkins 1.609+ (since 1.5 version of plugin). Changelog 1.5 (Dec 11, 2015)    -  Workflow support Requires 1.609 or higher of Jenkins.  1.4 (Oct 10, 2014)   - Support of BUILD_USER_EMAIL. Currently, only the explicit e-mail definition in user properties will work (see Mailer Plugin)  - NPE on non-existent upstream builds (JENKINS-22974)  1.3 (Apr 12, 2014)   User variables are not set to Maven3 build (JENKINS-19187)  1.2 * JENKINS-21955 Set BUILD_USER to "SCMTrigger" if a build is run because of a source code change 1.1 * Now works with Jenkins starting from 1.396 version. 1.0 * Initial versionArchivesGet past versionsLinksGitHubJavadocLabelsThis plugin has no labelsHelp us to improve this page!The content driving this site is licensed under the Creative Commons Attribution-ShareAlike 4.0 license.   UI c2c50cf / API   ResourcesDownloads Blog Documentation Plugins Security ContributingProjectStructure and governance Issue tracker Wiki GitHub Jenkins on JenkinsCommunityEvents Mailing lists Chats Special Interest Groups Twitter RedditOtherCode of Conduct Press information Merchandise Artwork Awards (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function()

{ (i[r].q=i[r].q||[]).push(arguments)}

,i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src="" })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-4216293-5', 'auto'); ga('send', 'pageview'); ga('set', 'anonymizeIp', true);


[JIRA] (JENKINS-60761) Plugin manager fails to load while navigating to the manage plugins view

2020-01-15 Thread anian2...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Anish P K commented on  JENKINS-60761  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Plugin manager fails to load while navigating to the manage plugins view   
 

  
 
 
 
 

 
 contd  "version":"1.2","total":13}, {"version":"1.2-SNAPSHOT (private)","total":1} , {"version":"1.3","total":91} , {"version":"1.4","total":606} , {"version":"1.5","total":19510} , {"version":"1.5-github-push-event","total":1} , {"version":"1.6-SNAPSHOT (private)","total":11} , {"version":"1.8-SNAPSHOT (private)","total":1} ],"installationsPercentagePerVersion":[ {"version":"1.0","percentage":0.002269297538946819} , {"version":"1.1","percentage":0.04878989708735661} , {"version":"1.2","percentage":0.004916811334384774} , {"version":"1.2-SNAPSHOT (private)","percentage":0.0003782162564911365} , {"version":"1.3","percentage":0.034417679340693424} , {"version":"1.4","percentage":0.22919905143362873} , {"version":"1.5","percentage":7.378999164142074} , {"version":"1.5-github-push-event","percentage":0.0003782162564911365} , {"version":"1.6-SNAPSHOT (private)","percentage":0.004160378821402502} , {"version":"1.8-SNAPSHOT (private)","percentage":0.0003782162564911365} ],"currentInstalls":20369,"trend":-130},"title":"user build vars","url":"http://updates.jenkins-ci.org/download/plugins/build-user-vars-plugin/1.5/build-user-vars-plugin.hpi","version":"1.5","securityWarnings":null,"wiki":{"content":"\x3cp>\x3c/p> This plugin provides a set of environment variables that describe the user who started the build.\n\x3cp>\x3c/p>\n\x3ch2 id=\"BuildUserVarsPlugin-Variablesprovided\">Variables provided\x3c/h2>\n\x3cp>This plugin defines the following environment variables to describe the user who started the build:\x3c/p>\n\x3cdiv class=\"table-wrap\">\n \x3ctable class=\"wrapped confluenceTable\">\n \x3ccolgroup>\n \x3ccol>\n \x3ccol>\n \x3c/colgroup>\n \x3ctbody>\n \x3ctr>\n \x3cth class=\"confluenceTh\">\x3cp>Variable\x3c/p>\x3c/th>\n \x3cth class=\"confluenceTh\">\x3cp>Description\x3c/p>\x3c/th>\n \x3c/tr>\n \x3ctr>\n \x3ctd class=\"confluenceTd\">\x3cp>BUILD_USER\x3c/p>\x3c/td>\n \x3ctd class=\"confluenceTd\">\x3cp>Full name (first name + last name)\x3c/p>\x3c/td>\n \x3c/tr>\n \x3ctr>\n \x3ctd class=\"confluenceTd\">\x3cp>BUILD_USER_FIRST_NAME\x3c/p>\x3c/td>\n \x3ctd class=\"confluenceTd\">\x3cp>First name\x3c/p>\x3c/td>\n \x3c/tr>\n \x3ctr>\n \x3ctd class=\"confluenceTd\">\x3cp>BUILD_USER_LAST_NAME\x3c/p>\x3c/td>\n \x3ctd class=\"confluenceTd\">\x3cp>Last name\x3c/p>\x3c/td>\n \x3c/tr>\n \x3ctr>\n \x3ctd class=\"confluenceTd\">\x3cp>BUILD_USER_ID\x3c/p>\x3c/td>\n \x3ctd class=\"confluenceTd\">\x3cp>Jenkins user ID\x3c/p>\x3c/td>\n \x3c/tr>\n \x3ctr>\n \x3ctd class=\"confluenceTd\">\x3cp>BUILD_USER_EMAIL\x3c/p>\x3c/td>\n \x3ctd class=\"confluenceTd\">\x3cp>Email address\x3c/p>\x3c/td>\n \x3c/tr>\n \x3c/tbody>\n \x3c/table>\n\x3c/div>\n\x3ch2 id=\"BuildUserVarsPlugin-Usageexample\">Usage example\x3c/h2>\n\x3cp>Select \x3cem>Set Jenkins user build variables\x3c/em> and reference the variables during the build:\x3c/p>\n\x3cp>\x3cspan class=\"confluence-embedded-file-wrapper image-center-wrapper\">\x3cimg class=\"confluence-embedded-image confluence-content-image-border image-center\" src="" data-image-src="" data-unresolved-comment-count=\"0\" data-linked-resource-id=\"59900179\" data-linked-resource-version=\"1\" data-linked-resource-type=\"attachment\" data-linked-resource-default-alias=\"build-user-vars-plugin-sample-usage.png\" data-base-url="" data-linked-resource-content-type=\"image/png\" data-linked-resource-container-id=\"59511381\" data-linked-resource-container-version=\"18\">\x3c/span>\x3c/p>\n\x3ch2 id=\"BuildUserVarsPlugin-PipelineExamples\">Pipeline Examples\x3c/h2>\n\x3cdiv class=\"co

[JIRA] (JENKINS-60761) Plugin manager fails to load while navigating to the manage plugins view

2020-01-15 Thread anian2...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Anish P K commented on  JENKINS-60761  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Plugin manager fails to load while navigating to the manage plugins view   
 

  
 
 
 
 

 
 Natasha Stopa We are using Manage Jenkins-->Manage Plugin view to install and manage plugins Mark WaiteAs seen we have few warnings and manage plugin has updates. On navigating to manage plugins view we are seeing the issues.The page doesn't load and fails with the _javascript_ error as mentioned in the= bug description, we have restarted the jenkins server as well and still the issue persists. Also i could see this error  here were errors checking the update sites: IllegalArgumentException: Could not find (numeric) updateCenterVersion in {"ui":{"activeCategories":[],"activeLabels":[],"activeQuery":"","firstVisit":true,"isFetchingPlugin":false,"isFiltered":false,"isSearching":false,"limit":50,"page":1,"pages":1,"plugin":{"firstRelease":"2012-02-15T22:57:19.00Z","buildDate":"2015-12-11","categories":[],"dependencies":[ {"name":"mailer","title":"Mailer","optional":false,"version":"1.16","implied":false} , {"name":"bouncycastle-api","title":"bouncycastle API","optional":false,"version":"2.16.0","implied":true} , {"name":"command-launcher","title":"Command Agent Launcher","optional":false,"version":"1.0","implied":true} , {"name":"jdk-tool","title":"Oracle Java SE Development Kit Installer","optional":false,"version":"1.0","implied":true} , {"name":"jaxb","title":"JAXB","optional":false,"version":"2.3.0","implied":true} , {"name":"trilead-api","title":"Trilead API","optional":false,"version":"1.0.4","implied":true} ],"maintainers":[ {"id":"gkonovalenko","name":"Gavriil Konovalenko","email":"gkonovale...@gmail.com"} ],"excerpt":"This plugin is used to set user build variables: jenkins user name and id.","gav":"org.jenkins-ci.plugins:build-user-vars-plugin:1.5","labels":[],"name":"build-user-vars-plugin","previousTimestamp":"2014-10-10T05:49:20.00Z","previousVersion":"1.4","releaseTimestamp":"2015-12-11T14:27:02.00Z","requiredCore":"1.609.1","scm": {"issues":null,"link":"https://github.com/jenkinsci/build-user-vars-plugin","inLatestRelease":null,"sinceLatestRelease":null,"pullRequests":null} ,"sha1":"wP2G+s2cj44zGch43q3jktgTSIc=","stats":{"installations":[ {"timestamp":132805440,"total":39} , {"timestamp":133056000,"total":102} , {"timestamp":133323840,"total":155} , {"timestamp":133583040,"total":232} , {"timestamp":133850880,"total":267} , {"timestamp":134110080,"total":310} , {"timestamp":134377920,"total":388} , {"timestamp":134645760,"total":453} , {"timestamp":134904960,"total":516} , {"timestamp":135172800,"total":575} , {"timestamp":135432000,"total":596} , {"timestamp":135699840,"total":694} , {"timestamp":135967680,"total":779} , {"timestamp":136209600,"total":901} , {"timestamp":136477440,"total":1000} , {"timestamp":136736640,"total":1092} , {"timestamp":137004480,"total":1157} , {"timestamp":137263680,"total":1248} , {"timestamp":137531520,"total":1324} , {"timestamp":137799360,"total":1370} , {"timestamp":138058560,"total":1493} , {"timestamp":138326400,"total":1571} , {"timestamp":138585600,"total":1596} , {"timestamp":138853440,"total":1702} , {"timestamp":139121280,"total":1842} , {"timestamp":139363200,"total":1943} , {"timestamp":139631040,"total":2075} , {"timestamp":139890240,"total":2243} , {"timestamp":140158080,"total":2381} , {"timestamp":140417280,"total":2510} , {"timestamp":140685120,"total":2649} , {"timestamp":140952960,"total":2800} , {"timestamp":141212160,"total":2932} , {"timestamp":14148,"total":3034} , {"timestamp":14173

[JIRA] (JENKINS-42971) Pipeline script from SCM does not expand build parameters/env variables for lightweight checkouts

2020-01-15 Thread tamerl...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ipleten commented on  JENKINS-42971  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline script from SCM does not expand build parameters/env variables for lightweight checkouts   
 

  
 
 
 
 

 
 I could confirm that using `readTrusted` causes such error.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.179984.1490114749000.151.1579149780660%40Atlassian.JIRA.


[JIRA] (JENKINS-60761) Plugin manager fails to load while navigating to the manage plugins view

2020-01-15 Thread anian2...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Anish P K updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60761  
 
 
  Plugin manager fails to load while navigating to the manage plugins view   
 

  
 
 
 
 

 
Change By: 
 Anish P K  
 
 
Attachment: 
 jenkins_issue.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204021.1579001055000.149.1579149360629%40Atlassian.JIRA.


[JIRA] (JENKINS-60761) Plugin manager fails to load while navigating to the manage plugins view

2020-01-15 Thread anian2...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Anish P K updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60761  
 
 
  Plugin manager fails to load while navigating to the manage plugins view   
 

  
 
 
 
 

 
Change By: 
 Anish P K  
 
 
Attachment: 
 jenkins_issue.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204021.1579001055000.146.1579149360498%40Atlassian.JIRA.


[JIRA] (JENKINS-42836) Build parameter not expanded in script path

2020-01-15 Thread tamerl...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ipleten edited a comment on  JENKINS-42836  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Build parameter not expanded in script path   
 

  
 
 
 
 

 
 It doesn't work anymore with or without 'lightweight checkout'.https://issues.jenkins-ci.org/browse/JENKINS-60250UPDATE: it  might not work in some cases: see https://issues.jenkins-ci.org/browse/JENKINS-42971?focusedCommentId=370658&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-370658UPDATE2:  It's still doesn't work  it fails  if  you specify commit SHA   readTrusted is used.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.179837.1489676722000.121.1579149300911%40Atlassian.JIRA.


[JIRA] (JENKINS-60771) "Country" column is misleading

2020-01-15 Thread ever...@free.fr (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 evernat edited a comment on  JENKINS-60771  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: "Country" column is misleading   
 

  
 
 
 
 

 
 Technically, it's true than the displayed country flag is based on the browser's locale, like technically [Edge is now based on Chrome|https://issues.jenkins-ci.org/browse/JENKINS-60772]. But it's called Edge and not Chrome.First, the column is written as Country because there is no translation of Locale in French :).And then and it's more important, the displayed country flag is only the country part of the browser's locale. Most of the time, that is the real country and location of the user, or at least of his/her citizenship. And of course, a country flag is about a country, not about a locale.Given that, closing this issue as invalid.For GeoIP, I understand that having country  or  and  city location of users may be of interest but that's another issue.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204032.1579035588000.117.1579139040158%40Atlassian.JIRA.


[JIRA] (JENKINS-60771) "Country" column is misleading

2020-01-15 Thread ever...@free.fr (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 evernat closed an issue as Not A Defect  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60771  
 
 
  "Country" column is misleading   
 

  
 
 
 
 

 
Change By: 
 evernat  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Not A Defect  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204032.1579035588000.114.1579138920332%40Atlassian.JIRA.


[JIRA] (JENKINS-60771) "Country" column is misleading

2020-01-15 Thread ever...@free.fr (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 evernat commented on  JENKINS-60771  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: "Country" column is misleading   
 

  
 
 
 
 

 
 Technically, it's true than the displayed country flag is based on the browser's locale, like technically Edge is now based on Chrome. But it's called Edge and not Chrome. First, the column is written as Country because there is no translation of Locale in French . And then and it's more important, the displayed country flag is only the country part of the browser's locale. Most of the time, that is the real country and location of the user, or at least of his/her citizenship. And of course, a country flag is about a country, not about a locale. Given that, closing this issue as invalid. For GeoIP, I understand that having country or city location of users may be of interest but that's another issue.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204032.1579035588000.111.1579138860225%40Atlassian.JIRA.


[JIRA] (JENKINS-60785) corrupt workspaces.txt file on agent, changes multibranch builds to use workspace directory with slash converted to %2F, causing errors

2020-01-15 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-60785  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: corrupt workspaces.txt file on agent, changes multibranch builds to use workspace directory with slash converted to %2F, causing errors   
 

  
 
 
 
 

 
 

an uncerimonious shut down
 It certainly looks like it, though the code is supposed to defend against that. Not sure what happened. Do you still have the system log that you found the warning in? At any rate, this code could try harder. Currently it falls back to the previous implementation (a reversible translation from job name to folder name), which was correct behavior so far as it goes but leads to trouble if you are using buggy build tools which cannot handle certain characters in the working directory path. Alternately it could discard the corrupted index and start fresh, though this introduces other risks: stale workspaces being permanently forgotten (consuming disk space); possible collision between similarly-named jobs trying to use the same (nonreversibly simplified) folder name.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204110.1579125476000.108.1579138740277%40Atlassian.JIRA.


[JIRA] (JENKINS-60785) corrupt workspaces.txt file on agent, changes multibranch builds to use workspace directory with slash converted to %2F, causing errors

2020-01-15 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60785  
 
 
  corrupt workspaces.txt file on agent, changes multibranch builds to use workspace directory with slash converted to %2F, causing errors   
 

  
 
 
 
 

 
Change By: 
 Jesse Glick  
 
 
Assignee: 
 Brian Elliott  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204110.1579125476000.104.1579138020314%40Atlassian.JIRA.


[JIRA] (JENKINS-60785) corrupt workspaces.txt file on agent, changes multibranch builds to use workspace directory with slash converted to %2F, causing errors

2020-01-15 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60785  
 
 
  corrupt workspaces.txt file on agent, changes multibranch builds to use workspace directory with slash converted to %2F, causing errors   
 

  
 
 
 
 

 
Change By: 
 Jesse Glick  
 
 
Component/s: 
 nodepool-agents-plugin  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204110.1579125476000.106.1579138020344%40Atlassian.JIRA.


[JIRA] (JENKINS-42836) Build parameter not expanded in script path

2020-01-15 Thread tamerl...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ipleten edited a comment on  JENKINS-42836  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Build parameter not expanded in script path   
 

  
 
 
 
 

 
 It doesn't work anymore with or without 'lightweight checkout'.https://issues.jenkins-ci.org/browse/JENKINS-60250UPDATE: it  might not work in some cases: see https://issues.jenkins-ci.org/browse/JENKINS-42971?focusedCommentId=370658&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-370658 UPDATE2: It's still doesn't work if you specify commit SHA   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.179837.1489676722000.79.1579133940663%40Atlassian.JIRA.


[JIRA] (JENKINS-42836) Build parameter not expanded in script path

2020-01-15 Thread tamerl...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ipleten commented on  JENKINS-42836  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Build parameter not expanded in script path   
 

  
 
 
 
 

 
 It doesn't work anymore with or without 'lightweight checkout'. https://issues.jenkins-ci.org/browse/JENKINS-60250 UPDATE: it might not work in some cases: see https://issues.jenkins-ci.org/browse/JENKINS-42971?focusedCommentId=370658&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-370658  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.179837.1489676722000.54.1579133580642%40Atlassian.JIRA.


[JIRA] (JENKINS-49758) when passing in ref_spec with build parameters, the exact string "$REF_SPEC" is used rather then the value

2020-01-15 Thread tamerl...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ipleten commented on  JENKINS-49758  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: when passing in ref_spec with build parameters, the exact string "$REF_SPEC" is used rather then the value   
 

  
 
 
 
 

 
 I see exact the same issue. parameter variable can't be resolved in "Branch to build".  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.188704.1519700423000.44.1579132020296%40Atlassian.JIRA.


[JIRA] (JENKINS-59392) Multibranch pipeline is unable to checkout branches discovered by 'Discover other refs'

2020-01-15 Thread dan...@theeroperto.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Roperto commented on  JENKINS-59392  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Multibranch pipeline is unable to checkout branches discovered by 'Discover other refs'   
 

  
 
 
 
 

 
 Same issue here, I had to add both add other refs `merge-requests//head` (which will add the remove) and also set refs to `+*refs/merge-requests//head/merge-requests//head` (I am using gitlab, "merge" is not available so I need to get head)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.201949.1568641329000.39.1579126980119%40Atlassian.JIRA.


[JIRA] (JENKINS-59560) NPE exception on pipeline checkout step (Pipeline multibranch)

2020-01-15 Thread dnusb...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Devin Nusbaum updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-59560  
 
 
  NPE exception on pipeline checkout step (Pipeline multibranch)   
 

  
 
 
 
 

 
Change By: 
 Devin Nusbaum  
 
 
Component/s: 
 github-integration-plugin  
 
 
Component/s: 
 workflow-scm-step-plugin  
 
 
Component/s: 
 workflow-multibranch-plugin  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.202193.1569582707000.35.1579126320203%40Atlassian.JIRA.


[JIRA] (JENKINS-59560) NPE exception on pipeline checkout step (Pipeline multibranch)

2020-01-15 Thread dnusb...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Devin Nusbaum assigned an issue to Devin Nusbaum  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-59560  
 
 
  NPE exception on pipeline checkout step (Pipeline multibranch)   
 

  
 
 
 
 

 
Change By: 
 Devin Nusbaum  
 
 
Assignee: 
 Devin Nusbaum  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.202193.1569582707000.33.1579126260170%40Atlassian.JIRA.


[JIRA] (JENKINS-59560) NPE exception on pipeline checkout step (Pipeline multibranch)

2020-01-15 Thread dnusb...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Devin Nusbaum commented on  JENKINS-59560  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: NPE exception on pipeline checkout step (Pipeline multibranch)   
 

  
 
 
 
 

 
 It looks like the plugin shown in the screenshot is the GitHub Integration Plugin (https://plugins.jenkins.io/github-pullrequest), this config.jelly file in particular. Perhaps this is the problematic code in that plugin, it could return a parser that just doesn't do anything instead of null. My fix in workflow-scm-step should work fine for this particular issue though.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.202193.1569582707000.31.1579126200498%40Atlassian.JIRA.


[JIRA] (JENKINS-54654) A recent update breaks builds by escaping slashes to percent signs in workspace paths

2020-01-15 Thread j...@jrichards.ca (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jeff Richards commented on  JENKINS-54654  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: A recent update breaks builds by escaping slashes to percent signs in workspace paths   
 

  
 
 
 
 

 
 Jesse Glick, thanks for the pointer, created JENKINS-60785  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.195445.1542295531000.19.1579125600480%40Atlassian.JIRA.


[JIRA] (JENKINS-60785) corrupt workspaces.txt file on agent, changes multibranch builds to use workspace directory with slash converted to %2F, causing errors

2020-01-15 Thread j...@jrichards.ca (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jeff Richards created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60785  
 
 
  corrupt workspaces.txt file on agent, changes multibranch builds to use workspace directory with slash converted to %2F, causing errors   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Brian Elliott  
 
 
Attachments: 
 workspaces.txt_corrupt  
 
 
Components: 
 branch-api-plugin, nodepool-agents-plugin  
 
 
Created: 
 2020-01-15 21:57  
 
 
Environment: 
 linux, multi-branch pipeline build with agents doing the building.  Jenkins version 2.190.3 Branch API Plugin Version 2.5.5  
 
 
Labels: 
 robustness  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Jeff Richards  
 

  
 
 
 
 

 
 I'm facing the same problem with my multibranch pipeline project: "feature/branch" from a git repository is transformed to "feature%2Fbranch" which causes build to fail because the build process cannot find the files. Agents  aredoing the building. In my case interestingly this was only happening on 1 of three nodes (it took me hours to figure THAT out). After much searching what I found was that when I reviewed the node log for the failing node (Manage Jenkins -> Manage Nodes -> click on node in question -> Log, I found that the /home/jenkins/workspace/workspace.txt file was noted as being corrupt.  For whatever reason this meant that when the build was attempted on that node, the build directory was not the usual workspace directory (which has all branch name slashes (encoded as %2F) cases  repla

[JIRA] (JENKINS-51307) Declarative pipeline and docker entrypoint

2020-01-15 Thread timbla...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tim Black edited a comment on  JENKINS-51307  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Declarative pipeline and docker entrypoint   
 

  
 
 
 
 

 
 [~sschuberth], regarding your comment on using `cat` as a docker command, I see in the OP and in my own pipeline examples that the `cat` command is specified at the end of `docker run` and I cannot figure out why. Any info would be helpful.For example, the following pipeline code:  {code:java}docker_image.inside("")  {   ... }{code}  results in the following docker run command, which has inserted a {{cat}} command at the end.   {code:java}docker run -t -d -u 118:124   cat    {code}I believe this might be the reason why when I specify a CMD and/or ENTRYPOINT in our Dockerfile, it isn't working. Perhaps this is inserted by Jenkins under some circumstance? UPDATE: I have since found this PR: [https://github.com/jenkinsci/docker-workflow-plugin/pull/116] which discussion confirms the explicit forcing of CMD to `cat`.It is still woefully unclear to me how to specify, in a Dockerfile, how to run a command every time the docker image is run, when using Jenkins/Docker "inside()" pipeline.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.190642.152632149.14.1579125242406%40Atlassian.JIRA.


[JIRA] (JENKINS-60781) support a list of email addresses

2020-01-15 Thread jfl...@lexmark.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 John Flynn resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Fixed in version 2.2.2  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-60781  
 
 
  support a list of email addresses   
 

  
 
 
 
 

 
Change By: 
 John Flynn  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Fixed  
 
 
Released As: 
 https://github.com/jenkinsci/requests-plugin/blob/requests-2.2.2/CHANGELOG.md  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because 

[JIRA] (JENKINS-60781) support a list of email addresses

2020-01-15 Thread jfl...@lexmark.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 John Flynn commented on  JENKINS-60781  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: support a list of email addresses   
 

  
 
 
 
 

 
 Thank you for reporting the issue with multiple admin email addresses. This should now be fixed in version 2.2.2. I forgot to update the help for the text box, it is comma separated with no spaces. Will update the help at a later time.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204044.1579088245000.9031.1579124280091%40Atlassian.JIRA.


[JIRA] (JENKINS-60780) support unlimited subfolder hierarchy

2020-01-15 Thread jfl...@lexmark.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 John Flynn resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Fixed in version 2.2.2  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-60780  
 
 
  support unlimited subfolder hierarchy   
 

  
 
 
 
 

 
Change By: 
 John Flynn  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Fixed  
 
 
Released As: 
 https://github.com/jenkinsci/requests-plugin/blob/requests-2.2.2/CHANGELOG.md  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message beca

[JIRA] (JENKINS-60780) support unlimited subfolder hierarchy

2020-01-15 Thread jfl...@lexmark.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 John Flynn commented on  JENKINS-60780  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: support unlimited subfolder hierarchy   
 

  
 
 
 
 

 
 Thank you for the logging the issue. The issue has been fixed and should support more than one level of folder views.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204043.1579088195000.9027.1579123980369%40Atlassian.JIRA.


[JIRA] (JENKINS-54654) A recent update breaks builds by escaping slashes to percent signs in workspace paths

2020-01-15 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-54654  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: A recent update breaks builds by escaping slashes to percent signs in workspace paths   
 

  
 
 
 
 

 
 

I would suggest that if the workspaces.txt file is corrupt, the node should be taken offline.
 Better to file this as an Enhancement with label robustness in this component and Link to this issue. Of course better would be to automatically correct a corrupted file, and better still would be to figure out what corrupted it to begin with. What did the supposedly corrupt file contain? Any known steps to reproduce? Etc.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.195445.1542295531000.9011.1579123800342%40Atlassian.JIRA.


[JIRA] (JENKINS-51307) Declarative pipeline and docker entrypoint

2020-01-15 Thread timbla...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tim Black edited a comment on  JENKINS-51307  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Declarative pipeline and docker entrypoint   
 

  
 
 
 
 

 
 [~sschuberth], regarding your comment on using `cat` as a docker command, I see in the OP and in my own pipeline examples that the `cat` command is specified at the end of `docker run` and I cannot figure out why. Any info would be helpful.For example, the following pipeline code: {code:java}docker_image.inside("")  {   ... }{code} results in the following docker run command, which has inserted a {{cat}} command at the end.  {code:java}docker run -t -d -u 118:124   cat    {code}I believe this might be the reason why when I specify a CMD and/or ENTRYPOINT in our Dockerfile, it isn't working. Perhaps this is inserted by Jenkins under some circumstance?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.190642.152632149.8998.1579123680488%40Atlassian.JIRA.


[JIRA] (JENKINS-51307) Declarative pipeline and docker entrypoint

2020-01-15 Thread timbla...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tim Black commented on  JENKINS-51307  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Declarative pipeline and docker entrypoint   
 

  
 
 
 
 

 
 Sebastian Schuberth, regarding your comment on using `cat` as a docker command, I see in the OP and in my own pipeline examples that the `cat` command is specified at the end of `docker run` and I cannot figure out why. Any info would be helpful. For example, the following pipeline code:   

 

docker_image.inside("")  {   ... } 

   results in the following docker run command, which has inserted a cat command at the end.    

 

docker run -t -d -u 118:124   cat     

 I believe this might be the reason why when I specify a CMD and/or ENTRYPOINT in our Dockerfile, it isn't working. Perhaps this is inserted by Jenkins under some circumstance?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view th

[JIRA] (JENKINS-54654) A recent update breaks builds by escaping slashes to percent signs in workspace paths

2020-01-15 Thread j...@jrichards.ca (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jeff Richards commented on  JENKINS-54654  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: A recent update breaks builds by escaping slashes to percent signs in workspace paths   
 

  
 
 
 
 

 
 I also had this problem.   In my case, I was running jenkins in a linux environment, Jenkins version 2.190.3 Branch API Plugin Version 2.5.5.  This is a multibranch pipeline buidl environment with agents doing the building. In my case interestingly this was only happening on 1 of three nodes (it took me hours to figure THAT out). After much searching what I found was that when I reviewed the node log for the failing node (Manage Jenkins -> Manage Nodes -> click on node in question -> Log, I found that the /home/jenkins/workspace/workspace.txt file was noted as being corrupt.  For whatever reason this meant that when the build was attempted on that node, the build directory was not the usual workspace directory (which has all branch name slashes (encoded as %2F) cases  replaced with underscores). In my case, I just creaed a new workspace.txt file and then disconnected and reconnected the node.  And... things started working again. So, if you're experiencing this, review the node logs.   As a suggestion for improving jenkins, I would suggest that if the workspaces.txt file is corrupt, the node should be taken offline.  At least then the admin has a clue that this is a node based issue, and that the node needs manual intervention for things to get back to normal.    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving ema

[JIRA] (JENKINS-60784) Maven compilation issue

2020-01-15 Thread gabriel_henrique2...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 gabriel henrique cavalcante assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60784  
 
 
  Maven compilation issue   
 

  
 
 
 
 

 
Change By: 
 gabriel henrique cavalcante  
 
 
Assignee: 
 gabriel henrique cavalcante  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204052.1579123161000.8963.1579123320128%40Atlassian.JIRA.


[JIRA] (JENKINS-60784) Maven compilation issue

2020-01-15 Thread gabriel_henrique2...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 gabriel henrique cavalcante assigned an issue to Olivier Lamy  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60784  
 
 
  Maven compilation issue   
 

  
 
 
 
 

 
Change By: 
 gabriel henrique cavalcante  
 
 
Assignee: 
 Olivier Lamy  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204052.1579123161000.8965.1579123320201%40Atlassian.JIRA.


[JIRA] (JENKINS-60784) Maven compilation issue

2020-01-15 Thread gabriel_henrique2...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 gabriel henrique cavalcante created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60784  
 
 
  Maven compilation issue   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 gabriel henrique cavalcante  
 
 
Attachments: 
 2020-01-15_18-17-33.jpg  
 
 
Components: 
 maven-invoker-plugin  
 
 
Created: 
 2020-01-15 21:19  
 
 
Priority: 
  Major  
 
 
Reporter: 
 gabriel henrique cavalcante  
 

  
 
 
 
 

 
 I have this build problem and I don't know why this is happening, could you help me with this problem?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
  

[JIRA] (JENKINS-60784) Maven compilation issue

2020-01-15 Thread gabriel_henrique2...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 gabriel henrique cavalcante updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60784  
 
 
  Maven compilation issue   
 

  
 
 
 
 

 
Change By: 
 gabriel henrique cavalcante  
 
 
Priority: 
 Major Blocker  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204052.1579123161000.8962.1579123200309%40Atlassian.JIRA.


[JIRA] (JENKINS-60694) JellyTestSuite fails with timeout issue on Windows runner because it uses HudsonTestCase instead of JenkinsRule

2020-01-15 Thread jn...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Nord assigned an issue to James Nord  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60694  
 
 
  JellyTestSuite fails with timeout issue on Windows runner because it uses HudsonTestCase instead of JenkinsRule   
 

  
 
 
 
 

 
Change By: 
 James Nord  
 
 
Assignee: 
 James Nord  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203939.1578490571000.8959.1579123080157%40Atlassian.JIRA.


[JIRA] (JENKINS-60694) JellyTestSuite fails with timeout issue on Windows runner because it uses HudsonTestCase instead of JenkinsRule

2020-01-15 Thread jn...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Nord commented on  JENKINS-60694  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: JellyTestSuite fails with timeout issue on Windows runner because it uses HudsonTestCase instead of JenkinsRule   
 

  
 
 
 
 

 
 9.4.5.v20170502 -> pass 9.4.5.v20180619 -> fail from the commits between v20170502  and v20180619  and (https://github.com/eclipse/jetty.project/commits/jetty-9.4.5.v20180619)  https://github.com/eclipse/jetty.project/pull/2102 looks like the prime suspect as everything else looks like a bit of build fluff  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203939.1578490571000.8956.1579123020265%40Atlassian.JIRA.


[JIRA] (JENKINS-60761) Plugin manager fails to load while navigating to the manage plugins view

2020-01-15 Thread natasha.st...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Natasha Stopa assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60761  
 
 
  Plugin manager fails to load while navigating to the manage plugins view   
 

  
 
 
 
 

 
Change By: 
 Natasha Stopa  
 
 
Assignee: 
 Natasha Stopa  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204021.1579001055000.8953.1579121760176%40Atlassian.JIRA.


[JIRA] (JENKINS-60761) Plugin manager fails to load while navigating to the manage plugins view

2020-01-15 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite commented on  JENKINS-60761  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Plugin manager fails to load while navigating to the manage plugins view   
 

  
 
 
 
 

 
 This will need much more detail to describe the conditions where the problem is seen. I ran Jenkins 2.176.2 with the command: 

 
$ docker run --rm -p 8080:8080 -i -t jenkins/jenkins:2.176.2
 

 When I connected with Internet Explorer 11, Microsoft Edge, and Google Chrome, all were able to open the plugin manager successfully.  Something else must be happening in the environment where this user is running Jenkins which is not happening in my test environment. The submitter will need to provide more information or we will need to close this issue as "Cannot reproduce".  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204021.1579001055000.8948.1579121520370%40Atlassian.JIRA.


[JIRA] (JENKINS-60761) Plugin manager fails to load while navigating to the manage plugins view

2020-01-15 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60761  
 
 
  Plugin manager fails to load while navigating to the manage plugins view   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Component/s: 
 core  
 
 
Component/s: 
 plugin-installation-manager-tool  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204021.1579001055000.8951.1579121520410%40Atlassian.JIRA.


[JIRA] (JENKINS-46376) Allow getting log through RunWrapper

2020-01-15 Thread dnusb...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Devin Nusbaum stopped work on  JENKINS-46376  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Devin Nusbaum  
 
 
Status: 
 In Progress Open  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.184640.1503479569000.8938.1579121280746%40Atlassian.JIRA.


[JIRA] (JENKINS-46376) Allow getting log through RunWrapper

2020-01-15 Thread dnusb...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Devin Nusbaum assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-46376  
 
 
  Allow getting log through RunWrapper   
 

  
 
 
 
 

 
Change By: 
 Devin Nusbaum  
 
 
Assignee: 
 Andrew Bayer  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.184640.1503479569000.8943.1579121280820%40Atlassian.JIRA.


[JIRA] (JENKINS-46376) Allow getting log through RunWrapper

2020-01-15 Thread dnusb...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Devin Nusbaum commented on  JENKINS-46376  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Allow getting log through RunWrapper   
 

  
 
 
 
 

 
 I'm not sure about adding direct access to build logs from the Pipeline itself. We do not want to encourage users to process large amounts of data directly in their Pipelines, as that often leads to serious performance issues. It would be great to get some examples of what users are looking for in the downstream build logs (build results, errors, etc.). Maybe we could create/expose a different step for structured cross-build communications that could be used from Pipelines that would avoid the drawbacks of direct log access.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.184640.1503479569000.8928.1579121221039%40Atlassian.JIRA.


[JIRA] (JENKINS-46376) Allow getting log through RunWrapper

2020-01-15 Thread dnusb...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Devin Nusbaum updated  JENKINS-46376  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-46376  
 
 
  Allow getting log through RunWrapper   
 

  
 
 
 
 

 
Change By: 
 Devin Nusbaum  
 
 
Status: 
 In  Review  Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.184640.1503479569000.8933.1579121221217%40Atlassian.JIRA.


[JIRA] (JENKINS-56564) Jenkins CLI unable to create job - hudson.cli.DiagnosedStreamCorruptionException

2020-01-15 Thread jthomp...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jeff Thompson closed an issue as Cannot Reproduce  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-56564  
 
 
  Jenkins CLI unable to create job - hudson.cli.DiagnosedStreamCorruptionException   
 

  
 
 
 
 

 
Change By: 
 Jeff Thompson  
 
 
Status: 
 Reopened Closed  
 
 
Resolution: 
 Cannot Reproduce  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.198179.1552579984000.8924.1579120620395%40Atlassian.JIRA.


[JIRA] (JENKINS-60779) Pipeline Build Step: Remove Message converting string Parameter to Extensible Choice Parameter

2020-01-15 Thread dnusb...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Devin Nusbaum commented on  JENKINS-60779  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline Build Step: Remove Message converting string Parameter to Extensible Choice Parameter   
 

  
 
 
 
 

 
 Max Matissek This PR will eventually produce an incremental build of the plugin with the changes in the PR (I'll try to update the comment with a link later, but the link should be available from one of the GitHub statuses once the build passes). It would be great if you could test it out in a dev environment and let us know if it fixes the issue.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204042.1579085441000.8922.1579120440125%40Atlassian.JIRA.


[JIRA] (JENKINS-60761) Plugin manager fails to load while navigating to the manage plugins view

2020-01-15 Thread natasha.st...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Natasha Stopa commented on  JENKINS-60761  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Plugin manager fails to load while navigating to the manage plugins view   
 

  
 
 
 
 

 
 Were you using the plugin management tool to install plugins? https://github.com/jenkinsci/plugin-installation-manager-tool  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204021.1579001055000.8919.1579117320124%40Atlassian.JIRA.


[JIRA] (JENKINS-56564) Jenkins CLI unable to create job - hudson.cli.DiagnosedStreamCorruptionException

2020-01-15 Thread jthomp...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jeff Thompson commented on  JENKINS-56564  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins CLI unable to create job - hudson.cli.DiagnosedStreamCorruptionException   
 

  
 
 
 
 

 
 a b your issue sounds different from the originally reported issue. You don't mention upgrade and the use of the Remoting transport for CLI. You may be getting a similar or even the same error message, though that isn't clear. You need to create your own ticket and provide better information instead of re-opening this one. Further, I'm able to get the CLI to work fine according to the documentation and don't see the error reported earlier. This suggests that you've probably got usage or configuration problems. Possibly network or system problems. You would need to provide a reproducible issue description. The Jenkins issue tracker is not a support forum. You may get better help from the Jenkins User email list or gitter channel.    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.198179.1552579984000.8916.1579116480217%40Atlassian.JIRA.


[JIRA] (JENKINS-60736) Add posibility to obtain SAML assertion after login using SAML plugin

2020-01-15 Thread kuisathave...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ivan Fernandez Calvo edited a comment on  JENKINS-60736  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add posibility to obtain SAML assertion after login using SAML plugin   
 

  
 
 
 
 

 
 >First of all on Linux I can even more simplify the command to env to get all variables and to set on Window.I would expect at least you use credentials to define those secrets as environment variables if you do in that way  {code}  * env {code} *  and  {code}  * set {code} *  would not expose those env vars https://support.cloudbees.com/hc/en-us/articles/203802500-Injecting-Secrets-into-Jenkins-Build-Jobs>Could you consider option (checkbox), which would allow to export SAML assertion into set of environment variables,so the Jenkisn administrator would decide to present variables or in other companies not.Inject environment variables on jobs it is completely out of the scope of this plugin, if you want you can create a new plugin that makes only this, inject the SAML assertion in builds.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203989.1578680312000.8914.1579114620162%40Atlassian.JIRA.


[JIRA] (JENKINS-60736) Add posibility to obtain SAML assertion after login using SAML plugin

2020-01-15 Thread kuisathave...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ivan Fernandez Calvo commented on  JENKINS-60736  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add posibility to obtain SAML assertion after login using SAML plugin   
 

  
 
 
 
 

 
 >First of all on Linux I can even more simplify the command to env to get all variables and to set on Window. I would expect at least you use credentials to define those secrets as environment variables if you do in that way  

 
env 

  and  

 
set 

  would not expose those env vars https://support.cloudbees.com/hc/en-us/articles/203802500-Injecting-Secrets-into-Jenkins-Build-Jobs >Could you consider option (checkbox), which would allow to export SAML assertion into set of environment variables, so the Jenkisn administrator would decide to present variables or in other companies not. Inject environment variables on jobs it is completely out of the scope of this plugin, if you want you can create a new plugin that makes only this, inject the SAML assertion in builds.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Gro

[JIRA] (JENKINS-60649) Bitbucket Server Integration plugin does not work for Pipelines

2020-01-15 Thread trung.h.ngu...@l3harris.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Trung Nguyen commented on  JENKINS-60649  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Bitbucket Server Integration plugin does not work for Pipelines   
 

  
 
 
 
 

 
 Hi Martin, Thanks for providing me with the workaround.  I followed it and the webhook was created in Bitbucket Server.  Now when we do a push, it automatically triggers our Jenkins pipeline. Thanks, Trung Nguyen  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203891.1578329007000.8910.1579114500244%40Atlassian.JIRA.


[JIRA] (JENKINS-60782) issue_updated trigger handler can't find "name" field in JSON

2020-01-15 Thread udayasree.patlo...@bcbsma.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Udaya Sree updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60782  
 
 
  issue_updated trigger handler can't find "name" field in JSON   
 

  
 
 
 
 

 
Change By: 
 Udaya Sree  
 

  
 
 
 
 

 
 The library that the plugin is using is not supported for Cloud, but only for Server, as you can see in the description of the code: >Java client library (useful for any JVM languages), which allows to communicate with JIRA via its new REST API (JIRA 4.2 and newer). "name" field is blocked by Jira cloud > [ https://developer.atlassian.com/cloud/jira/platform/api-changes-for-user-privacy-announcement/ ] . Error:2020-01-07 17:30:53.262+ [id=833] WARNING o.e.j.s.h.ContextHandler$Context#log: Error while serving  [  https:// abc.com/jira-trigger-webhook-receiver/|https:// jenkinscb2.bcbsma.com/jira-trigger-webhook-receiver/ ]  org.codehaus.jettison.json.JSONException: JSONObject["name"] not found. at org.codehaus.jettison.json.JSONObject.get(JSONObject.java:360) at org.codehaus.jettison.json.JSONObject.getString(JSONObject.java:487) at com.atlassian.jira.rest.client.internal.json.JsonParseUtil.parseBasicUser(JsonParseUtil.java:192) at com.atlassian.jira.rest.client.internal.json.CommentJsonParser.parse(CommentJsonParser.java:37) at com.atlassian.jira.rest.client.internal.json.CommentJsonParser$parse.call(Unknown Source) at com.ceilfors.jenkins.plugins.jiratrigger.webhook.WebhookCommentEventJsonParser.parse(WebhookCommentEventJsonParser.groovy:40) at com.ceilfors.jenkins.plugins.jiratrigger.webhook.WebhookCommentEventJsonParser$parse.call(Unknown Source) at com.ceilfors.jenkins.plugins.jiratrigger.webhook.JiraWebhook.processEvent(JiraWebhook.groovy:71) at com.ceilfors.jenkins.plugins.jiratrigger.webhook.JiraWebhook$processEvent.callCurrent(Unknown Source) at com.ceilfors.jenkins.plugins.jiratrigger.webhook.JiraWebhook.doIndex(JiraWebhook.groovy:51) at java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627) at org.kohsuke.stapler.Function$MethodFunction.invoke(Function.java:396) Caused: java.lang.reflect.InvocationTargetException Class used: [https://bitbucket.org/atlassian/jira-rest-java-client/src/1cb0d4e65adf8108980069b344d54d825544d70b/core/src/main/java/com/atlassian/jira/rest/client/internal/json/JsonParseUtil.java?at=jira-rest-java-client-parent-4.0.0#lines-192]Github Code: [https://github.com/jenkinsci/jira-trigger-plugin/blob/master/src/main/groovy/com/ceilfors/jenkins/plugins/jiratrigger/webhook/WebhookCommentEventJsonParser.groovy#L40https://github.com/jenkinsci/jira-trigger-plugin/blob/master/src/main/groovy/com/ceilfors/jenkins/plugins/jiratrigger/webhook/WebhookCommentEventJsonParser.groovy#L40]   
 

  
 
 
 
 

 
  

[JIRA] (JENKINS-57888) Custom log format broken by 2.177

2020-01-15 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-57888  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Custom log format broken by 2.177   
 

  
 
 
 
 

 
 The new formatter is deliberate. There could be a Winstone option to select an alternate formatter if someone cares to write it, or perhaps just by disabling the new formatter when java.util.logging.config.file is defined.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.199852.1559834581000.8900.1579113300238%40Atlassian.JIRA.


[JIRA] (JENKINS-57888) Custom log format broken by 2.177

2020-01-15 Thread louis.r...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Louis-Rémi Paquet commented on  JENKINS-57888  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Custom log format broken by 2.177   
 

  
 
 
 
 

 
 Is there a workaround to be able to provide a ConsoleHandler formatter? If not, I'll be submitting a PR removing the overriding of it. It will still be possible to set the formatter from the command line or the logging.properties as usual. What do you think?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.199852.1559834581000.8894.1579112940300%40Atlassian.JIRA.


[JIRA] (JENKINS-60736) Add posibility to obtain SAML assertion after login using SAML plugin

2020-01-15 Thread habd...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Seweryn Habdank-Wojewodzki edited a comment on  JENKINS-60736  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add posibility to obtain SAML assertion after login using SAML plugin   
 

  
 
 
 
 

 
 Thank  you  for the answer.First of all on Linux I can even more simplify the command to {{env}} to get all variables and to {{set}} on Window. There are exactly all variables in the scope of the build. There is no SAML assertion.Could you consider option (checkbox), which would allow to export SAML assertion into set of environment variables, so the Jenkisn administrator would decide to present variables or in other companies not. I agree, that default value would be not to expose assertion as environment variable.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203989.1578680312000.8889.1579112280453%40Atlassian.JIRA.


[JIRA] (JENKINS-60736) Add posibility to obtain SAML assertion after login using SAML plugin

2020-01-15 Thread habd...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Seweryn Habdank-Wojewodzki edited a comment on  JENKINS-60736  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add posibility to obtain SAML assertion after login using SAML plugin   
 

  
 
 
 
 

 
 Thank you for the answer.First of all on Linux I can even more simplify the command to { color:red} { { env}} {color}  to get all variables and to { color:red} { { set}} {color}  on Window. There are exactly all variables in the scope of the build. There is no SAML assertion.Could you consider option (checkbox), which would allow to export SAML assertion into set of environment variables, so the Jenkisn administrator would decide to present variables or in other companies not. I agree, that default value would be not to expose assertion as environment variable.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203989.1578680312000.8891.1579112280486%40Atlassian.JIRA.


[JIRA] (JENKINS-60736) Add posibility to obtain SAML assertion after login using SAML plugin

2020-01-15 Thread habd...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Seweryn Habdank-Wojewodzki commented on  JENKINS-60736  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add posibility to obtain SAML assertion after login using SAML plugin   
 

  
 
 
 
 

 
 Thank for the answer. First of all on Linux I can even more simplify the command to env to get all variables and to set on Window.  There are exactly all variables in the scope of the build. There is no SAML assertion. Could you consider option (checkbox), which would allow to export SAML assertion into set of environment variables,  so the Jenkisn administrator would decide to present variables or in other companies not.  I agree, that default value would be not to expose assertion as environment variable.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203989.1578680312000.8887.1579112280417%40Atlassian.JIRA.


[JIRA] (JENKINS-58705) Change default working dir to /home/jenkins/agent

2020-01-15 Thread afel...@bandwidth.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Feller edited a comment on  JENKINS-58705  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Change default working dir to /home/jenkins/agent   
 

  
 
 
 
 

 
 This change should have facilitated the use case without breaking backwards compatibility for everyone else as the use of the older working directory should have been noted as a deprecated expectation.  It is clear it was made without any thought to the actual impact to others  with no consideration  as there are situation where _"just use the env var"_ is not enough  of  how significant it would be  a solution to everything .  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.200995.1564403053000.8870.1579106640399%40Atlassian.JIRA.


[JIRA] (JENKINS-60783) Delete pipelines for archived repositories

2020-01-15 Thread ku...@gmx.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 kutzi created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60783  
 
 
  Delete pipelines for archived repositories   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 github-branch-source-plugin  
 
 
Created: 
 2020-01-15 16:43  
 
 
Environment: 
 Jenkins 2.190.3  Github Branch Source Plugin 2.5.8  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 kutzi  
 

  
 
 
 
 

 
 Currently the plugin only removes pipelines for deleted repositories. Would be nice, if that could happen for archived repositories, too  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  

[JIRA] (JENKINS-58705) Change default working dir to /home/jenkins/agent

2020-01-15 Thread afel...@bandwidth.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Feller commented on  JENKINS-58705  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Change default working dir to /home/jenkins/agent   
 

  
 
 
 
 

 
 This change should have facilitated the use case without breaking backwards compatibility for everyone else as the use of the older working directory should have been noted as a deprecated expectation. It is clear it was made without any thought to the actual impact to others with no consideration of how significant it would be.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.200995.1564403053000.8867.1579106640353%40Atlassian.JIRA.


[JIRA] (JENKINS-59790) Container cannot connect to node because it doesn't exist

2020-01-15 Thread delrocq.math...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mathieu Delrocq reopened an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-59790  
 
 
  Container cannot connect to node because it doesn't exist   
 

  
 
 
 
 

 
Change By: 
 Mathieu Delrocq  
 
 
Resolution: 
 Won't Fix  
 
 
Status: 
 Closed Reopened  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.202520.1571136505000.8859.1579106400637%40Atlassian.JIRA.


[JIRA] (JENKINS-59560) NPE exception on pipeline checkout step (Pipeline multibranch)

2020-01-15 Thread gria...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Artem Gryshyn commented on  JENKINS-59560  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: NPE exception on pipeline checkout step (Pipeline multibranch)   
 

  
 
 
 
 

 
 Devin Nusbaum this is a https://plugins.jenkins.io/github GitHub plugin, 1.29.4 version. Also used https://plugins.jenkins.io/git Git plugin, 3.12.1 version.  Git plugin was downgraded to 3.12.1 from 4.0.0 because of dependency on "Pipeline: SCM" plugin 
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.202193.1569582707000.8855.1579106281362%40Atlassian.JIRA.


[JIRA] (JENKINS-60782) issue_updated trigger handler can't find "name" field in JSON

2020-01-15 Thread udayasree.patlo...@bcbsma.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Udaya Sree created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60782  
 
 
  issue_updated trigger handler can't find "name" field in JSON   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Wisen Tanasa  
 
 
Components: 
 jira-trigger-plugin  
 
 
Created: 
 2020-01-15 16:37  
 
 
Priority: 
  Blocker  
 
 
Reporter: 
 Udaya Sree  
 

  
 
 
 
 

 
 The library that the plugin is using is not supported for Cloud, but only for Server, as you can see in the description of the code: >Java client library (useful for any JVM languages), which allows to communicate with JIRA via its new REST API (JIRA 4.2 and newer). "name" field is blocked by Jira cloud >https://developer.atlassian.com/cloud/jira/platform/api-changes-for-user-privacy-announcement/.   Error: 2020-01-07 17:30:53.262+ [id=833] WARNING o.e.j.s.h.ContextHandler$Context#log: Error while serving https://jenkinscb2.bcbsma.com/jira-trigger-webhook-receiver/ org.codehaus.jettison.json.JSONException: JSONObject["name"] not found. at org.codehaus.jettison.json.JSONObject.get(JSONObject.java:360) at org.codehaus.jettison.json.JSONObject.getString(JSONObject.java:487) at com.atlassian.jira.rest.client.internal.json.JsonParseUtil.parseBasicUser(JsonParseUtil.java:192) at com.atlassian.jira.rest.client.internal.json.CommentJsonParser.parse(CommentJsonParser.java:37) at com.atlassian.jira.rest.client.internal.json.CommentJsonParser$parse.call(Unknown Source) at com.ceilfors.jenkins.plugins.jiratrigger.webhook.WebhookCommentEventJsonParser.parse(WebhookCommentEventJsonParser.groovy:40) at com.ceilfors.jenkins.plugins.jiratrigger.webhook.WebhookCommentEventJsonParser$parse.call(Unknown Source) at com.ceilfors.jenkins.plugins.jiratrigger.webhook.JiraWebhook.processEvent(JiraWebhook.groovy:71) at com.ceilfors.jenkins.plugins.jiratrigger.webhook.JiraWebhook$processEvent.callCurrent(Unknown Source) at com.ceilfors.jenkins.plugins.jiratrigger.webhook.JiraWebhook.doIndex(JiraWebhook.groovy:51) at java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627) at org.kohsuke.stapler.Function$MethodFun

[JIRA] (JENKINS-59560) NPE exception on pipeline checkout step (Pipeline multibranch)

2020-01-15 Thread dnusb...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Devin Nusbaum commented on  JENKINS-59560  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: NPE exception on pipeline checkout step (Pipeline multibranch)   
 

  
 
 
 
 

 
 Artem Gryshyn Yes, sorry, the artifact id of the plugin is workflow-job, but the name shown to users is Pipeline: Job Plugin. What is the GitHub plugin being configured in the attached screenshot (it doesn't look like GitHub Branch Source)? That plugin should probably be updated so that it writes an empty changelog file when there are no changes instead of leaving the changelog file empty for consistency with other SCMs.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.202193.1569582707000.8852.1579105980124%40Atlassian.JIRA.


[JIRA] (JENKINS-60602) Bitbucket integration with Jenkins

2020-01-15 Thread alex.martynenko.prese...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alex Martynenko commented on  JENKINS-60602  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Bitbucket integration with Jenkins   
 

  
 
 
 
 

 
 Hi Christian Del Monte, Do you have any updates in case? Thanks in advance.    Regards, Alexander  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203827.157762360.8839.1579104120809%40Atlassian.JIRA.


[JIRA] (JENKINS-60779) Pipeline Build Step: Remove Message converting string Parameter to Extensible Choice Parameter

2020-01-15 Thread dnusb...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Devin Nusbaum commented on  JENKINS-60779  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline Build Step: Remove Message converting string Parameter to Extensible Choice Parameter   
 

  
 
 
 
 

 
 I think the best thing to do in this case would be to change to this block to not log anything or change the description when the class name of the parameter definition is ExtensibleChoiceParameterDefinition. It still makes sense to do the conversion, which IIUC goes through this code to make sure the specified parameter is one of the options, we just don't want to log a warning since the conversion is expected.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204042.1579085441000.8834.1579103940566%40Atlassian.JIRA.


[JIRA] (JENKINS-57177) Add tags discovery to Blueocean dashboard

2020-01-15 Thread nbrys...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nikolay Bryskiun started work on  JENKINS-57177  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Nikolay Bryskiun  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.198928.1556168543000.8788.1579100040901%40Atlassian.JIRA.


[JIRA] (JENKINS-57177) Add tags discovery to Blueocean dashboard

2020-01-15 Thread nbrys...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nikolay Bryskiun updated  JENKINS-57177  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-57177  
 
 
  Add tags discovery to Blueocean dashboard   
 

  
 
 
 
 

 
Change By: 
 Nikolay Bryskiun  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.198928.1556168543000.8790.1579100040971%40Atlassian.JIRA.


[JIRA] (JENKINS-60772) Microsoft Edge identified as Chrome

2020-01-15 Thread ever...@free.fr (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 evernat updated  JENKINS-60772  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60772  
 
 
  Microsoft Edge identified as Chrome   
 

  
 
 
 
 

 
Change By: 
 evernat  
 
 
Status: 
 Open Fixed but Unreleased  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204033.1579035877000.8785.1579099680307%40Atlassian.JIRA.


[JIRA] (JENKINS-60772) Microsoft Edge identified as Chrome

2020-01-15 Thread ever...@free.fr (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 evernat commented on  JENKINS-60772  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Microsoft Edge identified as Chrome   
 

  
 
 
 
 

 
 Identifying the new Microsoft Edge as a Chrome browser is not really false, as Edge says itself in its user-agent. By the way, I see that the given user agent example is Edge on Linux. Anyway, it's fixed now in javamelody-core and will be released in 1.82.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204033.1579035877000.8782.1579099620481%40Atlassian.JIRA.


[JIRA] (JENKINS-60342) Include support to BitBucket Pull Request

2020-01-15 Thread kalle.niemit...@procomp.fi (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Kalle Niemitalo commented on  JENKINS-60342  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Include support to BitBucket Pull Request   
 

  
 
 
 
 

 
 The older Bitbucket Branch Source plugin already supports the pr:opened, pr:merged, pr:declined, pr:deleted, and pr:reviewer:approved events from Bitbucket Server webhooks (HookEventType.java, NativeServerPullRequestHookProcessor.java), so this is necessary for feature parity.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203356.157528517.8773.1579099560268%40Atlassian.JIRA.


[JIRA] (JENKINS-60725) "Added a missed class for missing class telemetry" on AdoptOpenJDK 11

2020-01-15 Thread etho...@inbox.lv (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ethorsa commented on  JENKINS-60725  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: "Added a missed class for missing class telemetry" on AdoptOpenJDK 11   
 

  
 
 
 
 

 
 Ramon Leon I've added full stacktraces for both classes. From a first look they seem same as Hazim Malik ones.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203974.1578649121000.8768.1579099380156%40Atlassian.JIRA.


[JIRA] (JENKINS-60686) Communication problem jenkins <=> slave due to: Illegal base64 character 2a (probably in console output ?)

2020-01-15 Thread o...@sbs.co.at (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 oliva imlinga commented on  JENKINS-60686  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Communication problem jenkins <=> slave due to: Illegal base64 character 2a (probably in console output ?)   
 

  
 
 
 
 

 
 it seems that in our case the problem occurs, if some of the post-build-actions fail. if the tests are not run on a slave (due to the up-to-date-check). then either running post-build action for collecting junit-testcase-results or code-coverage (jacoco) fails and the job ends in the error described above.  of course, this is a problem within job configuration / gradle job, but it would be very nice, if the error is reported within the console in jenkins.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203930.1578473868000.8766.1579099260159%40Atlassian.JIRA.


[JIRA] (JENKINS-60725) "Added a missed class for missing class telemetry" on AdoptOpenJDK 11

2020-01-15 Thread etho...@inbox.lv (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ethorsa updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60725  
 
 
  "Added a missed class for missing class telemetry" on AdoptOpenJDK 11   
 

  
 
 
 
 

 
Change By: 
 ethorsa  
 
 
Attachment: 
 telemetry.log  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203974.1578649121000.8762.1579099200264%40Atlassian.JIRA.


[JIRA] (JENKINS-60725) "Added a missed class for missing class telemetry" on AdoptOpenJDK 11

2020-01-15 Thread etho...@inbox.lv (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ethorsa commented on  JENKINS-60725  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: "Added a missed class for missing class telemetry" on AdoptOpenJDK 11   
 

  
 
 
 
 

 
 The Master and majority of the agents are running on AdopOpenJDK. However, there are some remaining Windows agents with Oracle JDK left (and of course the Linux agents are using OpenJDK).  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203974.1578649121000.8758.1579098540212%40Atlassian.JIRA.


[JIRA] (JENKINS-60738) Override github hook url is not being saved

2020-01-15 Thread aviha...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Avihay Tsayeg updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60738  
 
 
  Override github hook url is not being saved
 

  
 
 
 
 

 
Change By: 
 Avihay Tsayeg  
 
 
Priority: 
 Major Critical  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203992.1578734105000.8756.1579098300390%40Atlassian.JIRA.


[JIRA] (JENKINS-60738) Override github hook url is not being saved

2020-01-15 Thread aviha...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Avihay Tsayeg updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60738  
 
 
  Override github hook url is not being saved
 

  
 
 
 
 

 
Change By: 
 Avihay Tsayeg  
 

  
 
 
 
 

 
 Trying to override the jenkins url at "override hook url" is failing. The adress is being not saved and the original jenkins url is showed instead.This happen manually at the ui  and using the jenkins as configuration code plugin .  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203992.1578734105000.8754.1579098300353%40Atlassian.JIRA.


[JIRA] (JENKINS-60770) Provide different echarts versions

2020-01-15 Thread ullrich.haf...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ulli Hafner resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60770  
 
 
  Provide different echarts versions   
 

  
 
 
 
 

 
Change By: 
 Ulli Hafner  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Fixed  
 
 
Released As: 
 https://github.com/jenkinsci/echarts-api-plugin/releases/tag/echarts-api-4.4.0-8-beta1  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204031.1579027576000.8748.1579097460354%40Atlassian.JIRA.


[JIRA] (JENKINS-60770) Provide different echarts versions

2020-01-15 Thread ullrich.haf...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ulli Hafner assigned an issue to Andreas Pabst  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60770  
 
 
  Provide different echarts versions   
 

  
 
 
 
 

 
Change By: 
 Ulli Hafner  
 
 
Assignee: 
 Ulli Hafner Andreas Pabst  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.204031.1579027576000.8746.1579097460286%40Atlassian.JIRA.


[JIRA] (JENKINS-60725) "Added a missed class for missing class telemetry" on AdoptOpenJDK 11

2020-01-15 Thread manuelramonleonjime...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ramon Leon commented on  JENKINS-60725  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: "Added a missed class for missing class telemetry" on AdoptOpenJDK 11   
 

  
 
 
 
 

 
 Hi ethorsa, yes, it's telemetry. Although the information is not sent because the statistics are disabled, Jenkins warn you using the log. This symptom is because a plugin is using this class and AdoptOpenJDK doesn't have it, because it's sun's specific implementation. It may be a problem or not, it depends on the root cause. I would need the stack traces to be able to analyze each missed class.  For the first stack trace from Hazim Malik, it is expected:  https://github.com/javamelody/javamelody/blob/master/javamelody-core/src/main/java/net/bull/javamelody/FilterContext.java#L349 

 

	private static boolean isMojarraAvailable() {
		try {
			Class.forName("com.sun.faces.application.ActionListenerImpl");
			return true;
		} catch (final Throwable e) { // NOPMD
			return false;
		}
	}
 

 So we should upgrade the ignored places adding this one I cannot find out any culprit from the second stack trace. Maybe Jenkins master is running on an Oracle JDK and the agent is running with AdoptOpenJDK or another one?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and st

[JIRA] (JENKINS-60342) Include support to BitBucket Pull Request

2020-01-15 Thread fabianbo...@gmx.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Fabian Bosch commented on  JENKINS-60342  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Include support to BitBucket Pull Request   
 

  
 
 
 
 

 
 +1 for this featureRequest.  please consider to increase priority on this one. seems to me like this would be the biggest benefit compared to other 3rd party plugins and reason to use it.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203356.157528517.8727.1579095540828%40Atlassian.JIRA.


[JIRA] (JENKINS-60725) "Added a missed class for missing class telemetry" on AdoptOpenJDK 11

2020-01-15 Thread manuelramonleonjime...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ramon Leon assigned an issue to Ramon Leon  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60725  
 
 
  "Added a missed class for missing class telemetry" on AdoptOpenJDK 11   
 

  
 
 
 
 

 
Change By: 
 Ramon Leon  
 
 
Assignee: 
 Ramon Leon  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203974.1578649121000.8722.1579095421266%40Atlassian.JIRA.


[JIRA] (JENKINS-60686) Communication problem jenkins <=> slave due to: Illegal base64 character 2a (probably in console output ?)

2020-01-15 Thread josecarlos...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jose Carlos Alavez Gonzalez commented on  JENKINS-60686  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Communication problem jenkins <=> slave due to: Illegal base64 character 2a (probably in console output ?)   
 

  
 
 
 
 

 
 We have the same issue in Jenkins 2.204.1 but with: java.lang.IllegalArgumentException: Illegal base64 character 20      
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203930.1578473868000.8718.1579095300351%40Atlassian.JIRA.


[JIRA] (JENKINS-60634) Define WORKSPACE_TMP=.../workspace/jobname@tmp

2020-01-15 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick updated  JENKINS-60634  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60634  
 
 
  Define WORKSPACE_TMP=.../workspace/jobname@tmp   
 

  
 
 
 
 

 
Change By: 
 Jesse Glick  
 
 
Resolution: 
 Fixed  
 
 
Status: 
 Resolved In Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203871.157808103.8714.1579094280938%40Atlassian.JIRA.


[JIRA] (JENKINS-60634) Define WORKSPACE_TMP=.../workspace/jobname@tmp

2020-01-15 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-60634  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Define WORKSPACE_TMP=.../workspace/jobname@tmp   
 

  
 
 
 
 

 
 Resolved in core for freestyle and similar builds; PR remains open for Pipeline.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203871.157808103.8715.1579094281089%40Atlassian.JIRA.


[JIRA] (JENKINS-51285) Active Directory plugin does not work with scandic usernames

2020-01-15 Thread ronny.borch...@muehlbauer.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ronny Borchert edited a comment on  JENKINS-51285  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Active Directory plugin does not work with scandic usernames   
 

  
 
 
 
 

 
 With TFS plugin and latest of all version I got this too, seems a connection issue. Our Jenkins is running on Windows Server.  I ask our IT and told me that DC was down for this time. {noformat}FATAL: hudson.plugins.active_directory.CacheAuthenticationException: Authentication failed because there was a problem caching user DOMAIN\NAME; nested exception is java.util.concurrent.ExecutionException: javax.naming.CommunicationException: url.url.url.com:3268 [Root exception is java.net.ConnectException: Connection timed out: connect]java.net.ConnectException: Connection timed out: connect at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:85) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.reflect.GeneratedMethodAccessor644.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.sun.jndi.ldap.Connection.createSocket(Connection.java:350) at com.sun.jndi.ldap.Connection.(Connection.java:203)Caused: javax.naming.CommunicationException: url.url.url.com:3268 [Root exception is java.net.ConnectException: Connection timed out: connect] at com.sun.jndi.ldap.Connection.(Connection.java:216) at com.sun.jndi.ldap.LdapClient.(LdapClient.java:137) at com.sun.jndi.ldap.LdapClient.getInstance(LdapClient.java:1615) at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2749) at com.sun.jndi.ldap.LdapCtx.(LdapCtx.java:319) at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:192) at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:151) at hudson.plugins.active_directory.ActiveDirectorySecurityRealm$DescriptorImpl.bind(ActiveDirectorySecurityRealm.java:668) at hudson.plugins.active_directory.ActiveDirectorySecurityRealm$DescriptorImpl.bind(ActiveDirectorySecurityRealm.java:599) at hudson.plugins.active_directory.ActiveDirectoryUnixAuthenticationProvider$1.call(ActiveDirectoryUnixAuthenticationProvider.java:370) at hudson.plugins.active_directory.ActiveDirectoryUnixAuthenticationProvider$1.call(ActiveDirectoryUnixAuthenticationProvider.java:340) at com.google.common.cache.LocalCache$LocalManualCache$1.load(LocalCache.java:4767) at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3568) at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2350)Caused: java.util.concurrent.ExecutionException at com.google.common.util.concurrent.AbstractFuture$Sync.getValue(AbstractFuture.java:289) at com.google.common.util.concurrent.AbstractFuture$Sync.get(AbstractFuture.java:276) at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:111) at com.google.common.util.concurrent.Uninterruptibles.getUninterruptibly(Uninterruptibles.java:132) at com.google.common.cache.LocalCache$Segment.getAndRecordStats(LocalCache.java:2381) at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2351) at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2313) at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2228) at co

[JIRA] (JENKINS-51285) Active Directory plugin does not work with scandic usernames

2020-01-15 Thread ronny.borch...@muehlbauer.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ronny Borchert edited a comment on  JENKINS-51285  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Active Directory plugin does not work with scandic usernames   
 

  
 
 
 
 

 
 With TFS plugin and latest of all version I got this too, seems a connection issue.  Our Jenkins is running on Windows Server. {noformat}FATAL: hudson.plugins.active_directory.CacheAuthenticationException: Authentication failed because there was a problem caching user DOMAIN\NAME; nested exception is java.util.concurrent.ExecutionException: javax.naming.CommunicationException: url.url.url.com:3268 [Root exception is java.net.ConnectException: Connection timed out: connect]java.net.ConnectException: Connection timed out: connect at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:85) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.reflect.GeneratedMethodAccessor644.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.sun.jndi.ldap.Connection.createSocket(Connection.java:350) at com.sun.jndi.ldap.Connection.(Connection.java:203)Caused: javax.naming.CommunicationException: url.url.url.com:3268 [Root exception is java.net.ConnectException: Connection timed out: connect] at com.sun.jndi.ldap.Connection.(Connection.java:216) at com.sun.jndi.ldap.LdapClient.(LdapClient.java:137) at com.sun.jndi.ldap.LdapClient.getInstance(LdapClient.java:1615) at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2749) at com.sun.jndi.ldap.LdapCtx.(LdapCtx.java:319) at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:192) at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:151) at hudson.plugins.active_directory.ActiveDirectorySecurityRealm$DescriptorImpl.bind(ActiveDirectorySecurityRealm.java:668) at hudson.plugins.active_directory.ActiveDirectorySecurityRealm$DescriptorImpl.bind(ActiveDirectorySecurityRealm.java:599) at hudson.plugins.active_directory.ActiveDirectoryUnixAuthenticationProvider$1.call(ActiveDirectoryUnixAuthenticationProvider.java:370) at hudson.plugins.active_directory.ActiveDirectoryUnixAuthenticationProvider$1.call(ActiveDirectoryUnixAuthenticationProvider.java:340) at com.google.common.cache.LocalCache$LocalManualCache$1.load(LocalCache.java:4767) at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3568) at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2350)Caused: java.util.concurrent.ExecutionException at com.google.common.util.concurrent.AbstractFuture$Sync.getValue(AbstractFuture.java:289) at com.google.common.util.concurrent.AbstractFuture$Sync.get(AbstractFuture.java:276) at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:111) at com.google.common.util.concurrent.Uninterruptibles.getUninterruptibly(Uninterruptibles.java:132) at com.google.common.cache.LocalCache$Segment.getAndRecordStats(LocalCache.java:2381) at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2351) at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2313) at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2228) at com.google.common.cache.LocalCache.get(LocalCache.java:3965

[JIRA] (JENKINS-51285) Active Directory plugin does not work with scandic usernames

2020-01-15 Thread ronny.borch...@muehlbauer.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ronny Borchert edited a comment on  JENKINS-51285  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Active Directory plugin does not work with scandic usernames   
 

  
 
 
 
 

 
 With TFS plugin and latest of all version I got this too, seems a connection issue.{noformat}FATAL: hudson.plugins.active_directory.CacheAuthenticationException: Authentication failed because there was a problem caching user DOMAIN\NAME; nested exception is java.util.concurrent.ExecutionException: javax.naming.CommunicationException: url.url.url.com:3268 [Root exception is java.net.ConnectException: Connection timed out: connect] FATAL: hudson.plugins.active_directory.CacheAuthenticationException: Authentication failed because there was a problem caching user DOMAIN\NAME; nested exception is   java. util.concurrent.ExecutionException: javax.naming.CommunicationException: url.url.url.com:3268 [Root exception is java. net.ConnectException: Connection timed out: connect ]java.net.ConnectException: Connection timed out: connect   at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)   at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:85)   at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)   at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)   at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)   at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)   at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)   at java.net.Socket.connect(Socket.java:589)   at sun.reflect.GeneratedMethodAccessor644.invoke(Unknown Source)   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)   at java.lang.reflect.Method.invoke(Method.java:498)   at com.sun.jndi.ldap.Connection.createSocket(Connection.java:350)   at com.sun.jndi.ldap.Connection.(Connection.java:203)  Caused: javax.naming.CommunicationException: url.url.url.com:3268 [Root exception is java.net.ConnectException: Connection timed out: connect]   at com.sun.jndi.ldap.Connection.(Connection.java:216)   at com.sun.jndi.ldap.LdapClient.(LdapClient.java:137)   at com.sun.jndi.ldap.LdapClient.getInstance(LdapClient.java:1615)   at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2749)   at com.sun.jndi.ldap.LdapCtx.(LdapCtx.java:319)   at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:192)   at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:151)   at hudson.plugins.active_directory.ActiveDirectorySecurityRealm$DescriptorImpl.bind(ActiveDirectorySecurityRealm.java:668)   at hudson.plugins.active_directory.ActiveDirectorySecurityRealm$DescriptorImpl.bind(ActiveDirectorySecurityRealm.java:599)   at hudson.plugins.active_directory.ActiveDirectoryUnixAuthenticationProvider$1.call(ActiveDirectoryUnixAuthenticationProvider.java:370)   at hudson.plugins.active_directory.ActiveDirectoryUnixAuthenticationProvider$1.call(ActiveDirectoryUnixAuthenticationProvider.java:340)   at com.google.common.cache.LocalCache$LocalManualCache$1.load(LocalCache.java:4767)   at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3568)   at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2350)  Caused: java.util.concurrent.ExecutionException   at com.google.common.util.concurrent.AbstractFuture$Sync.getValue(AbstractFuture.java:289)   at com.google.common.util.concurrent.AbstractFuture$Sync.get(AbstractFuture.java:276)   at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:111)   at com.google.common.util.concurrent.Uninterruptibles.getUninterruptibly(Uninterruptibles.java:132)   at com.goog

[JIRA] (JENKINS-51285) Active Directory plugin does not work with scandic usernames

2020-01-15 Thread ronny.borch...@muehlbauer.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ronny Borchert commented on  JENKINS-51285  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Active Directory plugin does not work with scandic usernames   
 

  
 
 
 
 

 
 With TFS plugin and latest of all version I got this too, seems a connection issue. 

 
FATAL: hudson.plugins.active_directory.CacheAuthenticationException: Authentication failed because there was a problem caching user DOMAIN\NAME; nested exception is java.util.concurrent.ExecutionException: javax.naming.CommunicationException: url.url.url.com:3268 [Root exception is java.net.ConnectException: Connection timed out: connect]FATAL: hudson.plugins.active_directory.CacheAuthenticationException: Authentication failed because there was a problem caching user DOMAIN\NAME; nested exception is java.util.concurrent.ExecutionException: javax.naming.CommunicationException: url.url.url.com:3268 [Root exception is java.net.ConnectException: Connection timed out: connect]java.net.ConnectException: Connection timed out: connect at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:85) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.reflect.GeneratedMethodAccessor644.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.sun.jndi.ldap.Connection.createSocket(Connection.java:350) at com.sun.jndi.ldap.Connection.(Connection.java:203)Caused: javax.naming.CommunicationException: url.url.url.com:3268 [Root exception is java.net.ConnectException: Connection timed out: connect] at com.sun.jndi.ldap.Connection.(Connection.java:216) at com.sun.jndi.ldap.LdapClient.(LdapClient.java:137) at com.sun.jndi.ldap.LdapClient.getInstance(LdapClient.java:1615) at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2749) at com.sun.jndi.ldap.LdapCtx.(LdapCtx.java:319) at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:192) at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:151) at hudson.plugins.active_directory.ActiveDirectorySecurityRealm$DescriptorImpl.bind(ActiveDirectorySecurityRealm.java:668) at hudson.plugins.active_directory.ActiveDirectorySecurityRealm$DescriptorImpl.bind(ActiveDirectorySecurityRealm.java:599) at hudson.plugins.active_directory.ActiveDirectoryUnixAuthenticationProvider$1.call(ActiveDirectoryUnixAuthenticationProvider.java:370) at hudson.plugins.active_directory.ActiveDirectoryUnixAuthenticationProvider$1.call(ActiveDirectoryUnixAuthenticationProvider.java:340) at com.google.common.cache.LocalCache$LocalManualCache$1.load(LocalCache.java:4767) at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3568) at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2350)Caused: java.util.concurrent.ExecutionException at com.google.common.util.concurrent.AbstractFuture$Sync.getValue(AbstractFuture.java:289) at com.google.common.util.concurrent.AbstractFuture$Sync.get(AbstractFuture.java:276) at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:111) at com.google.com

[JIRA] (JENKINS-56152) Improve dependency errors message

2020-01-15 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-56152  
 
 
  Improve dependency errors message   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Status: 
 In Progress Resolved  
 
 
Resolution: 
 Fixed  
 
 
Released As: 
 Jenkins 2.214  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.197598.1550189094000.8636.1579090260246%40Atlassian.JIRA.


[JIRA] (JENKINS-42658) computer.getOSDescription() throws NPE if slave is off-line

2020-01-15 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated  JENKINS-42658  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42658  
 
 
  computer.getOSDescription() throws NPE if slave is off-line   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Status: 
 In Review Resolved  
 
 
Resolution: 
 Fixed  
 
 
Released As: 
 Jenkins 2.214  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.179609.1489149605000.8634.1579090212889%40Atlassian.JIRA.


[JIRA] (JENKINS-42658) computer.getOSDescription() throws NPE if slave is off-line

2020-01-15 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42658  
 
 
  computer.getOSDescription() throws NPE if slave is off-line   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Labels: 
 lts-candidate newbie-friendly  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.179609.1489149605000.8631.1579090212827%40Atlassian.JIRA.


[JIRA] (JENKINS-60579) Impossible to have an invisible property on View that is persisted on save

2020-01-15 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev commented on  JENKINS-60579  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Impossible to have an invisible property on View that is persisted on save   
 

  
 
 
 
 

 
 A. Jard if you would like ti get it backported to LTS, please mark it as an LTS candidate  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203704.1577183535000.8628.1579090212368%40Atlassian.JIRA.


  1   2   >