Adding docker build and push to Jenkins
This commit is contained in:
parent
bedf05fc80
commit
4e38511444
|
@ -1,7 +1,7 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
|
|
||||||
agent {
|
agent {
|
||||||
label 'linux'
|
label 'docker-x86_64'
|
||||||
}
|
}
|
||||||
|
|
||||||
options {
|
options {
|
||||||
|
@ -64,7 +64,7 @@ pipeline {
|
||||||
|
|
||||||
stage('Docker build/login/push x84-64') {
|
stage('Docker build/login/push x84-64') {
|
||||||
agent {
|
agent {
|
||||||
label 'linux-x86-64'
|
label 'linux-x86_64'
|
||||||
}
|
}
|
||||||
when {
|
when {
|
||||||
allOf {
|
allOf {
|
||||||
|
|
Loading…
Reference in New Issue