Update Jenkinsfile

This commit is contained in:
Oleksandr Butenko 2021-06-13 18:58:56 +03:00 committed by GitHub
parent ee57b54fa1
commit 16a405d556
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'
dockerImage = ''
}
agent any
agent slave1
stages {
stage('Build') {
steps {