feat add test

This commit is contained in:
tqcq 2024-07-18 20:09:56 +08:00 committed by tqcq
parent e1f1d36a3b
commit 3ab8e5b9ea

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ pipeline {
}
stage('Test'){
steps {
sh 'echo test'
sh 'echo Test'
}
}
stage('Deploy') {