Changeset 4be9a14


Ignore:
Timestamp:
Sep 12, 2025, 7:55:55 AM (4 weeks ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
fae93a40
Parents:
5186e327
Message:

update groovy scripts to suppress warning messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/Promote

    r5186e327 r4be9a14  
    44
    55// Globals
    6 @Field def BuildDir  = null
    7 @Field def SrcDir    = null
    8 @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'
    1010
    1111// Local variables
     
    1414
    1515node {
    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'
    2016        currentBuild.result = "SUCCESS"
    2117
Note: See TracChangeset for help on using the changeset viewer.