Skip to content

Commit

Permalink
Devops pipeline timeout (#701)
Browse files Browse the repository at this point in the history
Simply extend pipeline timeout to 30 minutes
  • Loading branch information
kuanfandevops authored Oct 30, 2018
1 parent 975dd71 commit 11a5bf7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/Jenkinsfile-develop
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

timeout(30) {
//timeout 30 minutes
podTemplate(label: "develop-frontend-maven-${env.BUILD_NUMBER}", name: "develop-frontend-maven-${env.BUILD_NUMBER}", serviceAccount: 'jenkins', cloud: 'openshift',
containers: [
containerTemplate(
Expand Down Expand Up @@ -121,4 +123,4 @@ stage('FT on Dev') {
} //end of node
} //end of podTemplate
} //end of stage

} //timeout

0 comments on commit 11a5bf7

Please sign in to comment.