diff options
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 639457d2d..b937d22e6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,7 +40,7 @@ def setDescription() { // build up the main description text def description = "" - description += "<h2>Build VyOS ISO image</h2>" + description += "<h2>VyOS individual package build: vyos-1x</h2>" if (isCustomBuild()) { description += "<p style='border: 3px dashed red; width: 50%;'>" |