Changeset c65f251 for Jenkinsfile
- Timestamp:
- May 27, 2016, 6:42:46 PM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- f61958d
- Parents:
- c012238
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
rc012238 rc65f251 15 15 sh 'CC=gcc-4.9 CXX=g++-4.9 ./configure > /dev/null' 16 16 sh 'make -j 8' 17 sh 'blarg'17 error 'testing' 18 18 step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: 'tdelisle@uwaterloo.ca', sendToIndividuals: false]) 19 19 } … … 23 23 //Since tokenizer doesn't work, figure stuff out from the environnement variables and command line 24 24 //Configurations for email format 25 def project_name = (env.JOB_NAME =~ /(.+)\/.+/)[0][1] 25 def project_name = (env.JOB_NAME =~ /(.+)\/.+/)[0][1].toLowerCase() 26 26 27 27 def email_subject = "[${project_name} git] - branch ${env.BRANCH_NAME} - Build # ${env.BUILD_NUMBER} - BUILD_STATUS!"
Note: See TracChangeset
for help on using the changeset viewer.