[JIRA] (JENKINS-60916) S3 upload fails with gzipFiles set to true

2020-02-05 Thread danielahcard...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Alejandro Hernández commented on  JENKINS-60916  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: S3 upload fails with gzipFiles set to true   
 

  
 
 
 
 

 
 +1. Same issue here after using 0.11.3 with Jenkins 2.204.1, since we build a new jenkins image each month I'm not sure what might broke the job If the upgrade of Jenkins but based on when plugin is released I might bet for the plugin https://github.com/jenkinsci/s3-plugin/releases/tag/s3-0.11.3.  
 

  
 
 
 
 

 
 
 

 
 
 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.204309.1580370284000.1985.1580934600172%40Atlassian.JIRA.


[JIRA] (JENKINS-42161) Jenkins builds all jobs when user intends for one

2018-10-10 Thread danielahcard...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Alejandro Hernández commented on  JENKINS-42161  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins builds all jobs when user intends for one   
 

  
 
 
 
 

 
 Is there a way to do not to build the jobs for the first time or at least to match the branch as well? I am having serious issues with this since first time all jobs are been triggered and in our infrastructure the workspaces are allocated in a Docker container which this can be deleted once the container does not exists the rest which is critical is in AWS EBS (Jenkins configuration, jobs definition and so on). Our jobs are triggered using regular _expression_ for the tags which starts by ":" , right? is quite complex our process but fully automatic the CI/CD until production but I found weakness in this plugin by not matching correctly the branch or what ever pattern we set in addition to the GIT URL.  
 

  
 
 
 
 

 
 
 

 
 
 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-43180) Multi Axis name "-" validation

2017-03-28 Thread danielahcard...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Alejandro Hernández created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43180  
 
 
  Multi Axis name "-" validation   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Kohsuke Kawaguchi  
 
 
Attachments: 
 invalid.PNG, invalidError.PNG  
 
 
Components: 
 matrix-project-plugin  
 
 
Created: 
 2017/Mar/29 3:53 AM  
 
 
Environment: 
 Jenkins 2.19.4 Plugin version: 1.9  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Daniel Alejandro Hernández  
 

  
 
 
 
 

 
 When creating a Multi configuration job, you can create an axis with name including "-", for example: axi-name and there is no error validation warning that is invalid. Create a "Combination filter" : (axi_name.toString().contains('1') || axi_name.toString().contains('2'))    When you try to save it you get:    Besides that, if you use underscore you can solve the problem, for example: axi_name And the combination filter:  (axi_name.toString().contains('1') || axi_name.toString().contains('2'))    
 

  
 
 
 
 

 
 
 

 
 

[JIRA] [ssh-plugin] (JENKINS-30511) Enject variable into the ssh username

2015-09-30 Thread danielahcard...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Alejandro Hernández commented on  JENKINS-30511 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Enject variable into the ssh username  
 
 
 
 
 
 
 
 
 
 
Sure, I am thinking to buld a .sh script to take some "Secret Text" password from the credentials plugin and pass it to the script as parammeter, and be sure to get this masked by Mask Plugin. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [ssh-plugin] (JENKINS-30511) Enject variable into the ssh username

2015-09-30 Thread danielahcard...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Alejandro Hernández edited a comment on  JENKINS-30511 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Enject variable into the ssh username  
 
 
 
 
 
 
 
 
 
 ¿ Is there any new about? I want to also pass as parammeter the login to the SSH 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [ssh-plugin] (JENKINS-30511) Enject variable into the ssh username

2015-09-30 Thread danielahcard...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Alejandro Hernández commented on  JENKINS-30511 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Enject variable into the ssh username  
 
 
 
 
 
 
 
 
 
 
¿Is there any new about? I want to also pass as parammeter the login to the SSH 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [ssh-plugin] (JENKINS-30511) Enject variable into the ssh username

2015-09-30 Thread danielahcard...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Alejandro Hernández updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30511 
 
 
 
  Enject variable into the ssh username  
 
 
 
 
 
 
 
 
 

Change By:
 
 Daniel Alejandro Hernández 
 
 
 
 
 
 
 
 
 
 Hello,I want to be able to use a parameterized build variable to inject the username in my ssh connection.$APPLICATION_USER = "test"$APPLICATION_USER @server would become test@serverI already tried this, but failed. So I am guessing this feature is not yet implemented. There could be security problems, in production enviroment if you add a very risky server to manipulate and someone creating builds throws unsafe commands to the ssh server Thank you in advance. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [ssh-plugin] (JENKINS-30511) Enject variable into the ssh username

2015-09-30 Thread danielahcard...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Alejandro Hernández assigned an issue to Unassigned 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30511 
 
 
 
  Enject variable into the ssh username  
 
 
 
 
 
 
 
 
 

Change By:
 
 Daniel Alejandro Hernández 
 
 
 

Assignee:
 
 Aaron Simmons 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [ssh-plugin] (JENKINS-30511) Enject variable into the ssh username

2015-09-30 Thread danielahcard...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Alejandro Hernández assigned an issue to Aaron Simmons 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30511 
 
 
 
  Enject variable into the ssh username  
 
 
 
 
 
 
 
 
 

Change By:
 
 Daniel Alejandro Hernández 
 
 
 

Assignee:
 
 Aaron Simmons 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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.