Update Jenkinsfile

This commit is contained in:
Ethan Roseman 2022-10-16 16:45:29 +09:00 committed by GitHub
parent 17073af8a3
commit 7996df1913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -50,7 +50,7 @@ pipeline {
branch 'master'
}
agent {
label 'master'
label 'zeldaret_website'
}
steps {
unstash 'reports'