Adding docker build and push to Jenkins

This commit is contained in:
retropikzel 2025-09-14 08:54:16 +03:00
parent bedf05fc80
commit 4e38511444
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline {
agent {
label 'linux'
label 'docker-x86_64'
}
options {
@ -64,7 +64,7 @@ pipeline {
stage('Docker build/login/push x84-64') {
agent {
label 'linux-x86-64'
label 'linux-x86_64'
}
when {
allOf {