diff --git a/Jenkinsfile b/Jenkinsfile index 313f7ed..49f4ff1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,8 +25,10 @@ pipeline { } } stage("generate recipe") { - sh 'grayskull pypi autoBIGS.cli --maintainers "Harrison Deng"' - sh 'python patch_recipe.py' + steps { + sh 'grayskull pypi autoBIGS.cli --maintainers "Harrison Deng"' + sh 'python patch_recipe.py' + } } } }