mirror of
http://124.126.16.154:8888/singularity/docker-images-hyperf.git
synced 2026-01-15 00:35:08 +08:00
init(git): 🎉 初始化git子仓库
This commit is contained in:
15
Jenkinsfile
vendored
Normal file
15
Jenkinsfile
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
pipeline {
|
||||
|
||||
stages {
|
||||
stage('Build 8.0-swoole') {
|
||||
agent {
|
||||
docker { image 'plugins/docker' }
|
||||
}
|
||||
steps {
|
||||
sh 'docker login harbor.luxcreo.cn -u '
|
||||
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'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user