Update Jenkinsfile

This commit is contained in:
Kirill 2024-07-04 22:41:52 +03:00 committed by GitHub
parent 566fac349c
commit 0d7218047f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
Jenkinsfile vendored
View file

@ -23,7 +23,7 @@ pipeline {
} }
stage('Deploy') { stage('Deploy') {
agent { agent {
label 'production' label 'tester'
} }
steps { steps {
sh ''' sh '''