X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fautorelease%2Fautorelease-templates.yaml;h=7f1d6b76ca33e9c0aa1ad51863c7a6f2bfa28727;hb=fa32effdc9dc4e7e8fa175e4ecd902ee2d3fb573;hp=b23a9124baebe5a5b83982139bc5891d680604b3;hpb=515c49231432baf80755d2a5eabbec881bb94a69;p=releng%2Fbuilder.git diff --git a/jjb/autorelease/autorelease-templates.yaml b/jjb/autorelease/autorelease-templates.yaml index b23a9124b..7f1d6b76c 100644 --- a/jjb/autorelease/autorelease-templates.yaml +++ b/jjb/autorelease/autorelease-templates.yaml @@ -153,7 +153,6 @@ $EXTRA_MVN_OPTS -Pintegrationtests,docs,repoBuild -Dcheckstyle.skip=true - -Dkaraf.keep.unpack=true -DaltDeploymentRepository=staging::default::file:hide/from/pom/files/stage {opendaylight-infra-mvn-opts} java-opts: @@ -173,11 +172,6 @@ - shell: | mkdir -p archives/ cp *.log *.prop $_ - for file in $(find . -name karaf.log); do - module="${{file%%/target/*}}" - module="${{module##*/}}" - cp "$file" "archives/${{module}}-karaf.log" - done publishers: - opendaylight-infra-notify-status @@ -506,7 +500,6 @@ goals: | clean validate -Pq - -Dkaraf.keep.unpack=true {opendaylight-infra-mvn-opts} java-opts: - '-Xmx8g -XX:MaxPermSize=1024m -Dmaven.compile.fork=true' @@ -517,11 +510,6 @@ - shell: | mkdir -p archives/ cp *.log $_ - for file in $(find . -name karaf.log); do - module="${{file%%/target/*}}" - module="${{module##*/}}" - cp "$file" "archives/${{module}}-karaf.log" - done publishers: - email-notification: