Skip to content

Commit

Permalink
Added npm publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
savpek committed Apr 11, 2019
1 parent eb7a60e commit 500afc7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library 'jenkins-ptcs-library@0.2.5'
library 'jenkins-ptcs-library@fix/npm-publish'

podTemplate(label: pod.label,
containers: pod.templates + [
Expand Down Expand Up @@ -34,6 +34,9 @@ podTemplate(label: pod.label,
"""
}
}
stage('Publish on release') {
publishTagToNpm()
}
stage('Report') {
step([
$class: 'CloverPublisher',
Expand Down

0 comments on commit 500afc7

Please sign in to comment.