From 93a0b6901fda768ae55073ce691eaa160d49079b Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli (WEB DEV)" Date: Tue, 11 Apr 2017 21:59:45 +0200 Subject: [PATCH] stash di tutto?!? --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 12e4bdc..aeb3ab2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,7 +28,7 @@ pipeline { echo 'Build HOME Release' bat "\"${tool 'MSBuild-14.0'}\" HOME\\HOME.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:ProductVersion=${env.versionNumber} /p:OutputPath=bin/ /m" /* provo stash */ - stash includes: 'bin/*', name: 'HOME-STASH' + stash includes: '*', name: 'HOME-STASH' }, ADMIN: { sleep 0