[JIRA] (JENKINS-15777) Running multiple .bat scripts in one task

2019-08-26 Thread maxrobinw...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Wang Robin commented on  JENKINS-15777  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Running multiple .bat scripts in one task   
 

  
 
 
 
 

 
 I think this is a problem,  a.bat 

 

@set A=123
@echo %A% %B% %C% 

 b.bat 

 

@set B=456
@echo %A% %B% %C% 

 c.bat 

 

@set C=789
@echo %A% %B% %C% 

   When I create an Execute Windows batch task in Jenkins which does: 

 

a.bat
b.bat
c.bat 

 b.bat and c.bat are never executed.   Result: 

 

123 %B% %C% 

   Expectation:  

 

123 %B% %C%
123 456 %C%
123 456 789
 

 I think the result should be the same as OS run a batch files (all.bat)  

 

a.bat
b.bat
c.bat
 

        
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 
  

[JIRA] (JENKINS-50017) The process will pending when license windows prompt in background.

2018-03-15 Thread maxrobinw...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Wang Robin closed an issue as Done  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 It can be fixed by myself /w registry  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-50017  
 
 
  The process will pending when license windows prompt in background.   
 

  
 
 
 
 

 
Change By: 
 Wang Robin  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Done  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





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

[JIRA] (JENKINS-50017) The process will pending when license windows prompt in background.

2018-03-15 Thread maxrobinw...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Wang Robin commented on  JENKINS-50017  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: The process will pending when license windows prompt in background.   
 

  
 
 
 
 

 
 It can be fixed by myself /w registry.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-50017) The process will pending when license windows prompt in background.

2018-03-08 Thread maxrobinw...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Wang Robin updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50017  
 
 
  The process will pending when license windows prompt in background.   
 

  
 
 
 
 

 
Change By: 
 Wang Robin  
 
 
Priority: 
 Critical Major  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-50017) The process will pending when license windows prompt in background.

2018-03-08 Thread maxrobinw...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Wang Robin updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50017  
 
 
  The process will pending when license windows prompt in background.   
 

  
 
 
 
 

 
Change By: 
 Wang Robin  
 
 
Priority: 
 Major Critical  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-50017) The process will pending when license windows prompt in background.

2018-03-08 Thread maxrobinw...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Wang Robin updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50017  
 
 
  The process will pending when license windows prompt in background.   
 

  
 
 
 
 

 
Change By: 
 Wang Robin  
 
 
Attachment: 
 fit license window.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-50017) The process will pending when license windows prompt in background.

2018-03-08 Thread maxrobinw...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Wang Robin created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50017  
 
 
  The process will pending when license windows prompt in background.   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Wang Robin  
 
 
Attachments: 
 fit0308.zip  
 
 
Components: 
 command-launcher-plugin  
 
 
Created: 
 2018-03-08 13:43  
 
 
Environment: 
 Jenkins version 2.89.4  All plugins /w suggestion.   
 
 
Labels: 
 jenkins exception windows build security  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Wang Robin  
 

  
 
 
 
 

 
 The process will pending when license windows prompt in background.   Reproduce Steps: 1.create a job. 2.add "handle Windows Batch Command" in the "build" region. 

 

fit -h 

 3. Job building begging, and you will see the issue.     This is the build log. 

 

D:\Jenkins\workspace\temp>Fit -h 
===
Intel (R) Flash Image Tool. Version: 11.6.0.1126
Copyright (c) 2013 - 2016, Intel Corporation. All rights