diff --git a/Jenkinsfile b/Jenkinsfile index 8521388f07f..08f4bd91164 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -122,7 +122,6 @@ node { --create-artifacts """ - /* ansiColor('xterm-darker-gray') { // Run the e2e test framework sh """${env.ROOT}/contrib/jenkins/run_e2e.sh \ @@ -132,7 +131,6 @@ node { --create-artifacts """ } - */ echo 'Run succeeded.' } @@ -142,7 +140,7 @@ node { currentBuild.result = 'FAILURE' } finally { archiveArtifacts artifacts: 'walkthrough*.txt', fingerprint: true - // archiveArtifacts artifacts: 'e2e*.txt', fingerprint: true + archiveArtifacts artifacts: 'e2e*.txt', fingerprint: true try { sh "rm -rf ${certFolder}" sh """${env.ROOT}/contrib/jenkins/cleanup_cluster.sh --kubeconfig ${KUBECONFIG}"""