提交jenkins自动化流水线
This commit is contained in:
Vendored
+1
-3
@@ -1,11 +1,9 @@
|
||||
pipeline {
|
||||
agent any
|
||||
tools {
|
||||
|
||||
nodejs 'node22'
|
||||
}
|
||||
environment {
|
||||
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('打印环境变量') {
|
||||
|
||||
Reference in New Issue
Block a user