Skip to content

Commit

Permalink
add phantom-js
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Mar 21, 2017
1 parent 003b84a commit 122f1ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 122f1ec

Please sign in to comment.