diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-06-20 13:13:20 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-06-20 13:13:20 +0200 |
commit | bda222bba250b1343e19a036509da690e7e4278b (patch) | |
tree | 5b5b2b81954155f01f416987ca26f5a5d625050a /Jenkinsfile | |
parent | b87cf3e44ca4bcf477d27925ab01c95ba1755fdd (diff) | |
download | vyos-build-bda222bba250b1343e19a036509da690e7e4278b.tar.gz vyos-build-bda222bba250b1343e19a036509da690e7e4278b.zip |
Jenkins: fix comment style
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 2f38294c..21a24481 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -167,8 +167,8 @@ pipeline { stage('Build ISO') { when { not { - # No need to trigger a full ISO build when only the Docker - # container definition changes + // No need to trigger a full ISO build when only the Docker + // container definition changes changeset "**/docker/*" } } @@ -191,8 +191,8 @@ pipeline { stage('Test ISO') { when { not { - # No need to trigger a full ISO test when only the Docker - # container definition changes + // No need to trigger a full ISO test when only the Docker + // container definition changes changeset "**/docker/*" } } |