Changeset cc5544a for Jenkins/FullBuild


Ignore:
Timestamp:
Jun 10, 2021, 9:16:51 AM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
3dcd11ba
Parents:
bd50205
Message:

Simplified how jenkins produces the git message.
FullBuild? now retrieves errors from jenkins url rather than local host.
Added promote script to repo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/FullBuild

    rbd50205 rcc5544a  
    106106
    107107        if(result.result != 'SUCCESS') {
    108                 sh("wget -q -O - http://localhost:8084/jenkins/job/Cforall/job/master/${result.number}/consoleText")
     108                sh("wget -q -O - https://cforall.uwaterloo.ca/jenkins/job/Cforall/job/master/${result.number}/consoleText")
    109109                error(result.result)
    110110        }
Note: See TracChangeset for help on using the changeset viewer.