Skip to content

Commit e1388f0

Browse files
Removing logs from docker
1 parent 51b5d18 commit e1388f0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Jenkinsfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,6 @@ pipeline{
462462
}
463463
unsuccessful {
464464
println("rh7_cluster_9.0-10 Failed")
465-
sh 'mkdir -p MLLogs;cp -r /var/opt/MarkLogic/Logs/* $WORKSPACE/MLLogs/'
466-
archiveArtifacts artifacts: 'MLLogs/**/*'
467465
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-10 rh7 cluster failed. Please fix the tests and create a PR or create a bug for the failures.',false,'rh7_cluster_9.0-10 Tests for $BRANCH_NAME Failed'
468466
}
469467
}
@@ -498,8 +496,6 @@ pipeline{
498496
}
499497
unsuccessful {
500498
println("rh7_cluster_10.0-2 Tests Failed")
501-
sh 'mkdir -p MLLogs;cp -r /var/opt/MarkLogic/Logs/* $WORKSPACE/MLLogs/'
502-
archiveArtifacts artifacts: 'MLLogs/**/*'
503499
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 10.0-2 rh7 cluster failed. Please fix the tests and create a PR or create a bug for the failures.',false,'rh7_cluster_10.0-2 Tests for $BRANCH_NAME Failed'
504500
}
505501
}
@@ -534,8 +530,6 @@ pipeline{
534530
}
535531
unsuccessful {
536532
println("rh7_cluster_10.0-1 Tests Failed")
537-
sh 'mkdir -p MLLogs;cp -r /var/opt/MarkLogic/Logs/* $WORKSPACE/MLLogs/'
538-
archiveArtifacts artifacts: 'MLLogs/**/*'
539533
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 10.0-1 rh7 cluster failed. Please fix the tests and create a PR or create a bug for the failures.',false,'rh7_cluster_10.0-1 Tests for $BRANCH_NAME Failed'
540534
}
541535
}

0 commit comments

Comments
 (0)