Replies: 18 comments 19 replies
-
Originally posted by Zaher Ghaibeh on 2016-09-15T20:10:37Z Hey, Just a small note you need to carefully check the path for composer bin folder, on Ubuntu 16 with PHP7.0 it was |
Beta Was this translation helpful? Give feedback.
-
Originally posted by Zane Jocelyn Chua on 2016-12-07T09:50:35Z Hey Niklas, Thanks so much for this guide. I followed you to this page on how to configure Jenkins for Laravel. But may i ask what you use as your 'src' directory? since Laravel has so many portions to modify e.g. Controllers, Blade Files and etc. Do i need to set the 'src' directory as '/' ? Should CI be used to check even the vendor files? Thanks again! |
Beta Was this translation helpful? Give feedback.
-
Originally posted by Gustavo Delgado on 2017-01-13T14:39:27Z Nice post. I'm wondering if you have some post or how-to for the deployment process of php projects using jenkins. Regards! |
Beta Was this translation helpful? Give feedback.
-
Originally posted by eric on 2017-01-19T13:39:03Z Great article. Have you ever considered Travis CI open source over Jenkins? Jenkins interface is kinda classic though. Plus can Jenkins work well with Gitlab CE? Thanks. |
Beta Was this translation helpful? Give feedback.
-
Originally posted by Joffrey Carle on 2017-04-24T11:56:38Z Nice post :) |
Beta Was this translation helpful? Give feedback.
-
Originally posted by Nicholas Worth on 2017-05-17T23:29Z Would love more detail about the build itself, even without the specifics of the language or project. For example a generic template of a full cycle with as many or few aspects as desired. For example, within this example, Jenkins is just triggering a script or a build, but what does that build even do (everything), or with SOC in mind only one thing which then upon success triggers another thing? And does every step have to be a script or can it be an approval process? I find that as my team moves into this direction and seeks to automate each aspect we need guidance going "towards" full automation. Perhaps we don't have automated user testing, and only when code is merged into core branch it triggers a manual process that once approved continues an automated deployment. From the outside looking in, no tutorial seems conclusive enough to setup the potential everyone raves about. Any help you can provide would be great, look forward to more post like this so thank you |
Beta Was this translation helpful? Give feedback.
-
Originally posted by Daniel Nishibane on 2017-08-08T11:54:12Z Thanks, very helpful! I also like your book :-) |
Beta Was this translation helpful? Give feedback.
-
Originally posted by numediaweb on 2018-02-05T15:21:58Z There's an issue with the mayflower/php-codebrowser as it uses a version of symfony/console older than the one istalled: this causes an issue. |
Beta Was this translation helpful? Give feedback.
-
Originally posted by numediaweb on 2018-02-05T22:05:46Z I faced another issue when creating a copy from the template: it is extremely slow to make the copy and also extremely slow to open the project configuration (5min and still not finished!). Any idea about this? I even got an email alert from Linode: Your Linode, linodexxxx, has exceeded the notification threshold (90) for CPU Usage by averaging 94.6% for the last 2 hours Thanks |
Beta Was this translation helpful? Give feedback.
-
Originally posted by Adonist on 2018-02-22T11:04:05Z Hey mate, following your post here and it's great. |
Beta Was this translation helpful? Give feedback.
-
Originally posted by Rodel Tancio on 2018-03-29T11:30:44Z Hi Niklas, First of all, I really appreciate you for putting up a resource like this. I'm a newbie to Jenkins CI and I found your tutorial here quite straightforward. Though, I encountered an error on the build from the sample github repo you used here (zend-expressive.). here's the error log from the build: <git blamer=""> GIT_COMMIT=c5d61a3960489b1f037ae7bf116ca499709a2f75, workspace=/var/lib/jenkins/workspace/zend-expressive Can you point out to me the issue here? Regards, |
Beta Was this translation helpful? Give feedback.
-
Originally posted by Siddharth Terse on 2018-04-05T07:09:18Z Dear Niklas, Can we have video tutorial for this OR related video links like your tutorial ? It will very helpful to understand, I am fresher in Jenkins. |
Beta Was this translation helpful? Give feedback.
-
Originally posted by NAGENDRA J on 2018-06-20T08:51:40Z I know about Automation build through jenkins by using webhook And poll-SCM...but i dont know how to deploy the php application ...pls help me ho to do these task...if u have any tutorials pls ping me my mail-id:[email protected]..watsup no 9886831257 |
Beta Was this translation helpful? Give feedback.
-
Originally posted by Ricardo on 2018-06-28T16:04:16Z Hi Niklas, |
Beta Was this translation helpful? Give feedback.
-
Originally posted by swathikrishna guru on 2018-07-18T14:56:41Z Hi Niklas, Great Article , Where can i buy your books? Regards |
Beta Was this translation helpful? Give feedback.
-
Originally posted by Ruma Chakraborty on 2018-08-10T00:23:48Z need to deploy automatically in mvc framework using jenkins |
Beta Was this translation helpful? Give feedback.
-
Originally posted by Joseph Handschu on 2018-10-05T00:55:37Z I take off my hat Niklas, I got a Laravel 5.6 development environment that's combined with VueJS, and I use Mix to generate the project for the JS side, do you know if that presents any additional complication or is Jenkins going to take that as one more dependency? Thanks in advance, |
Beta Was this translation helpful? Give feedback.
-
Originally posted by Muhammad Jawaid Shamshad on 2018-11-06T14:14:40Z Hi Modess, C:\Program Files (x86)\Jenkins\workspace\zend-expressive\build.xml:67: Execute failed: java.io.IOException: Cannot run program "composer" (in directory "C:\Program Files (x86)\Jenkins\workspace\zend-expressive"): CreateProcess error=2, The system cannot find the file specified Can you help me what could be the problem? |
Beta Was this translation helpful? Give feedback.
-
jenkins-php/
Jenkins & PHP, continuous integration tutorial
https://modess.io/jenkins-php/
Beta Was this translation helpful? Give feedback.
All reactions