| Jonathan Hart | a5a511d | 2017-08-01 13:54:09 -0700 | [diff] [blame] | 1 | node ('master') { |
| alshabib | 3e48815 | 2016-10-06 11:42:36 -0700 | [diff] [blame] | 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 | } | ||||