Update Jenkinsfile

This commit is contained in:
Oleksandr Butenko 2021-06-13 19:00:13 +03:00 committed by GitHub
parent 16a405d556
commit 315f7244a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -4,7 +4,7 @@ pipeline {
registryCredential = 'dockerhub_id' registryCredential = 'dockerhub_id'
dockerImage = '' dockerImage = ''
} }
agent slave1 agent any
stages { stages {
stage('Build') { stage('Build') {
steps { steps {