Drop Jenkins
This commit is contained in:
parent
3cfd3bb614
commit
fee31f2735
20
Jenkinsfile
vendored
20
Jenkinsfile
vendored
@ -1,20 +0,0 @@
|
|||||||
#!/usr/bin/groovy
|
|
||||||
image = "wildduck-exporter"
|
|
||||||
label = "latest"
|
|
||||||
build = null
|
|
||||||
|
|
||||||
node {
|
|
||||||
stage("Checkout") {
|
|
||||||
checkout scm
|
|
||||||
}
|
|
||||||
|
|
||||||
stage("Build") {
|
|
||||||
build = docker.build("kspaceee/${image}")
|
|
||||||
}
|
|
||||||
|
|
||||||
stage("Push") {
|
|
||||||
docker.withRegistry("https://registry.hub.docker.com", "dockerhub-kspace") {
|
|
||||||
build.push(label)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user