Fix proselint failing build
This commit is contained in:
parent
52d97ccc41
commit
90882c353f
3
{{cookiecutter.paper_repo_name}}/Jenkinsfile
vendored
3
{{cookiecutter.paper_repo_name}}/Jenkinsfile
vendored
@ -30,11 +30,12 @@ make
|
|||||||
|
|
||||||
stage ('autozoil') {
|
stage ('autozoil') {
|
||||||
steps {
|
steps {
|
||||||
|
withEnv(["HOME=${env.WORKSPACE}"]) {
|
||||||
sh """
|
sh """
|
||||||
rm -f autozoil.xml
|
rm -f autozoil.xml
|
||||||
make autozoil.xml
|
make autozoil.xml
|
||||||
"""
|
"""
|
||||||
}
|
}}
|
||||||
|
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
|
Loading…
Reference in New Issue
Block a user