Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 475a4ec

Browse files
committed
Added publish stage.
1 parent d8fe082 commit 475a4ec

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Jenkinsfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,10 @@ stage('Test'){
6666
}
6767
parallel(axes)
6868
}
69+
70+
stage('Publish') {
71+
gitTagAndPublish {
72+
isDraft=true
73+
releaseApiUrl='https://api.github.com/repos/cloudant/python-cloudant/releases'
74+
}
75+
}

0 commit comments

Comments
 (0)