Compare commits

..

No commits in common. "fddba6946dc5ec6f0f77326fa4be742e3db59983" and "8660b8b2ac58622d45fe08d94288d0056cbd1bee" have entirely different histories.

2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -97,7 +97,7 @@ pipeline {
http://git.entcor/api/v1/repos/deployer3000/${env.IMAGE_NAME}/pulls/${prId}/merge http://git.entcor/api/v1/repos/deployer3000/${env.IMAGE_NAME}/pulls/${prId}/merge
""" """
echo "PR ${prId} merged successfully into main!" echo "PR ${prId} merged successfully into main!"
sleep(time: 15, unit: 'SECONDS') sleep(time: 5, unit: 'SECONDS')
def commitHash = sh(script: "git rev-parse HEAD~1", returnStdout: true).trim() def commitHash = sh(script: "git rev-parse HEAD~1", returnStdout: true).trim()
def prCommitHash = sh(script: "git rev-parse HEAD", returnStdout: true).trim() def prCommitHash = sh(script: "git rev-parse HEAD", returnStdout: true).trim()

View File

@ -2,4 +2,4 @@
```bash ```bash
docker build -t test-ci-cd . docker build -t test-ci-cd .
docker run --rm --name test-ci-cd -p 8000:8080 test-ci-cd:latest docker run --rm --name test-ci-cd -p 8000:8080 test-ci-cd:latest