stash di tutto?!?

This commit is contained in:
Samuele E. Locatelli (WEB DEV)
2017-04-11 21:59:45 +02:00
parent 45aef9e004
commit 93a0b6901f
Vendored
+1 -1
View File
@@ -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