This website works better with JavaScript.
Home
Explore
Vladimir Smagin
DEB repository
Return to Blog
Help
Sign In
Kubernetes
/
hetzner-dns
forked from
Kubernetes/external-dns
Watch
1
Star
0
Fork
0
Code
Pull Requests
0
Releases
2
Activity
Browse Source
update pipeline
master
v0.1.1
Vladimir Smagin
2 months ago
parent
22215d9883
commit
375723934a
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
Jenkinsfile
+ 0
- 2
Jenkinsfile
View File
@ -61,7 +61,5 @@ node {
stage("Cleanup") {
sh "docker rmi ${image_name} || true"
sh "docker rmi ${image_name}+":latest" || true"
sh "docker rmi ${image_name}+":"+git_tag || true"
}
}
Write
Preview
Loading…
Cancel
Save