Skip to content

Commit

Permalink
Fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
ddivin-sc committed Jan 5, 2018
1 parent d6b2021 commit c3c1e4a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Jenkinsfile
Expand Up @@ -72,15 +72,6 @@ pipeline {
sh "grails maven-deploy -verbose -Dgrails.env=prod --offline"
}
}

stage('Build and deploy docs') {
steps {
echo "[STAGE] 'Build and deploy docs'"
sh "rm -rf plugin.xml"
sh "grails doc --offline"
sh "grails DocDeploy --offline"
}
}
}

post {
Expand Down

0 comments on commit c3c1e4a

Please sign in to comment.