Changes in / [317450e:3a5131ed]
- File:
-
- 1 edited
-
Jenkinsfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r317450e r3a5131ed 180 180 ]]) 181 181 182 bIsSandbox = env.BRANCH_NAME == "jenkins-sandbox"183 182 bIsFullBuild = isFullBuild == 'true' 184 183 architectureFlag = '' … … 233 232 234 233 //Send email with final results if this is not a full build 235 if( !bIsFullBuild && !bIsSandbox) {234 if( !bIsFullBuild ) { 236 235 echo 'Notifying users of result' 237 236 email(currentBuild.result, log_needed)
Note:
See TracChangeset
for help on using the changeset viewer.