Skip to content

Commit e672c90

Browse files
authored
skip full unit when no source changes (#1900)
1 parent 4a3cd07 commit e672c90

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Jenkinsfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,11 @@ pipeline {
177177
}
178178
stage('Full Unit Tests') {
179179
agent any
180+
when {
181+
expression {
182+
!skipRemainingStages
183+
}
184+
}
180185
steps {
181186
script {
182187
if (isUnix()) {

0 commit comments

Comments
 (0)