File tree 1 file changed +0
-47
lines changed
1 file changed +0
-47
lines changed Original file line number Diff line number Diff line change @@ -441,51 +441,4 @@ under the License.
441
441
</plugins >
442
442
</pluginManagement >
443
443
</build >
444
- <profiles >
445
- <profile >
446
- <id >jenkins</id >
447
- <build >
448
- <plugins >
449
- <plugin >
450
- <groupId >org.codehaus.mojo</groupId >
451
- <artifactId >buildnumber-maven-plugin</artifactId >
452
- <version >${buildnumber.plugin.version} </version >
453
- <executions >
454
- <execution >
455
- <id >generate-test-suffix</id >
456
- <goals >
457
- <goal >create</goal >
458
- </goals >
459
- <phase >pre-integration-test</phase >
460
- </execution >
461
- </executions >
462
- </plugin >
463
- </plugins >
464
- <pluginManagement >
465
- <plugins >
466
- <plugin >
467
- <groupId >org.apache.maven.plugins</groupId >
468
- <artifactId >maven-checkstyle-plugin</artifactId >
469
- <configuration >
470
- <skip >true</skip >
471
- </configuration >
472
- </plugin >
473
- <plugin >
474
- <groupId >org.apache.maven.plugins</groupId >
475
- <artifactId >maven-failsafe-plugin</artifactId >
476
- <configuration >
477
- <environmentVariables >
478
- <KCBQ_TEST_PROJECT >connect-205118</KCBQ_TEST_PROJECT >
479
- <KCBQ_TEST_DATASET >jenkinsKcbqIntegrationTesting</KCBQ_TEST_DATASET >
480
- <KCBQ_TEST_BUCKET >jenkins-kcbq-integration-testing</KCBQ_TEST_BUCKET >
481
- <KCBQ_TEST_TABLE_SUFFIX >-${scmBranch} -${buildNumber} -${timestamp} </KCBQ_TEST_TABLE_SUFFIX >
482
- <KCBQ_TEST_FOLDER >${scmBranch} -${buildNumber} -${timestamp} </KCBQ_TEST_FOLDER >
483
- </environmentVariables >
484
- </configuration >
485
- </plugin >
486
- </plugins >
487
- </pluginManagement >
488
- </build >
489
- </profile >
490
- </profiles >
491
444
</project >
You can’t perform that action at this time.
0 commit comments