Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

re-enable Jenkins to run e2e #2018

Merged
merged 2 commits into from
May 8, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ node {
--create-artifacts
"""

/*
ansiColor('xterm-darker-gray') {
// Run the e2e test framework
sh """${env.ROOT}/contrib/jenkins/run_e2e.sh \
Expand All @@ -132,7 +131,6 @@ node {
--create-artifacts
"""
}
*/

echo 'Run succeeded.'
}
Expand All @@ -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}"""
Expand Down