Add DIND Image
This commit is contained in:
parent
a5694c547d
commit
98cc6cf4dc
6 changed files with 51 additions and 3 deletions
17
Jenkinsfile
vendored
17
Jenkinsfile
vendored
|
@ -216,6 +216,23 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
stage("Build DIND Image") {
|
||||
agent {
|
||||
label "dockermain"
|
||||
}
|
||||
|
||||
steps {
|
||||
script {
|
||||
sh '''
|
||||
#!/bin/bash
|
||||
|
||||
docker build -t git.zontreck.com/ariascreations/buildenvironments:dindagent DINDAgent
|
||||
docker push git.zontreck.com/ariascreations/buildenvironments:dindagent
|
||||
'''
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage("Clean Up Caches") {
|
||||
agent {
|
||||
label "dockermain"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue