Change-Id: Ie5432a4c75187b77233b82fa6899e0d5031cab17
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
])
])
-def uninstall_osm( stackName ) {
+def uninstall_osm(stackName) {
sh """
export OSM_USE_LOCAL_DEVOPS=true
export PATH=$PATH:/snap/bin
if ( params.DO_INSTALL ) {
if (error) {
if ( !params.SAVE_CONTAINER_ON_FAIL ) {
- uninstall_osm ${container_name}
+ uninstall_osm container_name
}
throw error
}
else {
if ( !params.SAVE_CONTAINER_ON_PASS ) {
- uninstall_osm ${container_name}
+ uninstall_osm container_name
}
}
}