Jenkins C# Couldn't find any revision to build

221
08 января 2019, 07:20

Всем привет. Не могу собрать проект. Данные из лог файла сборки.

Started by user Pit Piter Building in workspace C:\Program Files (x86)\Jenkins\workspace\CalculateInConsole git.exe rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository git.exe config remote.origin.url https://gitlab.com/PitPiter/calculateinconsole.git # timeout=10 Fetching upstream changes from https://gitlab.com/PitPiter/calculateinconsole.git git.exe --version # timeout=10 using GIT_ASKPASS to set credentials git.exe fetch --tags --progress https://gitlab.com/PitPiter/calculateinconsole.git +refs/heads/:refs/remotes/origin/ git.exe rev-parse "refs/remotes/origin/master^{commit}" # timeout=10 git.exe rev-parse "refs/remotes/origin/origin/master^{commit}" # timeout=10 git.exe rev-parse "origin/master^{commit}" # timeout=10

ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.

Finished: FAILURE

И на картинках сборки и шаги сборки.

Управление исходным кодом:

Не совсем уверен, что проблема именно в Jenkins. Так как судя по:

git.exe rev-parse "origin/master^{commit}" # timeout=10

ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.

-то вполне может быть проблема и в настройках доступа к ветке мастер в gitlab, но я даже не знаю как проверить строку:

git.exe rev-parse "origin/master^{commit}" # timeout=10

Так как через тот же git в VS 2017 и залился проект на Gitlab.

READ ALSO
ASP.NET Core запрос

ASP.NET Core запрос

Есть запрос следующего плана:

254
Перенести путь файла в dataGridView через жесты

Перенести путь файла в dataGridView через жесты

На форме есть dataGridViewТак же есть файл где-нибудь в проводнике

166
Вывод result_count и catalog_ordering в произвольном шаблоне для товаров woocommerce

Вывод result_count и catalog_ordering в произвольном шаблоне для товаров woocommerce

как вывести базовую сортировку и количество товаров на странице, используя свой шаблон?

967