Authored by jimi

add describe

... ... @@ -149,7 +149,7 @@ pipeline {
}
failure {
script {
echo 'This will run only if failed'
echo 'print all build and delploy info ---'
echo 'list the package result '
sh "tree ${PROJECT_WORK_DIR}"
echo 'list the deploy yaml '
... ...