| alshabib | 3e48815 | 2016-10-06 11:42:36 -0700 | [diff] [blame] | 1 | node ('host-master') { |
| 2 | stage 'Checkout code' | ||||
| 3 | checkout([$class: 'RepoScm', currentBranch: true, manifestRepositoryUrl: 'https://gerrit.opencord.org/manifest', quiet: true]) | ||||
| 4 | |||||
| 5 | stage 'Build and Publish apps' | ||||
| 6 | sh 'cd onos-apps && ./gradlew release' | ||||
| 7 | } | ||||