From 4f67970d68bbfee4e035ed81d1461c0ae2c62365 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Thu, 30 Sep 2021 11:54:25 +0200 Subject: [PATCH] commentato IOB-WIN x errore MTConnect --- Jenkinsfile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 18690f6c..ecfa3039 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,7 @@ pipeline { // CAMBIO numero versione in file sorgente!!! bat "e:\\fart.exe VersGen\\VersGen.cs 0.0.0.0 ${env.versionNumber} || EXIT /B 0" // checkout NuGet in file sorgente!!! - fixNuget("${WORKSPACE}\\IOB-WIN.sln") + // fixNuget("${WORKSPACE}\\IOB-WIN.sln") fixNuget("${WORKSPACE}\\IOB-WIN-NEXT.sln") } script { @@ -41,7 +41,7 @@ pipeline { parallel ( IOB_WIN: { // BUILD! - bat "\"${tool 'MSBuild-16.0'}\" IOB-WIN/IOB-WIN.csproj -target:Build /p:Configuration=Release /p:Platform=\"x86\" /p:OutputPath=bin/ /verbosity:minimal /m" + // bat "\"${tool 'MSBuild-16.0'}\" IOB-WIN/IOB-WIN.csproj -target:Build /p:Configuration=Release /p:Platform=\"x86\" /p:OutputPath=bin/ /verbosity:minimal /m" bat "\"${tool 'MSBuild-16.0'}\" IOB-WIN-NEXT/IOB-WIN-NEXT.csproj -target:Build /p:Configuration=Release /p:Platform=\"x86\" /p:OutputPath=bin/ /verbosity:minimal /m" }, IOB_MAN: { @@ -82,7 +82,7 @@ pipeline { // procedo solo se NON si tratta di commit in ramo DOCUMentazione... else if (env.BRANCH_NAME == "develop" || env.BRANCH_NAME.contains("master") ) { // BUILD! - bat "\"${tool 'MSBuild-16.0'}\" IOB-WIN/IOB-WIN.csproj -target:Build /p:Configuration=Release /p:Platform=\"x86\" /p:OutputPath=bin/ /verbosity:minimal /m" + // bat "\"${tool 'MSBuild-16.0'}\" IOB-WIN/IOB-WIN.csproj -target:Build /p:Configuration=Release /p:Platform=\"x86\" /p:OutputPath=bin/ /verbosity:minimal /m" bat "\"${tool 'MSBuild-16.0'}\" IOB-WIN-NEXT/IOB-WIN-NEXT.csproj -target:Build /p:Configuration=Release /p:Platform=\"x86\" /p:OutputPath=bin/ /verbosity:minimal /m" } else @@ -150,11 +150,11 @@ pipeline { repository: 'utility', credentialsId: 'bc9d8e92-4302-3266-817f-7b58501d12d5', artifacts: [ - [artifactId: 'IOB-WIN', - classifier: "", - // classifier: "${env.classifier}", - file: "Releases\\${env.BRANCH_NAME}\\MAPO-IOB-WIN.zip", - type: 'zip'], + // [artifactId: 'IOB-WIN', + // classifier: "", + // // classifier: "${env.classifier}", + // file: "Releases\\${env.BRANCH_NAME}\\MAPO-IOB-WIN.zip", + // type: 'zip'], [artifactId: 'IOB-WIN-NEXT', classifier: "", // classifier: "${env.classifier}",