diff --git a/roles/work/roles/cloud/roles/jenkins/recipes/install-master.bash b/roles/work/roles/cloud/roles/jenkins/recipes/install-master.bash index 974916c3..dc7c345f 100755 --- a/roles/work/roles/cloud/roles/jenkins/recipes/install-master.bash +++ b/roles/work/roles/cloud/roles/jenkins/recipes/install-master.bash @@ -36,6 +36,7 @@ function main() "${appFolderPath}/../../../../../../../cookbooks/jenkins/recipes/install-master-plugins.bash" "${CLOUD_JENKINS_INSTALL_PLUGINS[@]}" "${appFolderPath}/../../../../../../../cookbooks/jenkins/recipes/safe-restart-master.bash" "${appFolderPath}/../../../../../../../cookbooks/packer/recipes/install.bash" + "${appFolderPath}/../../../../../../../cookbooks/phantom-js/recipes/install.bash" "${appFolderPath}/../../../../../../../cookbooks/ps1/recipes/install.bash" --host-name "${hostName}" --users "${JENKINS_USER_NAME}, $(whoami)" "${appFolderPath}/../../../../../../../cookbooks/secret-server-console/recipes/install.bash" "${appFolderPath}/../../../../../../../cookbooks/terraform/recipes/install.bash" diff --git a/roles/work/roles/cloud/roles/jenkins/recipes/install-slave.bash b/roles/work/roles/cloud/roles/jenkins/recipes/install-slave.bash index 8f6412ac..b4a183ac 100755 --- a/roles/work/roles/cloud/roles/jenkins/recipes/install-slave.bash +++ b/roles/work/roles/cloud/roles/jenkins/recipes/install-slave.bash @@ -33,6 +33,7 @@ function main() "${appFolderPath}/../../../../../../../cookbooks/node-js/recipes/install.bash" "${CLOUD_JENKINS_NODE_JS_VERSION}" "${CLOUD_JENKINS_NODE_JS_INSTALL_FOLDER_PATH}" "${appFolderPath}/../../../../../../../cookbooks/jenkins/recipes/install-slave.bash" "${appFolderPath}/../../../../../../../cookbooks/packer/recipes/install.bash" + "${appFolderPath}/../../../../../../../cookbooks/phantom-js/recipes/install.bash" "${appFolderPath}/../../../../../../../cookbooks/ps1/recipes/install.bash" --host-name "${hostName}" --users "${JENKINS_USER_NAME}, $(whoami)" "${appFolderPath}/../../../../../../../cookbooks/secret-server-console/recipes/install.bash" "${appFolderPath}/../../../../../../../cookbooks/terraform/recipes/install.bash"