summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Christian Pohle2021-11-25 14:40:33 +0100
committerMax Christian Pohle2021-11-25 14:40:52 +0100
commit87451879bf098521db618052d6068ace1dd62492 (patch)
tree0ad0eadedb44226f3ec8f9daf1e6c57f24ff1347
parent0ac71ac773d3740b380f3cb48ab970cf1fd364be (diff)
downloadohmycgi-87451879bf098521db618052d6068ace1dd62492.tar.bz2
ohmycgi-87451879bf098521db618052d6068ace1dd62492.zip
Fixed Jenkinsfile
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 62f63cb..ec6b36d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,7 +17,7 @@ pipeline {
17 17
18 post { 18 post {
19 always { 19 always {
20 archiveArtifacts artifacts: 'main' 20 archiveArtifacts artifacts: 'main.debug, main.release'
21 } 21 }
22 } 22 }
23} 23}
..