[JIRA] (JENKINS-57082) Azure Deployment in Jenkins pipeline ignores Git config and searches for Linux git command

2019-04-17 Thread matthias.lisc...@gmx.at (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matthias Lischka commented on  JENKINS-57082  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Azure Deployment in Jenkins pipeline ignores Git config and searches for Linux git command   
 

  
 
 
 
 

 
 Hi, thx for the quick reply. "https://jenkins/computer/[BuildAgent]/configure". Set "(Git) Default" to "C:\Program Files\Git\bin\git.exe".  
 

  
 
 
 
 

 
 
 

 
 
 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-57082) Azure Deployment in Jenkins pipeline ignores Git config and searches for Linux git command

2019-04-17 Thread jie...@microsoft.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jie Shen commented on  JENKINS-57082  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Azure Deployment in Jenkins pipeline ignores Git config and searches for Linux git command   
 

  
 
 
 
 

 
 How do you configure git for your agent? I am trying to reproduce your issue.  
 

  
 
 
 
 

 
 
 

 
 
 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-57082) Azure Deployment in Jenkins pipeline ignores Git config and searches for Linux git command

2019-04-17 Thread vscjenk...@microsoft.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Azure DevOps started work on  JENKINS-57082  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Azure DevOps  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 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-57082) Azure Deployment in Jenkins pipeline ignores Git config and searches for Linux git command

2019-04-17 Thread jie...@microsoft.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jie Shen assigned an issue to Jie Shen  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-57082  
 
 
  Azure Deployment in Jenkins pipeline ignores Git config and searches for Linux git command   
 

  
 
 
 
 

 
Change By: 
 Jie Shen  
 
 
Assignee: 
 Azure DevOps Jie Shen  
 

  
 
 
 
 

 
 
 

 
 
 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-57082) Azure Deployment in Jenkins pipeline ignores Git config and searches for Linux git command

2019-04-17 Thread matthias.lisc...@gmx.at (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matthias Lischka updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-57082  
 
 
  Azure Deployment in Jenkins pipeline ignores Git config and searches for Linux git command   
 

  
 
 
 
 

 
Change By: 
 Matthias Lischka  
 

  
 
 
 
 

 
 We want to use the azureWebAppPublish step in our jenkins file for a multibranch pipeline build.We have our build agents configured to find the git assembly in "c:\Program..."The azureWebAppPublish plugin however seems to ignore this Setting and fails with{quote}{{java.io.IOException: Cannot run program "/usr/bin/git"}}{quote} Our step is like this:{quote}steps \{ azureWebAppPublish appName: 'FOO', azureCredentialsId: 'FOO', filePath: '**', publishType: 'file', resourceGroup: 'FOO', sourceDirectory: 'artifacts/'}{quote}The plugin *does use* the configured git *when  configured  used  via the UI* and work as expected, only as pipeline build and in a jenkins file it ignores the config.Thx & BR Matthias  
 

  
 
 
 
 

 
 
 

 
 
 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-57082) Azure Deployment in Jenkins pipeline ignores Git config and searches for Linux git command

2019-04-17 Thread matthias.lisc...@gmx.at (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matthias Lischka updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-57082  
 
 
  Azure Deployment in Jenkins pipeline ignores Git config and searches for Linux git command   
 

  
 
 
 
 

 
Change By: 
 Matthias Lischka  
 

  
 
 
 
 

 
 We want to use the azureWebAppPublish step in our jenkins file for a multibranch pipeline build.We have our build agents configured to find the git assembly in "c:\Program..."The azureWebAppPublish plugin however seems to ignore this Setting and fails with{quote}{{java.io.IOException: Cannot run program "/usr/bin/git"}}{quote} Our step is like this:{quote}steps  \  {   azureWebAppPublish appName: 'FOO', azureCredentialsId: 'FOO', filePath: '**', publishType: 'file', resourceGroup: 'FOO', sourceDirectory: 'artifacts/'   }{quote}The plugin *does use* the configured git *when configured via the UI* and work as expected, only as pipeline build and in a jenkins file it ignores the config.Thx & BR Matthias  
 

  
 
 
 
 

 
 
 

 
 
 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-57082) Azure Deployment in Jenkins pipeline ignores Git config and searches for Linux git command

2019-04-17 Thread matthias.lisc...@gmx.at (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matthias Lischka created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-57082  
 
 
  Azure Deployment in Jenkins pipeline ignores Git config and searches for Linux git command   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Azure DevOps  
 
 
Components: 
 azure-app-service-plugin  
 
 
Created: 
 2019-04-17 12:12  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Matthias Lischka  
 

  
 
 
 
 

 
 We want to use the azureWebAppPublish step in our jenkins file for a multibranch pipeline build. We have our build agents configured to find the git assembly in "c:\Program..." The azureWebAppPublish plugin however seems to ignore this Setting and fails with 

java.io.IOException: Cannot run program "/usr/bin/git"
   Our step is like this: 

steps  

Unknown macro: { azureWebAppPublish appName} 

 The plugin does use the configured git when configured via the UI and work as expected, only as pipeline build and in a jenkins file it ignores the config. Thx & BR Matthias