Commit b97edc81 authored by NetOps's avatar NetOps
Browse files

Update Jenkinsfile

Showing with 0 additions and 2 deletions
+0 -2
......@@ -18,8 +18,6 @@ node() {
stage('docker-build') {
sh '''
commit_id=$(git rev-parse --short HEAD)
echo $commit_id> commit_id.txt
docker build -f Dockerfile -t $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