Changeset fae93a40
- Timestamp:
- Sep 12, 2025, 8:03:52 AM (9 days ago)
- Branches:
- master
- Children:
- 829a955, c47a271
- Parents:
- 4be9a14
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/Promote
r4be9a14 rfae93a40 4 4 5 5 // Globals 6 @Field def BuildDir = pwd tmp: true7 @Field def SrcDir = pwd tmp: false8 @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'6 @Field def BuildDir = null 7 @Field def SrcDir = null 8 @Field def RemoteRepo = '' 9 @Field def ArchiveUrl = '' 10 10 11 11 // Local variables … … 14 14 15 15 node { 16 BuildDir = pwd tmp: true 17 SrcDir = pwd tmp: false 18 RemoteRepo = 'git@github.com:cforall/cforall.git' 19 ArchiveUrl = 'https://cforall.uwaterloo.ca/jenkins/job/Cforall_Distribute_Ref/lastSuccessfulBuild/artifact/*zip*/archive.zip' 16 20 currentBuild.result = "SUCCESS" 17 21
Note:
See TracChangeset
for help on using the changeset viewer.