blob: def68605f00454e888c897708edeaefea7d7228f [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'
Jonathan Hart23024862017-09-28 09:20:31 -07006 sh 'cd onos-apps/apps && mvn clean deploy'
alshabib3e488152016-10-06 11:42:36 -07007}