删除Jenkinsfile

This commit is contained in:
LingZhaoHui 2020-09-13 10:56:51 +08:00
parent 6645acfb0b
commit 6721a7a8de

11
Jenkinsfile vendored
View File

@ -1,11 +0,0 @@
pipeline {
agent any
stages {
stage('Build') {
steps {
sh 'bash build.sh'
}
}
}
}