[JIRA] (JENKINS-36375) Change assembly version is adding ? char at the beginning of the AssemblyInfo.cs

2018-10-17 Thread hec...@pliner.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hector Santana commented on  JENKINS-36375  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Change assembly version is adding ? char at the beginning of the AssemblyInfo.cs   
 

  
 
 
 
 

 
 This was merged as part of https://github.com/jenkinsci/change-assembly-version-plugin/pull/11. Now we just need to wait for the next release. Probably v1.11  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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] (JENKINS-36375) Change assembly version is adding ? char at the beginning of the AssemblyInfo.cs

2018-08-22 Thread dwri...@indsci.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Debbie Wright commented on  JENKINS-36375  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Change assembly version is adding ? char at the beginning of the AssemblyInfo.cs   
 

  
 
 
 
 

 
 Is there a plan to Fix this? with workaround works, Its just cumbersome  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.10.1#710002-sha1:6efc396)  
 

  
 

   





-- 
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] (JENKINS-36375) Change assembly version is adding ? char at the beginning of the AssemblyInfo.cs

2016-10-06 Thread connor.pozdol...@viasat.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Connor Pozdolski edited a comment on  JENKINS-36375  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Change assembly version is adding ? char at the beginning of the AssemblyInfo.cs   
 

  
 
 
 
 

 
 Had the same issue on plugin version 1.5.1, Windows Server 2012 R2 build slave.Here's a variant workaround with no external dependencies (e.g. sed). Worked on Windows Server 2012 R2.*Windows Powershell* {noformat} gci -recurse -filter "AssemblyInfo.cs" | %{ (gc $_.fullname) -replace '\?' | Set-content $_.fullname } {noformat}  
 

  
 
 
 
 

 
 
 

 
 
 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] (JENKINS-36375) Change assembly version is adding ? char at the beginning of the AssemblyInfo.cs

2016-10-06 Thread connor.pozdol...@viasat.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Connor Pozdolski edited a comment on  JENKINS-36375  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Change assembly version is adding ? char at the beginning of the AssemblyInfo.cs   
 

  
 
 
 
 

 
 Had the same issue on plugin version 1.5.1, Windows Server 2012 R2 build slave.Here's a variant workaround with no external dependencies (e.g. sed). Worked on Windows Server 2012 R2.*Windows Powershell* {{ gci -recurse -filter "AssemblyInfo.cs" | %{ (gc $_.fullname) -replace '\?' | Set-content $_.fullname } }}  
 

  
 
 
 
 

 
 
 

 
 
 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] (JENKINS-36375) Change assembly version is adding ? char at the beginning of the AssemblyInfo.cs

2016-10-06 Thread connor.pozdol...@viasat.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Connor Pozdolski commented on  JENKINS-36375  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Change assembly version is adding ? char at the beginning of the AssemblyInfo.cs   
 

  
 
 
 
 

 
 Had the same issue on plugin version 1.5.1, Windows Server 2012 R2 build slave. Here's a variant workaround with no external dependencies (e.g. sed). Worked on Windows Server 2012 R2. Windows Powershell gci -recurse -filter "AssemblyInfo.cs" | % { (gc $_.fullname) -replace '\?' | Set-content $_.fullname }  
 

  
 
 
 
 

 
 
 

 
 
 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] (JENKINS-36375) Change assembly version is adding ? char at the beginning of the AssemblyInfo.cs

2016-10-06 Thread connor.pozdol...@viasat.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Connor Pozdolski edited a comment on  JENKINS-36375  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Change assembly version is adding ? char at the beginning of the AssemblyInfo.cs   
 

  
 
 
 
 

 
 Had the same issue on plugin version 1.5.1, Windows Server 2012 R2 build slave.Here's a variant workaround with no external dependencies (e.g. sed). Worked on Windows Server 2012 R2.*Windows Powershell* {{ gci -recurse -filter "AssemblyInfo.cs" | %{ (gc $_.fullname) -replace '\?' | Set-content $_.fullname } }}  
 

  
 
 
 
 

 
 
 

 
 
 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] (JENKINS-36375) Change assembly version is adding ? char at the beginning of the AssemblyInfo.cs

2016-09-01 Thread tjorm...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 tjormola commented on  JENKINS-36375  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Change assembly version is adding ? char at the beginning of the AssemblyInfo.cs   
 

  
 
 
 
 

 
 Proposed fix at https://github.com/jenkinsci/change-assembly-version-plugin/pull/10  
 

  
 
 
 
 

 
 
 

 
 
 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] (JENKINS-36375) Change assembly version is adding ? char at the beginning of the AssemblyInfo.cs

2016-08-22 Thread steph7...@orange.fr (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Steph B commented on  JENKINS-36375  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Change assembly version is adding ? char at the beginning of the AssemblyInfo.cs   
 

  
 
 
 
 

 
 Don't know why it's so long for a fix ! Here a small workaround : 
 
use the plugin as is. 
to remove the extra character i use the following job step : Execute Window Batch command : for /f %%f in ('dir /s /b AssemblyInfo.cs') do sed -i '1s/.//' %%f 
 Then the build is OK. Hope it will help. Regards.  
 

  
 
 
 
 

 
 
 

 
 
 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] (JENKINS-36375) Change assembly version is adding ? char at the beginning of the AssemblyInfo.cs

2016-08-01 Thread simon...@dell.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 simon so commented on  JENKINS-36375  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Change assembly version is adding ? char at the beginning of the AssemblyInfo.cs   
 

  
 
 
 
 

 
 Same here change-assembly-version-plugin 1.5.1 Slave Windows 10 build node  
 

  
 
 
 
 

 
 
 

 
 
 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] (JENKINS-36375) Change assembly version is adding ? char at the beginning of the AssemblyInfo.cs

2016-07-21 Thread steph7...@orange.fr (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Steph B edited a comment on  JENKINS-36375  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Change assembly version is adding ? char at the beginning of the AssemblyInfo.cs   
 

  
 
 
 
 

 
 Same issue here. Solution can't be built due this extra '?' char. change-assembly-version-plugin 1.5.1Windows Server 2012 R2 build slave  
 

  
 
 
 
 

 
 
 

 
 
 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] (JENKINS-36375) Change assembly version is adding ? char at the beginning of the AssemblyInfo.cs

2016-07-21 Thread steph7...@orange.fr (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Steph Steph commented on  JENKINS-36375  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Change assembly version is adding ? char at the beginning of the AssemblyInfo.cs   
 

  
 
 
 
 

 
 Same issue here. change-assembly-version-plugin 1.5.1 Windows Server 2012 R2 build slave  
 

  
 
 
 
 

 
 
 

 
 
 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] (JENKINS-36375) Change assembly version is adding ? char at the beginning of the AssemblyInfo.cs

2016-07-21 Thread steph7...@orange.fr (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Steph Steph updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36375  
 
 
  Change assembly version is adding ? char at the beginning of the AssemblyInfo.cs   
 

  
 
 
 
 

 
Change By: 
 Steph Steph  
 
 
Priority: 
 Minor Major  
 

  
 
 
 
 

 
 
 

 
 
 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] (JENKINS-36375) Change assembly version is adding ? char at the beginning of the AssemblyInfo.cs

2016-07-06 Thread outtierb...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Bert Outtier commented on  JENKINS-36375  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Change assembly version is adding ? char at the beginning of the AssemblyInfo.cs   
 

  
 
 
 
 

 
 Same issue here. change-assembly-version-plugin 1.5.1 Linux jenkins master Windows 8.1 build node.  
 

  
 
 
 
 

 
 
 

 
 
 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] (JENKINS-36375) Change assembly version is adding ? char at the beginning of the AssemblyInfo.cs

2016-06-30 Thread eyz...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Eyzen Medina commented on  JENKINS-36375  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Change assembly version is adding ? char at the beginning of the AssemblyInfo.cs   
 

  
 
 
 
 

 
 I'm using change-assembly-version-plugin 1.5.1  
 

  
 
 
 
 

 
 
 

 
 
 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] (JENKINS-36375) Change assembly version is adding ? char at the beginning of the AssemblyInfo.cs

2016-06-30 Thread eyz...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Eyzen Medina created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36375  
 
 
  Change assembly version is adding ? char at the beginning of the AssemblyInfo.cs   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Sanketh PB  
 
 
Components: 
 change-assembly-version-plugin  
 
 
Created: 
 2016/Jun/30 9:49 PM  
 
 
Environment: 
 master Linux, Slave: windows  Jenkins ver. 2.11  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Eyzen Medina  
 

  
 
 
 
 

 
 The plugin is adding a "?" char to all AssemblyInfo.cs files, Ex.  ?using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following  // set of attributes. Change these attribute values to modify the information It do change the assembyVersion line correctly [assembly: AssemblyVersion("4.6.7.1")]  But the build is failing because the ? at the beginning of the file  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment