diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-09-22 20:13:13 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-09-22 20:13:13 +0200 |
commit | f53d9c486376b3908e51cd73780980ead1e3a703 (patch) | |
tree | 73c781eb2a6fa1368c7a0f51ed32c9a37e197003 | |
parent | 7f8abb336c0d1345f8dd4b1432104cc2c35956b5 (diff) | |
download | vyos-1x-f53d9c486376b3908e51cd73780980ead1e3a703.tar.gz vyos-1x-f53d9c486376b3908e51cd73780980ead1e3a703.zip |
Jenkins: adjust description
-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%;'>" |