Update Jenkinsfile2

This commit is contained in:
haoranchen 2024-11-18 18:39:49 +08:00 committed by GitHub
parent dbb5c9e864
commit db412fa30b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ node {
}
file_zh_changed = ''
file_en_changed = ''
file_no_doc_changed = ''
file_no_doc_changed = '1'
def abortPreviousBuilds() {
def currentJobName = env.JOB_NAME
def currentBuildNumber = env.BUILD_NUMBER.toInteger()
@ -656,4 +656,4 @@ pipeline {
)
}
}
}
}