blob: dcd0b97a2e280882e0d8a96a3e8170ec75fe375b [file] [log] [blame]
Jonathan Harta5a511d2017-08-01 13:54:09 -07001node ('master') {
alshabib3e488152016-10-06 11:42:36 -07002 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}