blob: 3d3f527541851e0af4dcbcbacbcf7693b40aaa99 [file] [log] [blame]
Kailash Khalasic323b1a2018-04-19 15:49:48 -07001node ('ubuntu16.04-basebuild-1c-2g') {
alshabib3e488152016-10-06 11:42:36 -07002 stage 'Checkout code'
3 checkout([$class: 'RepoScm', currentBranch: true, manifestRepositoryUrl: 'https://gerrit.opencord.org/manifest', quiet: true])
Kailash Khalasic323b1a2018-04-19 15:49:48 -07004
alshabib3e488152016-10-06 11:42:36 -07005 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}