add jenkins
All checks were successful
git/CI_test/pipeline/head This commit looks good

This commit is contained in:
ubuntu
2025-04-02 16:04:49 +08:00
parent e8e3377e90
commit 8d826eb870
2 changed files with 1 additions and 20 deletions

1
1 Normal file
View File

@@ -0,0 +1 @@
test

View File

@@ -1,20 +0,0 @@
pipeline {
agent any
stages {
stage('Build') {
steps {
sh 'echo build'
}
}
stage('Test'){
steps {
sh 'echo test'
}
}
stage('Deploy') {
steps {
sh 'echo publish'
}
}
}
}