diff --git a/Jenkinsfile b/Jenkinsfile index 9226b61..11f3dab 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -97,7 +97,7 @@ pipeline { http://git.entcor/api/v1/repos/deployer3000/${env.IMAGE_NAME}/pulls/${prId}/merge """ echo "PR ${prId} merged successfully into main!" - sleep(time: 5, unit: 'SECONDS') + sleep(time: 15, unit: 'SECONDS') def commitHash = sh(script: "git rev-parse HEAD~1", returnStdout: true).trim() def prCommitHash = sh(script: "git rev-parse HEAD", returnStdout: true).trim() diff --git a/README.md b/README.md index d0027cf..1db4248 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ ```bash docker build -t test-ci-cd . -docker run --rm --name test-ci-cd -p 8000:8080 test-ci-cd:latest \ No newline at end of file +docker run --rm --name test-ci-cd -p 8000:8080 test-ci-cd:latest