ci(jenkins): 🐎 移除 8.0 的自动构建

This commit is contained in:
李东云
2023-12-04 15:13:18 +08:00
parent c2a36809b5
commit 229a23376c

6
Jenkinsfile vendored
View File

@@ -8,12 +8,6 @@ pipeline {
sh 'docker push harbor.luxcreo.cn/library/hyperf:7.4-swoole'
}
}
stage('Build 8.0-swoole') {
steps {
sh 'docker build -t harbor.luxcreo.cn/library/hyperf:8.0-swoole -f swoole/8.0/Dockerfile .'
sh 'docker push harbor.luxcreo.cn/library/hyperf:8.0-swoole'
}
}
stage('Build 8.1-swoole') {
steps {
sh 'docker build -t harbor.luxcreo.cn/library/hyperf:8.1-swoole -f swoole/8.1/Dockerfile .'