Skip to content
Snippets Groups Projects
Commit fac33821 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch 'rollout-plugins' into 'master'

set phases -> $sPhase -> deploymethod

See merge request !10
parents aac1f638 c8ae8da6
Branches
No related tags found
1 merge request!10set phases -> $sPhase -> deploymethod
Pipeline #318 passed
......@@ -79,6 +79,8 @@ foreach ($oPrj1->getProjects() as $sPrj) {
$aCfg['deploy']['enabled_rollout_plugin']='ssh';
echo " - set hosts for ssh plugin phases -> $sPhase -> plugins -> rollout -> ssh -> hosts = ".$aCfg['phases'][$sPhase]['hosts']."\n";
$aCfg['phases'][$sPhase]['plugins']['rollout']['ssh']['hosts']=$aCfg['phases'][$sPhase]['hosts'];
echo " - set phases -> $sPhase -> deploymethod => rolloutplugin \n";
$aCfg['phases'][$sPhase]['deploymethod']='rolloutplugin';
}
}
if(!$bSave){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment