Skip to content
Snippets Groups Projects

set phases -> $sPhase -> deploymethod

Merged Hahn Axel (hahn) requested to merge rollout-plugins into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -79,6 +79,8 @@ foreach ($oPrj1->getProjects() as $sPrj) {
@@ -79,6 +79,8 @@ foreach ($oPrj1->getProjects() as $sPrj) {
$aCfg['deploy']['enabled_rollout_plugin']='ssh';
$aCfg['deploy']['enabled_rollout_plugin']='ssh';
echo " - set hosts for ssh plugin phases -> $sPhase -> plugins -> rollout -> ssh -> hosts = ".$aCfg['phases'][$sPhase]['hosts']."\n";
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'];
$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){
if(!$bSave){
Loading