cambio sintassi copyArtifacts
This commit is contained in:
Vendored
+8
-1
@@ -13,7 +13,7 @@ pipeline {
|
||||
/* build delle SteamWare libs! */
|
||||
/* build 'SteamWare/SteamWareLib' */
|
||||
/* copio le libs...*/
|
||||
step([$class: 'CopyArtifact', fingerprintArtifacts: true, projectName: 'SteamWare/SteamWareLib', selector: [$class: 'WorkspaceSelector'], target: '../SteaWware/SteamWareLib'])
|
||||
// step([$class: 'CopyArtifact', fingerprintArtifacts: true, projectName: 'SteamWare/SteamWareLib', selector: [$class: 'WorkspaceSelector'], target: '../SteaWware/SteamWareLib'])
|
||||
// script {
|
||||
// step ([$class: 'CopyArtifact',
|
||||
// projectName: 'SteamWare',
|
||||
@@ -21,6 +21,13 @@ pipeline {
|
||||
// target: '../Steamware']);
|
||||
// }
|
||||
|
||||
// copyArtifacts fingerprintArtifacts: true, projectName: 'SteamWare', selector: lastSuccessful()
|
||||
copyArtifacts filter: 'SteamWareLib', fingerprintArtifacts: true, projectName: 'SteamWare', selector: lastSuccessful()
|
||||
|
||||
// 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']]])
|
||||
|
||||
|
||||
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
|
||||
script {
|
||||
withEnv(['NEXT_BUILD_NUMBER=1008']) {
|
||||
|
||||
Reference in New Issue
Block a user