From 267f2a3c44ed13cf34ff958433890d23297a52c6 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Wed, 29 Apr 2020 15:05:42 -0400 Subject: [PATCH] Actually Publish --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7edd445..65f118e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ pipeline { } stage('Build') { steps { - sh './gradlew build typedoc eslint' + sh './gradlew build typedoc eslint publish' } post { success {