提交jenkins自动化流水线

This commit is contained in:
Home
2026-03-28 20:47:04 +08:00
parent 289f3c2c68
commit 8d33cb3c34
Vendored
+1 -3
View File
@@ -1,11 +1,9 @@
pipeline {
agent any
tools {
nodejs 'node22'
}
environment {
}
stages {
stage('打印环境变量') {