{"id":42200,"date":"2019-03-18T00:00:00","date_gmt":"2019-03-17T21:00:00","guid":{"rendered":"https:\/\/prohoster.info\/blog\/blog_prohoster\/integratsiya-appcenter-i-gitlab"},"modified":"2020-02-18T13:45:01","modified_gmt":"2020-02-18T10:45:01","slug":"integratsiya-appcenter-i-gitlab","status":"publish","type":"post","link":"https:\/\/prohoster.info\/sq\/blog\/administrirovanie\/integratsiya-appcenter-i-gitlab","title":{"rendered":"Integrimi i AppCenter dhe GitLab","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>P\u00ebrsh\u00ebndetje!<\/p>\n<p><\/p>\n<p>D\u00ebshiroj t\u00eb flas p\u00ebr p\u00ebrvoj\u00ebn time n\u00eb konfigurimin e integrimit t\u00eb GitLab dhe AppCenter p\u00ebrmes BitBucket. <\/p>\n<p><\/p>\n<p>Nevoja p\u00ebr k\u00ebt\u00eb integrim u shfaq gjat\u00eb konfigurimit t\u00eb nisjes automatike t\u00eb testeve UI p\u00ebr nj\u00eb projekt multi-platform\u00eb n\u00eb Xamarin. Nj\u00eb tutorial i detajuar m\u00eb posht\u00eb!<\/p>\n<p><noindex><a rel=\"nofollow\" name=\"habracut\"><\/a><\/noindex><\/p>\n<p>*<em> P\u00ebr automatizimin e testimit UI n\u00eb kushte multi-platform\u00eb do t\u00eb shkruaj nj\u00eb artikull t\u00eb ve\u00e7ant\u00eb, n\u00ebse publikohet interes.<\/em><\/p>\n<p><\/p>\n<p>Kam gjetur vet\u00ebm nj\u00eb material t\u00eb till\u00eb <noindex><a rel=\"nofollow\" href=\"https:\/\/www.novis.co\/post\/building-to-appcenter-from-gitlab\/\">artikullin<\/a><\/noindex>. Prandaj, artikulli im mund t\u00eb ndihmoj\u00eb dik\u00eb.<\/p>\n<p><\/p>\n<p><b>Detyra<\/b>: T\u00eb konfiguroni nisjen automatike t\u00eb testeve UI n\u00eb AppCenter, pasi ekipi yn\u00eb p\u00ebrdor GitLab si sistem kontrolli versioni. <\/p>\n<p><\/p>\n<p><b>Problemi <\/b>u zbulua q\u00eb AppCenter nuk integrohet drejtp\u00ebrdrejt me GitLab. Nj\u00eb nga zgjidhjet ishte zgjedhja e nj\u00eb rruge p\u00ebrmes BitBucket. <\/p>\n<p><\/p>\n<h2 id=\"shagi\">Hapat<\/h2>\n<p><\/p>\n<h1 id=\"1-sozdayom-pustoy-repozitoriy-na-bitbucket\">1. Krijoni nj\u00eb depo t\u00eb zbraz\u00ebt n\u00eb BitBucket<\/h1>\n<p><\/p>\n<p>Nuk shoh nevoj\u00eb p\u00ebr ta p\u00ebrshkruar k\u00ebt\u00eb m\u00eb shum\u00eb \ud83d\ude42<\/p>\n<p><\/p>\n<h1 id=\"2-nastraivaem-gitlab\">2. Konfiguroni GitLab<\/h1>\n<p><\/p>\n<p>Na nevojitet q\u00eb kur t\u00eb b\u00ebhet push\/mergj n\u00eb depo, ndryshimet t\u00eb ngarkohen gjithashtu n\u00eb BitBucket. P\u00ebr k\u00ebt\u00eb, shtojm\u00eb runner (ose redaktojm\u00eb skedarin ekzistues .gitlab-ci.yml). <\/p>\n<p><\/p>\n<p>Fillimisht, shtojm\u00eb komandat n\u00eb seksionin before_scripts<\/p>\n<p><\/p>\n<pre><code class=\"plaintext\"> - git config --global user.email \"user@email\"\n - git config --global user.name \"username\"<\/code><\/pre>\n<p><\/p>\n<p>Pastaj shtojm\u00eb komand\u00ebn e ardhshme n\u00eb sken\u00ebn p\u00ebrkat\u00ebse:<\/p>\n<p><\/p>\n<pre><code class=\"plaintext\">- git push --mirror https:\/\/username:password@bitbucket.org\/username\/projectname.git<\/code><\/pre>\n<p><\/p>\n<p>N\u00eb rastin tim, dosja dukej k\u00ebshtu<\/p>\n<p><\/p>\n<pre><code class=\"plaintext\">before_script:\n - git config --global user.email \"user@email\"\n - git config --global user.name \"username\"\n\nstages:\n  - mirror\nmirror:\n  stage: mirror\n  script:\n    - git push --mirror https:\/\/****:*****@bitbucket.org\/****\/testapp.git<\/code><\/pre>\n<p><\/p>\n<p>Nisim nd\u00ebrtimin, kontrollojm\u00eb n\u00eb BitBucket q\u00eb ndryshimet\/dosjet tona jan\u00eb ngarkuar.<br \/>\n<em>* si\u00e7 tregoi praktika, konfigurimi i \u00e7el\u00ebsave SSH nuk \u00ebsht\u00eb i detyruesh\u00ebm. Megjithat\u00eb, p\u00ebr \u00e7do rast, do t\u00eb jap algoritmin e konfigurimit t\u00eb lidhjes p\u00ebrmes SSH m\u00eb posht\u00eb<\/em><\/p>\n<p>\n<b class=\"spoiler_title\">Lidhja p\u00ebrmes SSH<\/b><\/p>\n<p>S\u00eb pari, duhet t\u00eb gjeneroni nj\u00eb \u00e7el\u00ebs SSH. P\u00ebr k\u00ebt\u00eb ka shum\u00eb artikuj t\u00eb shkruar. Si shembull mund t\u00eb shikoni <noindex><a rel=\"nofollow\" href=\"https:\/\/git-scm.com\/book\/ru\/v2\/Git-%D0%BD%D0%B0-%D1%81%D0%B5%D1%80%D0%B2%D0%B5%D1%80%D0%B5-%D0%93%D0%B5%D0%BD%D0%B5%D1%80%D0%B0%D1%86%D0%B8%D1%8F-%D0%BE%D1%82%D0%BA%D1%80%D1%8B%D1%82%D0%BE%D0%B3%D0%BE-SSH-%D0%BA%D0%BB%D1%8E%D1%87%D0%B0\">k\u00ebtu<\/a><\/noindex>.<br \/>\n\u00c7el\u00ebsat e gjeneruar duken k\u00ebshtu:<br \/>\n<img decoding=\"async\" alt=\"Integrimi i AppCenter dhe GitLab\" src=\"\/wp-content\/uploads\/2019\/03\/dc7eb14c3150d403556e58f26feb311c.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<p><\/p>\n<p>M\u00eb pas <strong>\u00e7el\u00ebsi sekret<\/strong> duhet t\u00eb shtohet si nj\u00eb variable n\u00eb GitLab. P\u00ebr k\u00ebt\u00eb shkojm\u00eb n\u00eb Settings &gt; CI\/CD &gt; Enviroment Variables. Shtojm\u00eb T\u00cb GJITH\u00cb p\u00ebrmbajtjen e sked\u00ebs ku e ruajt\u00ebt \u00e7el\u00ebsin sekret. Do ta quajm\u00eb variable SSH_PRIVATE_KEY.<br \/>\n*<em> kjo sked\u00eb, ndryshe nga skeda me \u00e7el\u00ebsin e hapur, nuk do t\u00eb ket\u00eb zgjerim<\/em><br \/>\n<img decoding=\"async\" alt=\"Integrimi i AppCenter dhe GitLab\" src=\"\/wp-content\/uploads\/2019\/03\/1eed6ba32ccd64ec83e7b04aa8adfa52.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<p><\/p>\n<p>Shum\u00eb mir\u00eb, tani duhet t\u00eb shtojm\u00eb \u00e7el\u00ebsin e hapur n\u00eb BitBucket. P\u00ebr k\u00ebt\u00eb hapim depozit\u00ebn, kalojm\u00eb n\u00eb Settings &gt; Access Keys. <\/p>\n<p><\/p>\n<p><img decoding=\"async\" alt=\"Integrimi i AppCenter dhe GitLab\" src=\"\/wp-content\/uploads\/2019\/03\/99ddececc47bc9ad30baf539b333b537.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<p><\/p>\n<p>K\u00ebtu klikoni n\u00eb Add Key dhe ngjitni p\u00ebrmbajtjen e skedarit me \u00e7el\u00ebsin publik (skedari me zgjatjen .pub).<\/p>\n<p><\/p>\n<p>Hapin tjet\u00ebr do t\u00eb jet\u00eb p\u00ebrdorimi i \u00e7el\u00ebsave n\u00eb gitlab-runner. P\u00ebrdorni k\u00ebto komandat, por vendosni t\u00eb dh\u00ebnat tuaja n\u00eb vend t\u00eb yjeve.<\/p>\n<p><\/p>\n<pre><code class=\"plaintext\">image: timbru31\/node-alpine-git:latest\n\nstages:\n  - mirror\n\nbefore_script:\n  - eval $(ssh-agent -s)\n  - echo \"$SSH_PRIVATE_KEY\" | tr -d 'r' | ssh-add - &gt; \/dev\/null\n  - mkdir -p ~\/.ssh\n  - chmod 700 ~\/.ssh\n  - ssh-keyscan bitbucket.org &gt;&gt; ~\/.ssh\/known_hosts\n  - chmod 644 ~\/.ssh\/known_hosts\n  - git config --global user.email \"*****@***\"\n  - git config --global user.name \"****\"\n  - ssh -T git@bitbucket.org\n\nmirror:\n  stage: mirror\n  script:\n    - git push --mirror https:\/\/****:****@bitbucket.org\/*****\/*.git<\/code><\/pre>\n<p><\/p>\n<h1 id=\"3-nastroyka-appcenter\">3. Konfigurimi i AppCenter<\/h1>\n<p><\/p>\n<p>Krijojm\u00eb nj\u00eb aplikacion t\u00eb ri n\u00eb AppCenter. <\/p>\n<p>\n<img decoding=\"async\" alt=\"Integrimi i AppCenter dhe GitLab\" src=\"\/wp-content\/uploads\/2019\/03\/fa141c0f83b9ea3e18596e007bcab82a.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<p>Specifikoni gjuh\u00ebn\/platform\u00ebn<\/p>\n<p>\n<img decoding=\"async\" alt=\"Integrimi i AppCenter dhe GitLab\" src=\"\/wp-content\/uploads\/2019\/03\/c0f072b2486a162bd5337185efe582a1.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<p>M\u00eb pas hyjm\u00eb n\u00eb seksionin Build t\u00eb aplikacionit t\u00eb sapokrijuar. Zgjidhni aty BitBucket dhe repositorin e krijuar n\u00eb faz\u00ebn 1.<\/p>\n<p><\/p>\n<p>Shk\u00eblqyesh\u00ebm, tani duhet t\u00eb konfiguroni nd\u00ebrtimin. P\u00ebr k\u00ebt\u00eb, gjeni ikon\u00ebn e ingranazhit.<\/p>\n<p>\n<img decoding=\"async\" alt=\"Integrimi i AppCenter dhe GitLab\" src=\"\/wp-content\/uploads\/2019\/03\/c88755c8d665dc9c73c141efa1591441.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<p>N\u00eb thelb, gjith\u00e7ka \u00ebsht\u00eb intuitive. Zgjidhni projektin dhe konfigurimin. N\u00ebse \u00ebsht\u00eb e nevojshme, aktivizoni ekzekutimin e testeve pas nd\u00ebrtimit. Ato do t\u00eb ekzekutohen automatikisht.<\/p>\n<p><\/p>\n<p>N\u00eb thelb, kjo \u00ebsht\u00eb gjith\u00e7ka. D\u00ebgjon e leht\u00eb, por, natyrisht, gjith\u00e7ka nuk do t\u00eb shkoj\u00eb pako. Prandaj do t\u00eb p\u00ebrshkruaj disa gabime q\u00eb kam hasur gjat\u00eb pun\u00ebs:<\/p>\n<p>\n<b class=\"spoiler_title\">&#8216;ssh-keygen&#8217; is not recognized as an internal or external command.<\/b><\/p>\n<p>Kjo ndodh sepse rruga p\u00ebr ssh-keygen.exe nuk \u00ebsht\u00eb shtuar n\u00eb variablat e mjedisit.<br \/>\nKa dy mund\u00ebsi: shtoni C:Program FilesGitusrbin n\u00eb variablat e mjedisit (do t\u00eb jet\u00eb n\u00eb fuqi pas riaktivizimit t\u00eb makin\u00ebs), ose hapni konsol\u00ebn nga kjo direktori. <\/p>\n<p>\n<b class=\"spoiler_title\">AppCenter u lidh me nj\u00eb llogari t\u00eb gabuar t\u00eb BitBucket?<\/b><\/p>\n<p>P\u00ebr t\u00eb zgjidhur problemin, duhet t\u00eb lidhni llogarin\u00eb e BitBucket nga AppCenter. Hyni n\u00eb llogarin\u00eb e gabuar t\u00eb BitBucket, shkon n\u00eb profilin e p\u00ebrdoruesit.<\/p>\n<p><\/p>\n<p><img decoding=\"async\" alt=\"Integrimi i AppCenter dhe GitLab\" src=\"\/wp-content\/uploads\/2019\/03\/061f37840354cc53be631b1b366b2758.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<p><\/p>\n<p>Pastaj kaloni n\u00eb Cil\u00ebsimet &gt; Menaxhimi i Qasjes &gt; OAuth<\/p>\n<p><\/p>\n<p><img decoding=\"async\" alt=\"Integrimi i AppCenter dhe GitLab\" src=\"\/wp-content\/uploads\/2019\/03\/73b523f5b52be6a7f3164c26c94c3407.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<p><\/p>\n<p>Shtypni Revok p\u00ebr t\u00eb lidhur llogarin\u00eb.<\/p>\n<p><\/p>\n<p><img decoding=\"async\" alt=\"Integrimi i AppCenter dhe GitLab\" src=\"\/wp-content\/uploads\/2019\/03\/f67da9607ec992ba5ab54ab16433a2d2.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<p><\/p>\n<p>Pas k\u00ebsaj, duhet t\u00eb hyni me llogarin\u00eb e duhur t\u00eb BitBucket.<br \/>\n*<em> N\u00eb rastin m\u00eb t\u00eb keq, pastaj gjithashtu pastrojeni cache-in e shfletuesit.<\/em><\/p>\n<p><\/p>\n<p>Tani kaloni n\u00eb AppCenter. Kaloni n\u00eb seksionin Build, shtypni Shk\u00ebput llogarin\u00eb e BitBucket.<\/p>\n<p><\/p>\n<p><img decoding=\"async\" alt=\"Integrimi i AppCenter dhe GitLab\" src=\"\/wp-content\/uploads\/2019\/03\/ed50959b99e0a22ab0c85fbc4cca9b5a.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<p><\/p>\n<p>Kur llogaria e vjet\u00ebr t\u00eb jet\u00eb shk\u00ebputur, lidhni AppCenter p\u00ebrs\u00ebri. Tani me llogarin\u00eb e duhur.<\/p>\n<p>\n<b class=\"spoiler_title\">&#8216;eval&#8217; is not recognized as an internal or external command<\/b><\/p>\n<p>P\u00ebrdorni n\u00eb vend t\u00eb komand\u00ebs<\/p>\n<p><\/p>\n<pre><code class=\"plaintext\">  - eval $(ssh-agent -s)<\/code><\/pre>\n<p><\/p>\n<p>Komand\u00ebn:<\/p>\n<p><\/p>\n<pre><code class=\"plaintext\">  - ssh-agent<\/code><\/pre>\n<p><\/p>\n<p>N\u00eb disa raste, mund t\u00eb duhet t\u00eb specifikoni rrug\u00ebn e plot\u00eb p\u00ebr C:Program FilesGitusrbinssh-agent.exe, ose ta shtoni k\u00ebt\u00eb rrug\u00eb n\u00eb variablat sistemor\u00eb n\u00eb makin\u00eb, ku \u00ebsht\u00eb aktivizuar runner.<\/p>\n<p>\n<b class=\"spoiler_title\">AppCenter Build po p\u00ebrpiqet t\u00eb nis\u00eb nd\u00ebrtimin p\u00ebr projektin nga nj\u00eb repo t\u00eb pasakt\u00eb t\u00eb BitBucket.<\/b><\/p>\n<p>N\u00eb rastin tim, problemi u paraqit p\u00ebr shkak se un\u00eb punoja me disa llogari. E zgjidhja ishte pastrimi i cache-it.<\/p>\n<p>Burimi: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/post\/444136\/\">habr.com<\/a><\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u0422\u0440\u044f\u043c, \u0437\u0434\u0440\u0430\u0432\u0441\u0442\u0432\u0443\u0439\u0442\u0435! \u0425\u043e\u0447\u0443 \u0440\u0430\u0441\u0441\u043a\u0430\u0437\u0430\u0442\u044c \u043e \u0441\u0432\u043e\u0451\u043c \u043e\u043f\u044b\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0438\u043d\u0442\u0435\u0440\u0433\u0430\u0446\u0438\u0438 GitLab \u0438 AppCenter \u0447\u0435\u0440\u0435\u0437 BitBucket. \u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u044c \u0442\u0430\u043a\u043e\u0439 \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u0438 \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u0432 \u0445\u043e\u0434\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0437\u0430\u043f\u0443\u0441\u043a\u0430 UI \u0442\u0435\u0441\u0442\u043e\u0432 \u0434\u043b\u044f \u043a\u0440\u043e\u0441\u0441\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435\u043d\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430 \u043d\u0430 Xamarin. \u041f\u043e\u0434\u0440\u043e\u0431\u043d\u044b\u0439 \u0442\u0443\u0442\u043e\u0440\u0438\u0430\u043b \u043f\u043e\u0434 \u043a\u0430\u0442\u043e\u043c! * \u041e\u0431 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0437\u0430\u0446\u0438\u0438 UI \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0432 \u0443\u0441\u043b\u043e\u0432\u0438\u044f\u0445 \u043a\u0440\u043e\u0441\u0441\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435\u043d\u043d\u043e\u0441\u0442\u0438 \u0441\u0434\u0435\u043b\u0430\u044e \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u0443\u044e \u0441\u0442\u0430\u0442\u044c\u044e, \u0435\u0441\u043b\u0438 \u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0437\u0430\u0438\u043d\u0442\u0435\u0440\u0435\u0441\u0443\u0435\u0442\u0441\u044f. \u041f\u043e\u0434\u043e\u0431\u043d\u043e\u0433\u043e \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430 \u043d\u0430\u0440\u044b\u043b\u0430 \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0434\u043d\u0443 \u0441\u0442\u0430\u0442\u044c\u044e. \u041f\u043e\u044d\u0442\u043e\u043c\u0443 [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[688],"tags":[],"class_list":["post-42200","post","type-post","status-publish","format-standard","hentry","category-administrirovanie"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u0422\u0440\u044f\u043c, \u0437\u0434\u0440\u0430\u0432\u0441\u0442\u0432\u0443\u0439\u0442\u0435! \u0425\u043e\u0447\u0443 \u0440\u0430\u0441\u0441\u043a\u0430\u0437\u0430\u0442\u044c \u043e \u0441\u0432\u043e\u0451\u043c \u043e\u043f\u044b\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0438\u043d\u0442\u0435\u0440\u0433\u0430\u0446\u0438\u0438 GitLab \u0438 AppCenter \u0447\u0435\u0440\u0435\u0437 BitBucket. \u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u044c \u0442\u0430\u043a\u043e\u0439 \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u0438 \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u0432 \u0445\u043e\u0434\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0437\u0430\u043f\u0443\u0441\u043a\u0430 UI \u0442\u0435\u0441\u0442\u043e\u0432 \u0434\u043b\u044f \u043a\u0440\u043e\u0441\u0441\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435\u043d\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430 \u043d\u0430 Xamarin. \u041f\u043e\u0434\u0440\u043e\u0431\u043d\u044b\u0439 \u0442\u0443\u0442\u043e\u0440\u0438\u0430\u043b \u043f\u043e\u0434 \u043a\u0430\u0442\u043e\u043c! * \u041e\u0431 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0437\u0430\u0446\u0438\u0438 UI \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0432 \u0443\u0441\u043b\u043e\u0432\u0438\u044f\u0445 \u043a\u0440\u043e\u0441\u0441\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435\u043d\u043d\u043e\u0441\u0442\u0438 \u0441\u0434\u0435\u043b\u0430\u044e \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u0443\u044e \u0441\u0442\u0430\u0442\u044c\u044e, \u0435\u0441\u043b\u0438 \u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0437\u0430\u0438\u043d\u0442\u0435\u0440\u0435\u0441\u0443\u0435\u0442\u0441\u044f. \u041f\u043e\u0434\u043e\u0431\u043d\u043e\u0433\u043e \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430 \u043d\u0430\u0440\u044b\u043b\u0430 \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0434\u043d\u0443 \u0441\u0442\u0430\u0442\u044c\u044e. \u041f\u043e\u044d\u0442\u043e\u043c\u0443\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/sq\/blog\/administrirovanie\/integratsiya-appcenter-i-gitlab\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"sq_AL\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u0418\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f AppCenter \u0438 GitLab | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u0422\u0440\u044f\u043c, \u0437\u0434\u0440\u0430\u0432\u0441\u0442\u0432\u0443\u0439\u0442\u0435! \u0425\u043e\u0447\u0443 \u0440\u0430\u0441\u0441\u043a\u0430\u0437\u0430\u0442\u044c \u043e \u0441\u0432\u043e\u0451\u043c \u043e\u043f\u044b\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0438\u043d\u0442\u0435\u0440\u0433\u0430\u0446\u0438\u0438 GitLab \u0438 AppCenter \u0447\u0435\u0440\u0435\u0437 BitBucket. \u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u044c \u0442\u0430\u043a\u043e\u0439 \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u0438 \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u0432 \u0445\u043e\u0434\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0437\u0430\u043f\u0443\u0441\u043a\u0430 UI \u0442\u0435\u0441\u0442\u043e\u0432 \u0434\u043b\u044f \u043a\u0440\u043e\u0441\u0441\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435\u043d\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430 \u043d\u0430 Xamarin. \u041f\u043e\u0434\u0440\u043e\u0431\u043d\u044b\u0439 \u0442\u0443\u0442\u043e\u0440\u0438\u0430\u043b \u043f\u043e\u0434 \u043a\u0430\u0442\u043e\u043c! * \u041e\u0431 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0437\u0430\u0446\u0438\u0438 UI \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0432 \u0443\u0441\u043b\u043e\u0432\u0438\u044f\u0445 \u043a\u0440\u043e\u0441\u0441\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435\u043d\u043d\u043e\u0441\u0442\u0438 \u0441\u0434\u0435\u043b\u0430\u044e \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u0443\u044e \u0441\u0442\u0430\u0442\u044c\u044e, \u0435\u0441\u043b\u0438 \u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0437\u0430\u0438\u043d\u0442\u0435\u0440\u0435\u0441\u0443\u0435\u0442\u0441\u044f. \u041f\u043e\u0434\u043e\u0431\u043d\u043e\u0433\u043e \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430 \u043d\u0430\u0440\u044b\u043b\u0430 \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0434\u043d\u0443 \u0441\u0442\u0430\u0442\u044c\u044e. \u041f\u043e\u044d\u0442\u043e\u043c\u0443\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/sq\/blog\/administrirovanie\/integratsiya-appcenter-i-gitlab\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2019-03-17T21:00:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2020-02-18T10:45:01+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47Integrimi i AppCenter dhe GitLab | ProHoster","description":"P\u00ebrsh\u00ebndetje! D\u00ebshiroj t\u00eb flas p\u00ebr p\u00ebrvoj\u00ebn time n\u00eb konfigurimin e integrimit t\u00eb GitLab dhe AppCenter p\u00ebrmes BitBucket. Nevoja p\u00ebr k\u00ebt\u00eb integrim u shfaq gjat\u00eb konfigurimit t\u00eb nisjes automatike t\u00eb testeve UI p\u00ebr nj\u00eb projekt nd\u00ebrplatform\u00eb n\u00eb Xamarin. Nj\u00eb tutorial i detajuar posht\u00eb! * P\u00ebr automatizimin e testimit UI n\u00eb kushte nd\u00ebrplatform\u00ebs do t\u00eb b\u00ebj nj\u00eb artikull t\u00eb ve\u00e7ant\u00eb, n\u00ebse publikimi interesohet. Kam gjetur vet\u00ebm nj\u00eb artikull t\u00eb till\u00eb.","canonical_url":"https:\/\/prohoster.info\/sq\/blog\/administrirovanie\/integratsiya-appcenter-i-gitlab","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"sq_AL","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u0418\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f AppCenter \u0438 GitLab | ProHoster","og:description":"\u0422\u0440\u044f\u043c, \u0437\u0434\u0440\u0430\u0432\u0441\u0442\u0432\u0443\u0439\u0442\u0435! \u0425\u043e\u0447\u0443 \u0440\u0430\u0441\u0441\u043a\u0430\u0437\u0430\u0442\u044c \u043e \u0441\u0432\u043e\u0451\u043c \u043e\u043f\u044b\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0438\u043d\u0442\u0435\u0440\u0433\u0430\u0446\u0438\u0438 GitLab \u0438 AppCenter \u0447\u0435\u0440\u0435\u0437 BitBucket. \u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u044c \u0442\u0430\u043a\u043e\u0439 \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u0438 \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u0432 \u0445\u043e\u0434\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0437\u0430\u043f\u0443\u0441\u043a\u0430 UI \u0442\u0435\u0441\u0442\u043e\u0432 \u0434\u043b\u044f \u043a\u0440\u043e\u0441\u0441\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435\u043d\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430 \u043d\u0430 Xamarin. \u041f\u043e\u0434\u0440\u043e\u0431\u043d\u044b\u0439 \u0442\u0443\u0442\u043e\u0440\u0438\u0430\u043b \u043f\u043e\u0434 \u043a\u0430\u0442\u043e\u043c! * \u041e\u0431 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0437\u0430\u0446\u0438\u0438 UI \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0432 \u0443\u0441\u043b\u043e\u0432\u0438\u044f\u0445 \u043a\u0440\u043e\u0441\u0441\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435\u043d\u043d\u043e\u0441\u0442\u0438 \u0441\u0434\u0435\u043b\u0430\u044e \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u0443\u044e \u0441\u0442\u0430\u0442\u044c\u044e, \u0435\u0441\u043b\u0438 \u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0437\u0430\u0438\u043d\u0442\u0435\u0440\u0435\u0441\u0443\u0435\u0442\u0441\u044f. \u041f\u043e\u0434\u043e\u0431\u043d\u043e\u0433\u043e \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430 \u043d\u0430\u0440\u044b\u043b\u0430 \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0434\u043d\u0443 \u0441\u0442\u0430\u0442\u044c\u044e. \u041f\u043e\u044d\u0442\u043e\u043c\u0443","og:url":"https:\/\/prohoster.info\/sq\/blog\/administrirovanie\/integratsiya-appcenter-i-gitlab","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2019-03-17T21:00:00+00:00","article:modified_time":"2020-02-18T10:45:01+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"42200","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":"2026-01-22 07:36:23","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-02-28 10:42:04","updated":"2026-01-22 07:36:23"},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/posts\/42200","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/comments?post=42200"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/posts\/42200\/revisions"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/media?parent=42200"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/categories?post=42200"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/tags?post=42200"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}