Commit 555356c3 authored by xujian's avatar xujian

xx

parent aefd1b3d
......@@ -68,7 +68,7 @@ pipeline {
if ( repo.type == 'mvn')
sh "mvn -T 1C -Dmaven.test.failure.ignore=true clean package install"
else if (repo.type == 'node')
sh "node run build:prod-htj"
sh "npm run build:prod-htj"
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment