Changeset 4be9a14
- Timestamp:
- Sep 12, 2025, 7:55:55 AM (4 weeks ago)
- Branches:
- master
- Children:
- fae93a40
- Parents:
- 5186e327
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/Promote
r5186e327 r4be9a14 4 4 5 5 // Globals 6 @Field def BuildDir = null7 @Field def SrcDir = null8 @Field def RemoteRepo = ' '9 @Field def ArchiveUrl = ' '6 @Field def BuildDir = pwd tmp: true 7 @Field def SrcDir = pwd tmp: false 8 @Field def RemoteRepo = 'git@github.com:cforall/cforall.git' 9 @Field def ArchiveUrl = 'https://cforall.uwaterloo.ca/jenkins/job/Cforall_Distribute_Ref/lastSuccessfulBuild/artifact/*zip*/archive.zip' 10 10 11 11 // Local variables … … 14 14 15 15 node { 16 BuildDir = pwd tmp: true17 SrcDir = pwd tmp: false18 RemoteRepo = 'git@github.com:cforall/cforall.git'19 ArchiveUrl = 'https://cforall.uwaterloo.ca/jenkins/job/Cforall_Distribute_Ref/lastSuccessfulBuild/artifact/*zip*/archive.zip'20 16 currentBuild.result = "SUCCESS" 21 17
Note:
See TracChangeset
for help on using the changeset viewer.