Changeset 4f9e706
- Timestamp:
- Sep 10, 2019, 11:29:38 AM (6 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:
- 952ee7a
- Parents:
- aa8e8301
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
raa8e8301 r4f9e706 10 10 //=========================================================================================================== 11 11 12 echo "Testing" 13 12 14 // Globals 13 BuildDir = null14 SrcDir = null15 BuildDir = pwd tmp: true 16 SrcDir = pwd tmp: false 15 17 Settings = null 16 18 StageName = '' 19 20 currentBuild.result = "SUCCESS" 17 21 18 22 // Local variables … … 20 24 def log_needed = false 21 25 22 currentBuild.result = "SUCCESS"23 24 26 try { 25 27 //Wrap build to add timestamp to command line … … 46 48 publish() 47 49 } 50 51 // Update the build directories when exiting the node 52 BuildDir = pwd tmp: true 53 SrcDir = pwd tmp: false 48 54 } 49 55 }
Note: See TracChangeset
for help on using the changeset viewer.