feat show env

This commit is contained in:
tqcq 2024-07-18 19:12:11 +08:00 committed by tqcq
parent e12c1a6ea8
commit e1f1d36a3b

1
Jenkinsfile vendored
View File

@ -4,6 +4,7 @@ pipeline {
stage('Build') {
steps {
sh 'echo build'
sh 'env'
}
}
stage('Test'){