We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e0112 commit 9881982Copy full SHA for 9881982
Jenkinsfile
@@ -137,6 +137,13 @@ pipeline {
137
}
138
139
140
+ // Build and publish Debian packages to Github
141
+ stage('Debian') {
142
+ steps {
143
+ sh 'make debian'
144
+ }
145
146
+
147
// Create a new tagged Github release with source distribution and Debian packages
148
stage('Publish mimic3') {
149
environment {
@@ -197,11 +204,5 @@ pipeline {
197
204
198
205
199
206
200
- // Build and publish Debian packages to Github
201
- stage('Debian') {
202
- steps {
203
- sh 'make debian'
- }
207
208
0 commit comments