diff --git a/Jenkinsfile b/Jenkinsfile index a900e27..ad70845 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -57,4 +57,5 @@ pipeline { copyArtifactPermission('*'); buildDiscarder(logRotator(numToKeepStr: "20", artifactNumToKeepStr: "10")) } + stages {} }