Skip to content

Commit 5b33be1

Browse files
ci: Update Jenkinsfile
Signed-off-by: 梦里不知身是客 <liang.tang.cx@gmail.com>
1 parent dbdc55c commit 5b33be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pipeline {
3636
stages {
3737
stage('Check change') {
3838
when {
39-
expression { currentBuild.previousSuccessfulBuild != null }
39+
expression { currentBuild.previousSuccessfulBuild != null && !skipCheckGit }
4040
}
4141
steps {
4242
echo "Current commit: ${GIT_COMMIT}"

0 commit comments

Comments
 (0)