Update Jenkinsfile

This commit is contained in:
Oleksandr Butenko 2021-07-13 14:12:11 +03:00 committed by GitHub
parent 13c67e7a29
commit 99c7b74c81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
Jenkinsfile vendored
View file

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