Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Commit

Permalink
feat(sdk-upgrade) : Update JenkinsFile to install O SDK 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
aliok committed Oct 8, 2019
1 parent e0394a1 commit bd69506
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,21 @@ pipeline {
}
}

stage("Install Operator SDK") {
steps {
// qe-pipeline-library step
installOperatorSdk version: "v0.10.0"
}
post {
failure {
echo "====++++'Install Operator SDK' execution failed++++===="
echo "Please check if the version of operator-sdk you provided exists"
echo "https://github.com/operator-framework/operator-sdk/releases"
}
}
}


stage("Create an OpenShift project") {
steps {
// qe-pipeline-library step
Expand Down

0 comments on commit bd69506

Please sign in to comment.