Changeset 27474a7


Ignore:
Timestamp:
Jul 31, 2018, 4:54:10 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
5f08ac2f, f4778a0
Parents:
843002c9
Message:

Fixed jenkinsfile after move to apache

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/FullBuild

    r843002c9 r27474a7  
    8787
    8888        if(result.result != 'SUCCESS') {
    89                 sh("wget -q -O - http://localhost:8084/job/Cforall/job/master/${result.number}/consoleText")
     89                sh("wget -q -O - http://localhost:8084/jenkins/job/Cforall/job/master/${result.number}/consoleText")
    9090                error(result.result)
    9191        }
  • Jenkinsfile

    r843002c9 r27474a7  
    161161
    162162        def full = do_alltests ? " (Full)" : ""
    163         currentBuild.description = "Cforall ${gitRefName} ${compiler.cc_name}:${arch_name}${full}"
     163        currentBuild.description = "${compiler.cc_name}:${arch_name}${full}"
    164164
    165165        echo """Compiler              : ${compiler.cc_name} (${compiler.cpp_cc}/${compiler.cfa_cc})
Note: See TracChangeset for help on using the changeset viewer.