You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Jenkinsfile
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,33 @@ pipeline {
132
132
}
133
133
}
134
134
}
135
+
stage('Make Github Release') {
136
+
when {
137
+
tag 'v*'
138
+
}
139
+
steps {
140
+
writeFile file: 'release_description.md', text: 'A new version of TLS-Scanner was released. You can download the artifacts (executable .jar) below. \n\n## Changelog:\n - TODO'
0 commit comments