[JIRA] (JENKINS-37385) Powershell plugin does not seem to support dot sourcing
Title: Message Title Mathew Miehling edited a comment on JENKINS-37385 Re: Powershell plugin does not seem to support dot sourcing User Error . Sorry about that, didn't even realize I could close my own issue. 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-37385) Powershell plugin does not seem to support dot sourcing
Title: Message Title Mathew Miehling updated JENKINS-37385 Jenkins / JENKINS-37385 Powershell plugin does not seem to support dot sourcing Change By: Mathew Miehling Status: Fixed but Unreleased Closed 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-37385) Powershell plugin does not seem to support dot sourcing
Title: Message Title Mathew Miehling updated JENKINS-37385 User Error Jenkins / JENKINS-37385 Powershell plugin does not seem to support dot sourcing Change By: Mathew Miehling Status: Open Fixed but Unreleased Resolution: Cannot Reproduce 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-37385) Powershell plugin does not seem to support dot sourcing
Title: Message Title Manuel Cardenas commented on JENKINS-37385 Re: Powershell plugin does not seem to support dot sourcing Mathew Miehling would it be possible for you to confirm this? If so, could you close the issue? 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-37385) Powershell plugin does not seem to support dot sourcing
Title: Message Title Mathew Miehling commented on JENKINS-37385 Re: Powershell plugin does not seem to support dot sourcing I removed the post-build action from my Jenkins job this morning. After re-adding the job, dot sourcing seems to work just fine. This leads me to believe that my issue was actually user error. 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-37385) Powershell plugin does not seem to support dot sourcing
Title: Message Title Mathew Miehling created an issue Jenkins / JENKINS-37385 Powershell plugin does not seem to support dot sourcing Issue Type: Bug Assignee: Unassigned Components: powershell-plugin Created: 2016/Aug/12 9:54 PM Environment: v2.12 Jenkins v1.3 Powershell plugin Labels: plugin powershell Priority: Minor Reporter: Mathew Miehling When attempting to dot source a powershell file from source control, I get the following message: '.' is not recognized as an internal or external command, operable program or batch file. I am attempting to source the file with: . .\jones-tests\scripts\taskManager.ps1