altra sintassi x jenkins pipeline: senza fingerprint
This commit is contained in:
Vendored
+2
-1
@@ -21,8 +21,9 @@ pipeline {
|
||||
// target: '../Steamware']);
|
||||
// }
|
||||
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 'SteamWare', selector: lastSuccessful()
|
||||
// copyArtifacts fingerprintArtifacts: true, projectName: 'SteamWare', selector: lastSuccessful()
|
||||
// copyArtifacts filter: 'SteamWareLib', fingerprintArtifacts: true, projectName: 'SteamWare', selector: lastSuccessful()
|
||||
copyArtifacts filter: 'SteamWareLib', projectName: 'SteamWare', selector: lastSuccessful(), target: '../'
|
||||
|
||||
// checkout steamwarelibs..
|
||||
// checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[credentialsId: '1d76e8b0-61a1-4b65-abab-bf9ffa5d29c8', url: 'https://gogs.steamware.net/SteamwareSrl/SteamWare.git']]])
|
||||
|
||||
Reference in New Issue
Block a user