Commit 69a59415 authored by NetOps's avatar NetOps
Browse files

Update Jenkinsfile

Showing with 0 additions and 2 deletions
+0 -2
......@@ -25,8 +25,6 @@ node() {
stage('docker-push') {
sh '''
pwd
commit_id=$(git rev-parse --short HEAD)
docker push $docker_server/$docker_repo:$commit_id
docker rmi -f $docker_server/$docker_repo:$commit_id
'''
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment