提交 db8323b6 作者: 郁骅焌

测试一下

上级 1309cceb
...@@ -16,8 +16,11 @@ node('jenkins-jnlp') { ...@@ -16,8 +16,11 @@ node('jenkins-jnlp') {
sh "ln -s /opt/node-v20.9.0-linux-x64-glibc-217/bin/yarn /usr/bin/yarn" sh "ln -s /opt/node-v20.9.0-linux-x64-glibc-217/bin/yarn /usr/bin/yarn"
sh "ln -s /opt/node-v20.9.0-linux-x64-glibc-217/bin/pnpm /usr/bin/pnpm" sh "ln -s /opt/node-v20.9.0-linux-x64-glibc-217/bin/pnpm /usr/bin/pnpm"
sh "pnpm install" sh "ls"
sh "npm run build" sh "# npm config set registry https://registry.npmmirror.com"
sh "# npm config set registry https://registry.npmjs.org"
sh "# pnpm install"
sh "# npm run build"
} }
//dockerfile编译 //dockerfile编译
stage('Build docker') { stage('Build docker') {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论