From edf98cf407589cb066584486288ee486f9adbc3e Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sat, 13 Jun 2015 02:15:04 -0400 Subject: [PATCH] Deploy staging log should be written to $WORKSPACE Change-Id: If6171d0f5c874154d563c18922aa1f1298ab0554 Signed-off-by: Thanh Ha --- jjb/autorelease/include-raw-autorelease-maven-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/autorelease/include-raw-autorelease-maven-deploy.sh b/jjb/autorelease/include-raw-autorelease-maven-deploy.sh index 7bb3d5efa8..38134b715f 100644 --- a/jjb/autorelease/include-raw-autorelease-maven-deploy.sh +++ b/jjb/autorelease/include-raw-autorelease-maven-deploy.sh @@ -19,4 +19,4 @@ for m in `xmlstarlet sel -N x=http://maven.apache.org/POM/4.0.0 -t -m '//x:modul cp -r "/tmp/r/org/opendaylight/$m" m2repo/org/opendaylight/ done) -mvn org.sonatype.plugins:nexus-staging-maven-plugin:1.6.2:deploy-staged-repository -DrepositoryDirectory="`pwd`/m2repo" -DnexusUrl=http://nexus.opendaylight.org/ -DstagingProfileId="21a27b7f3bbb8d" -DserverId="opendaylight.weekly" -s $AUTORELEASE_SETTINGS -gs $ODL_GLOBAL_SETTINGS | tee deploy-staged-repository.log +mvn org.sonatype.plugins:nexus-staging-maven-plugin:1.6.2:deploy-staged-repository -DrepositoryDirectory="`pwd`/m2repo" -DnexusUrl=http://nexus.opendaylight.org/ -DstagingProfileId="21a27b7f3bbb8d" -DserverId="opendaylight.weekly" -s $AUTORELEASE_SETTINGS -gs $ODL_GLOBAL_SETTINGS | tee $WORKSPACE/deploy-staged-repository.log -- 2.36.6