commit | 2302486838ab96855b9c650387bdcd2d77275886 | [log] [tgz] |
---|---|---|
author | Jonathan Hart <jono@opennetworking.org> | Thu Sep 28 09:20:31 2017 -0700 |
committer | Jonathan Hart <jono@opennetworking.org> | Thu Sep 28 15:41:17 2017 -0700 |
tree | 1e3cd3963b13cb825310ce81301161122aaf6793 | |
parent | c88be526552cd9686290a8c685b0aa8d7a564c5f [diff] |
Remove use of gradle for publishing apps Change-Id: I90475ce85348d8287e4f103611e5afdd7a4a8efa
diff --git a/Jenkinsfile b/Jenkinsfile index dcd0b97..def6860 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -3,5 +3,5 @@ checkout([$class: 'RepoScm', currentBranch: true, manifestRepositoryUrl: 'https://gerrit.opencord.org/manifest', quiet: true]) stage 'Build and Publish apps' - sh 'cd onos-apps && ./gradlew release' + sh 'cd onos-apps/apps && mvn clean deploy' }