openvidu-test-e2e: Jenkinsfile update

pull/255/head
pabloFuente 2019-03-01 11:03:55 +01:00
parent cfc12e1928
commit ac1b701d24
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ node('container') {
cd ../openvidu && mvn versions:set-property -Dproperty=version.kurento -DnewVersion=$MVN_VERSION
fi
'''.stripIndent()).result
echo "Kurento Java build status: ${BUILD_STATUS}"
sh 'echo "Kurento Java build status: ${BUILD_STATUS}"'
}
stage('OpenVidu parent build') {
sh 'cd openvidu/openvidu-java-client && mvn --batch-mode versions:set -DnewVersion=1.0.0-TEST'