altro test sintassi

This commit is contained in:
Samuele E. Locatelli
2017-11-08 17:01:02 +01:00
parent 1d14c60280
commit c420e61010
Vendored
+6 -6
View File
@@ -220,7 +220,7 @@ pipeline {
echo 'Chiamo publishToDeployServer...'
// pubblico su server deploy!
publishToDeployServer("MP-Tablet\\Resources", "c:\\inetpub\\wwwroot\\SWS\\MAPO\\TAB")
publishToDeployServer()//"MP-Tablet\\Resources", "c:\\inetpub\\wwwroot\\SWS\\MAPO\\TAB")
// // manifest.xml: aggiorno versNumber ed URL del branch di update...
// bat "fart.exe MP-Tablet\\Resources\\manifest.xml 1.0.0.0 ${env.versionNumber} || EXIT /B 0"
// bat "fart.exe MP-Tablet\\Resources\\manifest.xml {{BRANCHNAME}} ${env.BRANCH_NAME} || EXIT /B 0"
@@ -258,9 +258,9 @@ pipeline {
@NonCPS
// Funzione x pubblicazione su server IIS di deploy
def publishToDeployServer(resourcesPath, iisPath) {
steps {
script{
def publishToDeployServer() {//resourcesPath, iisPath) {
// steps {
// script{
echo 'INIZIO Chiamata function publishToDeployServer'
// manifest.xml: aggiorno versNumber ed URL del branch di update...
bat "fart.exe MP-Tablet\\Resources\\manifest.xml 1.0.0.0 ${env.versionNumber} || EXIT /B 0"
@@ -278,8 +278,8 @@ def publishToDeployServer(resourcesPath, iisPath) {
// copio x AutoUpdate deploy
bat "xcopy /y MP-Tablet\\ReleaseClienti\\${env.BRANCH_NAME}\\MP-TAB.zip c:\\inetpub\\wwwroot\\SWS\\MAPO\\TAB\\${env.BRANCH_NAME}\\ "
echo 'FINE Chiamata function publishToDeployServer'
}
}
// }
// }
}
// Funzione x recupero changeLog
def getChangeString() {