We have asp.net core web application and we use Jenkins as CI tool. The build step for our project in Jenkins consists of one step as 'Execute Windows batch command' with command dotnet.exe build "C:\Program Files (x86)\Jenkins\workspace\CustomerPortal Develop\src\CustomerPortal" --configuration Release --no-dependencies
It hangs on build.
Notice that, if i run this command via Command Prompt (cmd.exe) i get output:
*Project CustomerPortal (.NETCoreApp,Version=v1.0) will be compiled because inputs were modified
Compiling CustomerPortal for .NETCoreApp,Version=v1.0 Compilation succeeded.
0 Warning(s)
0 Error(s)
Time elapsed 00:00:03.7759054*
Any ideas?
[JENKINS-36789] Jenkins hangs when build asp.net core application
Description |
Original:
We have asp.net core web application and we use Jenkins as CI tool. The build step for our project in Jenkins consists of one step as 'Execute Windows batch command' with command *dotnet.exe build "C:\Program Files (x86)\Jenkins\workspace\CustomerPortal Develop\src\CustomerPortal" --configuration Release --no-dependencies* Notice that, if i run this command via Command Prompt (cmd.exe) i get output: *Project CustomerPortal (.NETCoreApp,Version=v1.0) will be compiled because inputs were modified Compiling CustomerPortal for .NETCoreApp,Version=v1.0 Compilation succeeded. 0 Warning(s) 0 Error(s) Time elapsed 00:00:03.7759054* |
New:
We have asp.net core web application and we use Jenkins as CI tool. The build step for our project in Jenkins consists of one step as 'Execute Windows batch command' with command *dotnet.exe build "C:\Program Files (x86)\Jenkins\workspace\CustomerPortal Develop\src\CustomerPortal" --configuration Release --no-dependencies* Notice that, if i run this command via Command Prompt (cmd.exe) i get output: *Project CustomerPortal (.NETCoreApp,Version=v1.0) will be compiled because inputs were modified Compiling CustomerPortal for .NETCoreApp,Version=v1.0 Compilation succeeded. 0 Warning(s) 0 Error(s) Time elapsed 00:00:03.7759054* Any ideas? |
Description |
Original:
We have asp.net core web application and we use Jenkins as CI tool. The build step for our project in Jenkins consists of one step as 'Execute Windows batch command' with command *dotnet.exe build "C:\Program Files (x86)\Jenkins\workspace\CustomerPortal Develop\src\CustomerPortal" --configuration Release --no-dependencies* Notice that, if i run this command via Command Prompt (cmd.exe) i get output: *Project CustomerPortal (.NETCoreApp,Version=v1.0) will be compiled because inputs were modified Compiling CustomerPortal for .NETCoreApp,Version=v1.0 Compilation succeeded. 0 Warning(s) 0 Error(s) Time elapsed 00:00:03.7759054* Any ideas? |
New:
We have asp.net core web application and we use Jenkins as CI tool. The build step for our project in Jenkins consists of one step as 'Execute Windows batch command' with command *dotnet.exe build "C:\Program Files (x86)\Jenkins\workspace\CustomerPortal Develop\src\CustomerPortal" --configuration Release --no-dependencies* It hangs on build step. Notice that, if i run this command via Command Prompt (cmd.exe) i get output: *Project CustomerPortal (.NETCoreApp,Version=v1.0) will be compiled because inputs were modified Compiling CustomerPortal for .NETCoreApp,Version=v1.0 Compilation succeeded. 0 Warning(s) 0 Error(s) Time elapsed 00:00:03.7759054* Any ideas? |
Description |
Original:
We have asp.net core web application and we use Jenkins as CI tool. The build step for our project in Jenkins consists of one step as 'Execute Windows batch command' with command *dotnet.exe build "C:\Program Files (x86)\Jenkins\workspace\CustomerPortal Develop\src\CustomerPortal" --configuration Release --no-dependencies* It hangs on build step. Notice that, if i run this command via Command Prompt (cmd.exe) i get output: *Project CustomerPortal (.NETCoreApp,Version=v1.0) will be compiled because inputs were modified Compiling CustomerPortal for .NETCoreApp,Version=v1.0 Compilation succeeded. 0 Warning(s) 0 Error(s) Time elapsed 00:00:03.7759054* Any ideas? |
New:
We have asp.net core web application and we use Jenkins as CI tool. The build step for our project in Jenkins consists of one step as 'Execute Windows batch command' with command *dotnet.exe build "C:\Program Files (x86)\Jenkins\workspace\CustomerPortal Develop\src\CustomerPortal" --configuration Release --no-dependencies* It hangs on build. Notice that, if i run this command via Command Prompt (cmd.exe) i get output: *Project CustomerPortal (.NETCoreApp,Version=v1.0) will be compiled because inputs were modified Compiling CustomerPortal for .NETCoreApp,Version=v1.0 Compilation succeeded. 0 Warning(s) 0 Error(s) Time elapsed 00:00:03.7759054* Any ideas? |
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 173528 ] | New: JNJira + In-Review [ 199471 ] |