Skip to content

Commit

Permalink
Added missing keywords for web profile tests and changed default cont…
Browse files Browse the repository at this point in the history
…ainer

Signed-off-by: anajosep <anand.francis.joseph.augustin@oracle.com>
  • Loading branch information
anajosep committed Jan 23, 2019
1 parent 7c546fc commit ecb1ace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -80,7 +80,7 @@ pipeline {
agent {
kubernetes {
label "${env.label}"
defaultContainer 'jnlp'
defaultContainer 'jakartaeetck-ci'
yaml """
apiVersion: v1
kind: Pod
Expand Down
2 changes: 1 addition & 1 deletion docker/run_jakartaeetck.sh
Expand Up @@ -192,7 +192,7 @@ export CTS_ANT_OPTS="-Djava.endorsed.dirs=${CTS_HOME}/vi/glassfish5/glassfish/mo
-Djavax.xml.accessExternalDTD=file,http"

if [[ "$PROFILE" == "web" || "$PROFILE" == "WEB" ]];then
KEYWORDS="javaee_web_profile"
KEYWORDS="javaee_web_profile|jacc_web_profile|jaspic_web_profile|javamail_web_profile"
fi

if [ -z "${vehicle}" ];then
Expand Down

0 comments on commit ecb1ace

Please sign in to comment.