Changes in / [905cf4b:5c6768e]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r905cf4b r5c6768e 127 127 cfa_build() 128 128 129 if(promote _build) {129 if(promoteBuild2DoLang) { 130 130 push_build() 131 131 } … … 149 149 finally { 150 150 //Send email with final results 151 notify_result(promote _build, err != null, currentBuild.result, log_needed)151 notify_result(promoteBuild2DoLang, err != null, currentBuild.result, log_needed) 152 152 153 153 /* Must re-throw exception to propagate error */
Note:
See TracChangeset
for help on using the changeset viewer.