Commit 70a9a05b by jenkins

Update .gitlab-ci.yml

parent 6b9ed7f0
Pipeline #8056 canceled with stage
in 46 seconds
...@@ -13,11 +13,11 @@ analyze: ...@@ -13,11 +13,11 @@ analyze:
# - devenv .\ODS\ODS.sln /build "Debug|Win32" # - devenv .\ODS\ODS.sln /build "Debug|Win32"
- echo "---------------------" - echo "---------------------"
- pwd - pwd
- cp /mnt/f/ci/ClientFrame.sln.bat ./ - cp /mnt/f/ci/ClientFrame.bat ./
- powershell.exe ./ClientFrame.sln.bat - powershell.exe ./ClientFrame.bat
- /mnt/f/ci/.koderover/sonar-scanner-3.3.0.1492-linux/bin/sonar-scanner - /mnt/f/ci/.koderover/sonar-scanner-3.3.0.1492-linux/bin/sonar-scanner
-Dsonar.branch=master -Dsonar.branch=master
-Dsonar.projectKey=ClientFrame.sln -Dsonar.projectKey=ClientFrame
-Dsonar.sources=. -Dsonar.sources=.
-Dsonar.host.url=http://172.81.236.172:9000 -Dsonar.host.url=http://172.81.236.172:9000
-Dsonar.login=d346031aa86fc7b9e8d58c6c54830982595b8cba -Dsonar.login=d346031aa86fc7b9e8d58c6c54830982595b8cba
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment