Merge "Fix paths to script files in agent templates for MS SQL Cluster."

This commit is contained in:
Jenkins 2013-12-11 07:50:57 +00:00 committed by Gerrit Code Review
commit 83583734c9
7 changed files with 35 additions and 35 deletions

View File

@ -1,7 +1,7 @@
{
"Scripts": [
"/ImportCoreFunctions.ps1",
"/SQLServerForAOAG.ps1"
"ImportCoreFunctions.ps1",
"SQLServerForAOAG.ps1"
],
"Commands": [
{

View File

@ -1,8 +1,8 @@
{
"Scripts": [
"/ImportCoreFunctions.ps1",
"/Start-PowerShellProcess.ps1",
"/Failover-Cluster.ps1"
"ImportCoreFunctions.ps1",
"Start-PowerShellProcess.ps1",
"Failover-Cluster.ps1"
],
"Commands": [
{

View File

@ -1,9 +1,9 @@
{
"Scripts": [
"/ImportCoreFunctions.ps1",
"/Update-ServiceConfig.ps1",
"/SQLServerForAOAG.ps1",
"/Failover-Cluster.ps1"
"ImportCoreFunctions.ps1",
"Update-ServiceConfig.ps1",
"SQLServerForAOAG.ps1",
"Failover-Cluster.ps1"
],
"Commands": [
{

View File

@ -1,12 +1,12 @@
{
"Scripts": [
"/ImportCoreFunctions.ps1",
"/OptionParser.ps1",
"/SQLServer/SQLServerOptionParsers.ps1",
"/SQLServer/SQLServerInstaller.ps1",
"/Export-Function.ps1",
"/Start-PowerShellProcess.ps1",
"/SQLServerForAOAG.ps1"
"ImportCoreFunctions.ps1",
"OptionParser.ps1",
"SQLServer/SQLServerOptionParsers.ps1",
"SQLServer/SQLServerInstaller.ps1",
"Export-Function.ps1",
"Start-PowerShellProcess.ps1",
"SQLServerForAOAG.ps1"
],
"Commands": [
{

View File

@ -1,12 +1,12 @@
{
"Scripts": [
"/ImportCoreFunctions.ps1",
"/OptionParser.ps1",
"/SQLServer/SQLServerOptionParsers.ps1",
"/SQLServer/SQLServerInstaller.ps1",
"/Export-Function.ps1",
"/Start-PowerShellProcess.ps1",
"/SQLServerForAOAG.ps1"
"ImportCoreFunctions.ps1",
"OptionParser.ps1",
"SQLServer/SQLServerOptionParsers.ps1",
"SQLServer/SQLServerInstaller.ps1",
"Export-Function.ps1",
"Start-PowerShellProcess.ps1",
"SQLServerForAOAG.ps1"
],
"Commands": [
{

View File

@ -1,12 +1,12 @@
{
"Scripts": [
"/ImportCoreFunctions.ps1",
"/OptionParser.ps1",
"/SQLServer/SQLServerOptionParsers.ps1",
"/SQLServer/SQLServerInstaller.ps1",
"/Export-Function.ps1",
"/Start-PowerShellProcess.ps1",
"/SQLServerForAOAG.ps1"
"ImportCoreFunctions.ps1",
"OptionParser.ps1",
"SQLServer/SQLServerOptionParsers.ps1",
"SQLServer/SQLServerInstaller.ps1",
"Export-Function.ps1",
"Start-PowerShellProcess.ps1",
"SQLServerForAOAG.ps1"
],
"Commands": [
{

View File

@ -1,10 +1,10 @@
{
"Scripts": [
"/ImportCoreFunctions.ps1",
"/OptionParser.ps1",
"/SQLServer/SQLServerOptionParsers.ps1",
"/SQLServer/SQLServerInstaller.ps1",
"/SQLServerForAOAG.ps1"
"ImportCoreFunctions.ps1",
"OptionParser.ps1",
"SQLServer/SQLServerOptionParsers.ps1",
"SQLServer/SQLServerInstaller.ps1",
"SQLServerForAOAG.ps1"
],
"Commands": [
{