diff --git a/Jenkinsfile b/Jenkinsfile
index 0c84f24f22e..601ddedd991 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -433,7 +433,7 @@ pipeline {
stage('engine-api-compatibility') {
when {
expression {
- cambpmIsNotFailedStageType(failedStageTypes, 'engine-unit') && cambpmWithLabels()
+ cambpmIsNotFailedStageType(failedStageTypes, 'engine-unit') && cambpmWithLabels('default-build')
}
}
steps {
diff --git a/engine/.clirr-jenkins-ignore.xml b/engine/.clirr-jenkins-ignore.xml
index 41dcfbed7d0..5b48ccef734 100644
--- a/engine/.clirr-jenkins-ignore.xml
+++ b/engine/.clirr-jenkins-ignore.xml
@@ -86,4 +86,19 @@
*ELContext*
**
+
+
+
+
+ 6001
+ org/camunda/bpm/engine/ProcessEngineConfiguration
+ jpa**
+
+
+
+
+ 7002
+ org/camunda/bpm/engine/ProcessEngineConfiguration
+ **Jpa**
+
diff --git a/qa/test-db-instance-migration/test-fixture-719/pom.xml b/qa/test-db-instance-migration/test-fixture-719/pom.xml
index a5ea699e696..a5b10eb7115 100644
--- a/qa/test-db-instance-migration/test-fixture-719/pom.xml
+++ b/qa/test-db-instance-migration/test-fixture-719/pom.xml
@@ -58,6 +58,11 @@
org.hibernate.javax.persistence
hibernate-jpa-2.0-api
+
+
+ com.h2database
+ h2
+