release onos apps
Change-Id: Ie7499a83f60c923aabb638eb2efbc7e0501c1857
diff --git a/Jenkinsfile b/Jenkinsfile
index cfec04c..43afcb9 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -75,7 +75,7 @@
if (metadata['build_onos_apps']) {
checkout changelog: false, poll: false, scm: [$class: 'RepoScm', currentBranch: true,
- manifestBranch: 'env.BRANCH_NAME', manifestGroup: 'onos',
+ manifestBranch: env.BRANCH_NAME, manifestGroup: 'onos',
manifestRepositoryUrl: 'https://gerrit.opencord.org/manifest', quiet: true]
sh returnStdout: true, script: 'mvn -Prelease clean deploy'
}