Changeset fae93a40


Ignore:
Timestamp:
Sep 12, 2025, 8:03:52 AM (9 days ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
829a955, c47a271
Parents:
4be9a14
Message:

update groovy scripts to suppress warning messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/Promote

    r4be9a14 rfae93a40  
    44
    55// Globals
    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'
     6@Field def BuildDir  = null
     7@Field def SrcDir    = null
     8@Field def RemoteRepo = ''
     9@Field def ArchiveUrl = ''
    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'
    1620        currentBuild.result = "SUCCESS"
    1721
Note: See TracChangeset for help on using the changeset viewer.