Skip to content

Commit

Permalink
add jsp/jsf/xml/html source editing = jst; comment out the job toggle…
Browse files Browse the repository at this point in the history
… step
  • Loading branch information
nickboldt committed Jul 30, 2015
1 parent 2950da3 commit c52a8e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions util/getProjectSHAs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ if [[ ${jbtm} ]]; then
["maven"]="central"
["project-examples"]="central"
["common/jst/core"]="jst"
["jsp/jsf/xml/html-source-editing"]="jst"
["jsf"]="javaee"
["seam2"]="javaee"
["cdi"]="javaee"
Expand Down Expand Up @@ -290,8 +291,8 @@ checkProjects () {
# because the SHAs don't match, prompt user to enable the job so it can run
# echo " ... enable job ${jobname_prefix}${j}_${stream} ..."
if [[ ${branch} == "master" ]]; then view=DevStudio_Master; else view=DevStudio_${jbdsstream}; fi
echo "python ${toggleJenkinsJobs} --task enable --view ${view} --include ${jobname_prefix}${j}_${stream} -u ${j_user} -p [PASSWORD]"
python ${toggleJenkinsJobs} --task enable --view ${view} --include ${jobname_prefix}${j}_${stream} -u ${j_user} -p "${j_password}"
#echo "python ${toggleJenkinsJobs} --task enable --view ${view} --include ${jobname_prefix}${j}_${stream} -u ${j_user} -p [PASSWORD]"
#python ${toggleJenkinsJobs} --task enable --view ${view} --include ${jobname_prefix}${j}_${stream} -u ${j_user} -p "${j_password}"
jobsToCheck="${jobsToCheck} ${jenkins_prefix}${jobname_prefix}${j}_${stream}/build"
fi
echo ""
Expand Down

0 comments on commit c52a8e5

Please sign in to comment.