Changeset 952ee7a
- Timestamp:
- Sep 10, 2019, 11:31:35 AM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 85142648
- Parents:
- 4f9e706
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r4f9e706 r952ee7a 10 10 //=========================================================================================================== 11 11 12 echo "Testing"13 12 14 13 // Globals 15 BuildDir = pwd tmp: true16 SrcDir = pwd tmp: false14 BuildDir = null 15 SrcDir = null 17 16 Settings = null 18 17 StageName = '' … … 24 23 def log_needed = false 25 24 25 echo "Testing" 26 26 27 try { 27 28 //Wrap build to add timestamp to command line 28 29 wrap([$class: 'TimestamperBuildWrapper']) { 29 30 31 echo "Testing 2" 30 32 Settings = prepare_build() 31 33 … … 48 50 publish() 49 51 } 50 51 // Update the build directories when exiting the node52 BuildDir = pwd tmp: true53 SrcDir = pwd tmp: false54 52 } 55 53 }
Note: See TracChangeset
for help on using the changeset viewer.