[JIRA] (JENKINS-34805) Delivery Pipeline plugin doesn't create the environment variable PIPELINE_VERSION since upgrade

2016-08-25 Thread mj-li...@expertsystems.se (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mattias Jiderhamn commented on  JENKINS-34805  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Delivery Pipeline plugin doesn't create the environment variable PIPELINE_VERSION since upgrade   
 

  
 
 
 
 

 
 I'm on Jenkins 2.19 and Delivery Pipeline 0.9.12 and I still have to add -Dhudson.model.ParametersAction.safeParameters=PIPELINE_VERSION for it to work.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] [git-plugin] (JENKINS-12659) GitPublisher won't work as promote action

2016-04-27 Thread mj-li...@expertsystems.se (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mattias Jiderhamn commented on  JENKINS-12659 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: GitPublisher won't work as promote action  
 
 
 
 
 
 
 
 
 
 
drazzib, in JENKINS-13751 there are links to suggested patches. Unfortunately they broke something else, (

JENKINS-32006
) but maybe it's a place for you to start. Would be awesome to see this fixed! 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

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





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


[JIRA] [promoted-builds-plugin] (JENKINS-7856) Allow other plugins to contribute icons to be used.

2015-11-24 Thread mj-li...@expertsystems.se (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mattias Jiderhamn commented on  JENKINS-7856 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Allow other plugins to contribute icons to be used.  
 
 
 
 
 
 
 
 
 
 
Seems to me this would provide a boilerplate for using the m2release-plugin badge  as the icon? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

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





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


[JIRA] [promoted-builds-plugin] (JENKINS-31725) Allow variables in promotion name (tooltip)

2015-11-24 Thread mj-li...@expertsystems.se (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mattias Jiderhamn created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-31725 
 
 
 
  Allow variables in promotion name (tooltip)  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 
 Oleg Nenashev 
 
 
 

Components:
 

 promoted-builds-plugin 
 
 
 

Created:
 

 24/Nov/15 2:51 PM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Mattias Jiderhamn 
 
 
 
 
 
 
 
 
 
 
It would be great if the promoted-builds-plugin allowed for using variables - in particular any of the Approval Parameters - in the promotion Name, that is used as tooltip text when hoovering the icon/badge. 
That way it would be possible to mimic the released version no of the m2release-plugin badge. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 

[JIRA] [change-assembly-version-plugin] (JENKINS-25476) Encoding problem when writing file on windows.

2015-04-22 Thread mj-li...@expertsystems.se (JIRA)














































Mattias Jiderhamn
 commented on  JENKINS-25476


Encoding problem when writing file on windows.















I'm seeing the same problem. I believe the reason is that Visual Studio not only uses UTF-8 encoding in the AssemblyInfo.cs/.vb files, but also adds a UTF-8 BOM (Byte Order Mark) at the beginning of the file. Seems that the change-assembly-version-plugin then fails to ignore the BOM and "converts" those bytes into "?" characters, which are written to the updated file.

The workaround I found was to open the AssemblyInfo file in some text editor (TextPad in my case) and save as UTF-8 but without BOM. Then the plugin works.



























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







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


[JIRA] [sauce-ondemand-plugin] (JENKINS-25756) Use latest version of selected browsers? not working with Selenium RC

2014-11-24 Thread mj-li...@expertsystems.se (JIRA)














































Mattias Jiderhamn
 created  JENKINS-25756


Use latest version of selected browsers? not working with Selenium RC















Issue Type:


Bug



Assignee:


Kohsuke Kawaguchi



Components:


sauce-ondemand-plugin



Created:


24/Nov/14 12:41 PM



Description:


When selecting Selenium RC and checking "Use latest version of selected browsers?", the following NPE occurs:

java.lang.NullPointerException 
at com.saucelabs.ci.BrowserFactory.getLatestSeleniumBrowserVersion(BrowserFactory.java:267) 
at com.saucelabs.ci.BrowserFactory.seleniumBrowserForKey(BrowserFactory.java:257) 
at hudson.plugins.sauce_ondemand.SauceEnvironmentUtil.outputSeleniumRCVariables(SauceEnvironmentUtil.java:77) 
at hudson.plugins.sauce_ondemand.SauceOnDemandBuildWrapper$1.buildEnvVars(SauceOnDemandBuildWrapper.java:252) 
at hudson.model.AbstractBuild.getEnvironment(AbstractBuild.java:883) 
at hudson.maven.AbstractMavenBuild.getEnvironment(AbstractMavenBuild.java:56) 
at hudson.maven.MavenModuleSetBuild.getEnvironment(MavenModuleSetBuild.java:167) 
at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:677) 
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:518) 
at hudson.model.Run.execute(Run.java:1706) 
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531) 
at hudson.model.ResourceController.execute(ResourceController.java:88) 
at hudson.model.Executor.run(Executor.java:231)




Project:


Jenkins



Priority:


Minor



Reporter:


Mattias Jiderhamn

























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







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


[JIRA] [sauce-ondemand-plugin] (JENKINS-25757) Windows 2003 is an unknown platform

2014-11-24 Thread mj-li...@expertsystems.se (JIRA)














































Mattias Jiderhamn
 created  JENKINS-25757


Windows 2003 is an unknown platform















Issue Type:


Bug



Assignee:


Kohsuke Kawaguchi



Components:


sauce-ondemand-plugin



Created:


24/Nov/14 12:46 PM



Description:


When configuring WebDriver to use any browser on "Windows 2003", then the platform cannot be resolved by SeleniumFactory. Supposedly "Windows Server 2003" is expected.

java.lang.IllegalArgumentException: No enum constant org.openqa.selenium.Platform.Windows 2003
	at java.lang.Enum.valueOf(Enum.java:236)
	at org.openqa.selenium.Platform.valueOf(Platform.java:30)
	at org.openqa.selenium.remote.DesiredCapabilities.setCapability(DesiredCapabilities.java:168)
	at com.saucelabs.sauce_ondemand.driver.SauceOnDemandSPIImpl.createWebDriver(SauceOnDemandSPIImpl.java:157)
	at com.saucelabs.sauce_ondemand.driver.SauceOnDemandSPIImpl.createWebDriver(SauceOnDemandSPIImpl.java:141)
	at com.saucelabs.selenium.client.factory.SeleniumFactory.createWebDriverInstance(SeleniumFactory.java:320)
	at com.saucelabs.selenium.client.factory.SeleniumFactory.createWebDriverInstance(SeleniumFactory.java:303)
	at com.saucelabs.selenium.client.factory.SeleniumFactory.createWebDriver(SeleniumFactory.java:109)
 ...




Project:


Jenkins



Priority:


Major



Reporter:


Mattias Jiderhamn

























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







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