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

Commit

Permalink
re-enable Jenkins to run e2e (#2018)
Browse files Browse the repository at this point in the history
* enable Jenkins to run e2e

* revert changes to e2e, use the default plan
  • Loading branch information
Jay Boyd authored and carolynvs committed May 8, 2018
1 parent 00e674a commit 4f5ed2a
Showing 1 changed file with 1 addition and 3 deletions.
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

0 comments on commit 4f5ed2a

Please sign in to comment.