Changeset 8730e57


Ignore:
Timestamp:
Sep 12, 2025, 7:44:29 AM (2 weeks ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
5186e327
Parents:
0a10dc8
Message:

update groovy scripts to suppress warning messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/Promote

    r0a10dc8 r8730e57  
    22
    33// Globals
    4 @Field def BuildDir   = pwd tmp: true
    5 @Field def SrcDir     = pwd tmp: false
    6 @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 = ''
    88
    99// Local variables
     
    1212
    1313node {
     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'
    1418        currentBuild.result = "SUCCESS"
    1519
Note: See TracChangeset for help on using the changeset viewer.