Command
all --action jira --parameters "--action getServerInfo --server http://jira.example.com --user automation --password automation"
all --action confluence --parameters "--action getServerInfo --server http://confluence.example.com --user automation --password automation"
all --action bamboo --parameters "--action getServerInfo --server http://bamboo.example.com --user automation --password automation"
all --action stash --parameters "--action getServerInfo --server http://stash.example.com --user automation --password automation"
all --action crucible --parameters "--action getServerInfo --server http://crucible.example.com --user automation --password automation"
all --action run --file "src/itest/resources/run.txt"
all --action run --file "src/itest/resources/runWithFindReplace.txt" --findReplace "##action##:getClientInfo,##parameters##:--server xxx --password xxx"
all --action run --file "src/itest/resources/runall.txt" --findReplace "##password##:automation,##server-jira##:'http://jira.example.com',##server-confluence##:'http://confluence.example.com',##server-bamboo##:'http://bamboo.example.com',##server-stash##:'http://stash.example.com',##server-crucible##:'http://crucible.example.com',##server-fisheye##:'http://crucible.example.com'"
all --action run --file "src/itest/resources/runall2.txt" --common "--password automation" --findReplace "##server-jira##:'http://jira.example.com',##server-confluence##:'http://confluence.example.com',##server-bamboo##:'http://bamboo.example.com',##server-stash##:'http://stash.example.com',##server-crucible##:'http://crucible.example.com',##server-fisheye##:'http://crucible.example.com'"
all --action run --file "src/itest/resources/runallshort.txt" --common "--password automation" --findReplace "##server-jira##:'http://jira.example.com',##server-confluence##:'http://confluence.example.com',##server-bamboo##:'http://bamboo.example.com',##server-stash##:'http://stash.example.com',##server-crucible##:'http://crucible.example.com',##server-fisheye##:'http://crucible.example.com'"
all --action run --file "src/itest/resources/runallshort.txt" --user "automation" --password "automation" --findReplace "##server-jira##:'http://jira.example.com',##server-confluence##:'http://confluence.example.com',##server-bamboo##:'http://bamboo.example.com',##server-stash##:'http://stash.example.com',##server-crucible##:'http://crucible.example.com',##server-fisheye##:'http://crucible.example.com'"
all --action run --file "src/itest/resources/runreplacemap.txt" --common "--password automation" --findReplace "##server##:'http://confluence.example.com',##space##:Experiment,##title##:runReplaceMap"
all --action run --file "src/itest/resources/runreplacemapshort.txt" --common "--password automation" --findReplace "##server##:'http://confluence.example.com',##space##:Experiment,##title##:runReplaceMapShort"
all --action runFromSql --sql "select 'stash' as action, '-a getClientInfo --password xxx --server xxx' as parameters" --host "mini.local" --driver "postgresql" --database "test" --dbUser "automation" --dbPassword "automation"
all --action run
|