Update label

This commit is contained in:
iFargle
2023-02-08 12:01:51 +09:00
parent a6354cec0c
commit af91dbc9e2

2
Jenkinsfile vendored
View File

@@ -3,7 +3,7 @@ def dockerImage
def runArgs = '--entrypoint \'\''
pipeline {
agent {
label 'linux_x64'
label 'linux-x64'
}
options {
buildDiscarder(logRotator(numToKeepStr: '100', artifactNumToKeepStr: '20'))