Update Jenkinsfile

This commit is contained in:
Oleksandr Butenko 2021-07-13 16:14:22 +03:00 committed by GitHub
parent dca3f21cc6
commit d002e1b641
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
Jenkinsfile vendored
View file

@ -4,6 +4,7 @@ pipeline {
registryCredential = 'dockerhub_id' registryCredential = 'dockerhub_id'
dockerImage = '' dockerImage = ''
RELEASE_NOTES = sh (script: """git log --format="medium" -1 ${GIT_COMMIT}""", returnStdout:true) RELEASE_NOTES = sh (script: """git log --format="medium" -1 ${GIT_COMMIT}""", returnStdout:true)
TaskID = ''
} }
agent any agent any
stages { stages {