Changes in / [ac78e25:fb08280]
- File:
-
- 1 edited
-
Jenkinsfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
rac78e25 rfb08280 88 88 89 89 try { 90 properties ([ \ 91 [$class: 'ParametersDefinitionProperty', \ 92 parameterDefinitions: [ \ 93 [$class: 'BooleanParameterDefinition', \ 94 defaultValue: false, \ 95 description: 'If true, the build will be promoted to the do-lang git repository (on successful builds only)', \ 96 name: 'promote_build' \ 97 ]] \ 98 ]]) 99 100 if(promote_build) 101 { 102 echo 'FULL BUILD' 103 } 104 90 105 //Prevent the build from exceeding 30 minutes 91 106 timeout(30) {
Note:
See TracChangeset
for help on using the changeset viewer.