提交jenkins自动化流水线

This commit is contained in:
Home
2026-03-28 23:22:56 +08:00
parent db8f638be4
commit 6f8a692f2c
Vendored
+1
View File
@@ -25,6 +25,7 @@ pipeline {
}
stage('安装依赖') {
steps {
sh 'npm install @dcloudio/uts-linux-x64-gnu'
sh 'npm install'
}
}