Feature/integrate jenkins artifactory#9
Open
laraadeboye wants to merge 59 commits into
Open
Conversation
Add dummy Jenkinsfile
Update .env.sample with dummy details. Following security practices. They should not be commited.
Update Jenkins file with .env variables
…catory Feature/integrate jenkins articatory
Update Jenkinsfile
…catory Merge pull request #2 from laraadeboye/main
Update jenkins file for proper syntax, multiline shellscripts for better readability and following laravel's beat practices
Add stage for unit test
Update phpunit version in composer.json
Update Jenkins file to add new environment variables, make app_key static
Add command to create storage directories which is throwing up errors
Edit pipeline to refresh caches
…catory Feature/integrate jenkins articatory
…kins-articatory Revert "Feature/integrate jenkins articatory"
Add code analysis stage
Update pipeline to make the phploc directory
Add a named file phploc_report.csv
Correct bracket closure
Correct pipeline to replace exclusion values which was causing error with propertySeries
Testing concise code metrics
Restore jenkinsfile with propertSeries
Restore exclusion values
Remove propertySeries which is causing errors
Add package artifact and upload to artifactory step
Add the name of the artifactory repo
Update parameters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add stage to package and upload artifact to artifactory