Skip to content

Commit

Permalink
Jenkinsfile bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ujstor committed Nov 15, 2023
1 parent 0cd1caa commit 0f986ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ pipeline {

environment {
GITHUB_USER = 'ujstor'
GITHUB_REPO = 'portfolio_web '
GITHUB_REPO = 'portfolio_web'
DOCKER_HUB_USERNAME = 'ujstor'
DOCKER_REPO_NAME = 'portfolio-web-go '
DOCKER_REPO_NAME = 'portfolio-web-go'
BRANCH = 'master'
VERSION_PART = 'Patch' // Patch, Minor, Major
DOCKER_JENKINS_CERDIDENTALS_ID = 'be9636c4-b828-41af-ad0b-46d4182dfb06'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ You can now access your portfolio website by navigating to `http://localhost:500
## Jenkins Pipeline

The pipeline is designed to automate the processes of testing, building, and deploying a web application using Docker.
It creates an image and pushes it to DockerHub. Leadership on this project simplifies deployment with Docker Compose. Additionally,
the pipeline is configured to perform these tasks when certain conditions are met, such as when a specific branch name is used
It creates an image and pushes it to DockerHub. This simplifies deployment with Docker Compose. Additionally,
the pipeline is configured to perform these tasks when certain conditions are met, such as specific branch.

## Deployment
Application deployment can be achieved through the utilization of either a `Go` or `Flask` server, orchestrated using docker-compose,
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module fiber

go 1.21.3
go 1.21

require (
github.com/andybalholm/brotli v1.0.6 // indirect
Expand Down

0 comments on commit 0f986ab

Please sign in to comment.