Actually Publish
All checks were successful
ScriptCraft/pipeline/head This commit looks good

This commit is contained in:
TheBrokenRail 2020-04-29 15:05:42 -04:00
parent e1f486a750
commit 267f2a3c44

2
Jenkinsfile vendored
View File

@ -12,7 +12,7 @@ pipeline {
} }
stage('Build') { stage('Build') {
steps { steps {
sh './gradlew build typedoc eslint' sh './gradlew build typedoc eslint publish'
} }
post { post {
success { success {