Merge "Remove sudo commands from COMAC-in-a-box test, resolve env permissions"
diff --git a/jjb/pipeline/comac-in-a-box-github.groovy b/jjb/pipeline/comac-in-a-box-github.groovy
index eb07b42..eeaa964 100644
--- a/jjb/pipeline/comac-in-a-box-github.groovy
+++ b/jjb/pipeline/comac-in-a-box-github.groovy
@@ -44,11 +44,11 @@
sh label: 'Run COMAC-in-a-box reset-test', script: """
echo $HOME
cd $HOME/automation-tools/comac-in-a-box/
- sudo make reset-test
+ make reset-test
"""
sh label: 'helm-charts Repo Fresh Clone', script: """
cd $HOME/cord/
- sudo rm -rf helm-charts/
+ rm -rf helm-charts/
git clone https://gerrit.opencord.org/helm-charts
"""
}
@@ -129,8 +129,8 @@
try{
sh label: 'Run Makefile', script: """
cd $HOME/automation-tools/comac-in-a-box/
- sudo make reset-test
- sudo make test
+ make reset-test
+ make test
"""
} finally {
sh label: 'Archive Logs', script: '''