You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
println("Automated PR For Integration branch Completed")
433
-
}
434
-
failure {
435
-
println("Creation of Automated PR Failed")
436
-
437
-
}
438
-
}
439
-
}
440
386
stage('Linux Core Parallel Execution'){
441
387
when {
442
388
expression{
@@ -506,6 +452,25 @@ pipeline{
506
452
}
507
453
}
508
454
}
455
+
stage('rh7_cluster_9.0-12'){
456
+
agent { label 'dhfLinuxAgent'}
457
+
steps{
458
+
dhflinuxTests("9.0-12","Release")
459
+
}
460
+
post{
461
+
always{
462
+
sh 'rm -rf $WORKSPACE/xdmp'
463
+
}
464
+
success {
465
+
println("rh7_cluster_9.0-12 Tests Completed")
466
+
sendMail Email,'Check the Pipeline View Here: ${JENKINS_URL}/blue/organizations/jenkins/Datahub_CI/detail/$JOB_BASE_NAME/$BUILD_ID \n\n\n Check Console Output Here: ${BUILD_URL}/console \n\n\n All the End to End tests on rh7 cluster 9.0-12 of the branch $BRANCH_NAME passed and the next stage is to merge it to release branch if all the end-end tests pass',false,'rh7_cluster_9.0-12 Tests for $BRANCH_NAME Passed'
467
+
}
468
+
unstable {
469
+
println("rh7_cluster_9.0-12 Tests Failed")
470
+
sendMail Email,'Check the Pipeline View Here: ${JENKINS_URL}/blue/organizations/jenkins/Datahub_CI/detail/$JOB_BASE_NAME/$BUILD_ID \n\n\n Check Console Output Here: ${BUILD_URL}/console \n\n\n Some of the End to End tests of the branch $BRANCH_NAME on 9.0-12 rh7 cluster failed. Please fix the tests and create a PR or create a bug for the failures.',false,'rh7_cluster_9.0-12 Tests for $BRANCH_NAME Failed'
471
+
}
472
+
}
473
+
}
509
474
stage('rh7_cluster_10.0-3'){
510
475
agent { label 'dhfLinuxAgent'}
511
476
steps{
@@ -827,22 +792,22 @@ pipeline{
827
792
}
828
793
}
829
794
}
830
-
stage('w12_SN_9.0-11'){
795
+
stage('w12_SN_9.0-12'){
831
796
agent { label 'dhfWinagent'}
832
797
steps{
833
-
dhfWinTests("9.0-11","Release")
798
+
dhfWinTests("9.0-12","Release")
834
799
}
835
800
post{
836
801
always{
837
802
bat 'RMDIR /S/Q xdmp'
838
803
}
839
804
success {
840
-
println("w12_SN_9.0-11 Tests Completed")
841
-
sendMail Email,'Check the Pipeline View Here: ${JENKINS_URL}/blue/organizations/jenkins/Datahub_CI/detail/$JOB_BASE_NAME/$BUILD_ID \n\n\n Check Console Output Here: ${BUILD_URL}/console \n\n\n All the End to End tests on W2k12 SN 9.0-11 of the branch $BRANCH_NAME passed and the next stage is to merge it to release branch if all the end-end tests pass',false,'w12_SN_9.0-11 Tests for $BRANCH_NAME Passed'
805
+
println("w12_SN_9.0-12 Tests Completed")
806
+
sendMail Email,'Check the Pipeline View Here: ${JENKINS_URL}/blue/organizations/jenkins/Datahub_CI/detail/$JOB_BASE_NAME/$BUILD_ID \n\n\n Check Console Output Here: ${BUILD_URL}/console \n\n\n All the End to End tests on W2k12 SN 9.0-12 of the branch $BRANCH_NAME passed and the next stage is to merge it to release branch if all the end-end tests pass',false,'w12_SN_9.0-12 Tests for $BRANCH_NAME Passed'
842
807
}
843
808
unstable {
844
-
println("w12_SN_9.0-11 Tests Failed")
845
-
sendMail Email,'Check the Pipeline View Here: ${JENKINS_URL}/blue/organizations/jenkins/Datahub_CI/detail/$JOB_BASE_NAME/$BUILD_ID \n\n\n Check Console Output Here: ${BUILD_URL}/console \n\n\n Some of the End to End tests of the branch $BRANCH_NAME on 9.0-11 w2k12 SN failed. Please fix the tests and create a PR or create a bug for the failures.',false,'w12_SN_9.0-11 Tests for $BRANCH_NAME Failed'
809
+
println("w12_SN_9.0-12 Tests Failed")
810
+
sendMail Email,'Check the Pipeline View Here: ${JENKINS_URL}/blue/organizations/jenkins/Datahub_CI/detail/$JOB_BASE_NAME/$BUILD_ID \n\n\n Check Console Output Here: ${BUILD_URL}/console \n\n\n Some of the End to End tests of the branch $BRANCH_NAME on 9.0-12 w2k12 SN failed. Please fix the tests and create a PR or create a bug for the failures.',false,'w12_SN_9.0-12 Tests for $BRANCH_NAME Failed'
0 commit comments