Changeset 7e366bd for Jenkins/Distribute


Ignore:
Timestamp:
Dec 4, 2020, 3:39:32 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
ad915e0
Parents:
7d5d3f3
Message:

Fix call to sed in jenkins distribute

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/Distribute

    r7d5d3f3 r7e366bd  
    7878//===========================================================================================================
    7979def GetVersion(build) {
    80         final pver = "sed 's/AC_INIT(\\[cfa-cc\\],\\[\\(.*\\)\\],\\[cforall@plg.uwaterloo.ca\\])/\\1/;t;d' ${SrcDir} configure.ac"
     80        final pver = sh(
     81                returnStdout: true,
     82                script: "sed 's/AC_INIT(\\[cfa-cc\\],\\[\\(.*\\)\\],\\[cforall@plg.uwaterloo.ca\\])/\\1/;t;d' ${SrcDir} configure.ac"
     83        ).trim()
     84
    8185        final version = "${pver}.${build}"
    8286
Note: See TracChangeset for help on using the changeset viewer.