Changeset 8730e57
- Timestamp:
- Sep 12, 2025, 7:44:29 AM (2 weeks ago)
- Branches:
- master
- Children:
- 5186e327
- Parents:
- 0a10dc8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/Promote
r0a10dc8 r8730e57 2 2 3 3 // Globals 4 @Field def BuildDir = pwd tmp: true5 @Field def SrcDir = pwd tmp: false6 @Field def RemoteRepo = ' git@github.com:cforall/cforall.git'7 @Field def ArchiveUrl = ' https://cforall.uwaterloo.ca/jenkins/job/Cforall_Distribute_Ref/lastSuccessfulBuild/artifact/*zip*/archive.zip'4 @Field def BuildDir = null 5 @Field def SrcDir = null 6 @Field def RemoteRepo = '' 7 @Field def ArchiveUrl = '' 8 8 9 9 // Local variables … … 12 12 13 13 node { 14 BuildDir = pwd tmp: true 15 SrcDir = pwd tmp: false 16 RemoteRepo = 'git@github.com:cforall/cforall.git' 17 ArchiveUrl = 'https://cforall.uwaterloo.ca/jenkins/job/Cforall_Distribute_Ref/lastSuccessfulBuild/artifact/*zip*/archive.zip' 14 18 currentBuild.result = "SUCCESS" 15 19
Note:
See TracChangeset
for help on using the changeset viewer.