Added git author information as environment variables
This commit is contained in:
parent
05e132c066
commit
cb3aec554e
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -20,6 +20,10 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("build") {
|
stage("build") {
|
||||||
|
environment {
|
||||||
|
GIT_AUTHOR_NAME = "Harrison Deng"
|
||||||
|
GIT_AUTHOR_EMAIL = "yunyangdeng@outlook.com"
|
||||||
|
}
|
||||||
steps {
|
steps {
|
||||||
sh "python -m build"
|
sh "python -m build"
|
||||||
sh "grayskull pypi dist/*.tar.gz"
|
sh "grayskull pypi dist/*.tar.gz"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user