diff --git a/Jenkinsfile b/Jenkinsfile
index 3fdb6050c0dfeed30d2de9055188187d3a5d0f0a..2dfb464c77803eb5710f33ceec81441a5c226b71 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -92,7 +92,7 @@ pipeline
                 }
             }
         }
-        stage('Zap application distribution build: Linux')
+        stage('Linux distribution artifacts')
         {
             steps
             {
@@ -102,7 +102,7 @@ pipeline
                 }
             }
         }
-        stage('Zap application distribution build: Mac')
+        stage('Mac distribution artifacts')
         {
             steps
             {
@@ -112,7 +112,7 @@ pipeline
                 }
             }
         }
-        stage('Zap application distribution build: Windows')
+        stage('Windows distribution artifacts')
         {
             steps
             {