Changeset 47138ee for Jenkinsfile


Ignore:
Timestamp:
Jun 8, 2021, 8:55:40 PM (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:
e018546
Parents:
a8d8547
Message:

wrap apparently needs to run in a node... for some reason

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    ra8d8547 r47138ee  
    2020
    2121try {
    22         //Wrap build to add timestamp to command line
    23         wrap([$class: 'TimestamperBuildWrapper']) {
    24 
    25                 node {
     22        node {
     23                //Wrap build to add timestamp to command line
     24                wrap([$class: 'TimestamperBuildWrapper']) {
    2625                        Settings = prepare_build()
    2726                }
    28 
    29                 node(Settings.Architecture.node) {
     27        }
     28
     29        node(Settings.Architecture.node) {
     30                //Wrap build to add timestamp to command line
     31                wrap([$class: 'TimestamperBuildWrapper']) {
    3032                        BuildDir  = pwd tmp: true
    3133                        SrcDir    = pwd tmp: false
Note: See TracChangeset for help on using the changeset viewer.