summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-07-26 10:37:51 +0300
committerLars Wirzenius <liw@liw.fi>2018-07-26 10:37:51 +0300
commit070edf9b2f55bdf50f84d2deb13a214031fce35d (patch)
treeec09dfba77478fd97f3356f5bcdd4d8baa335b33 /NEWS
parent44abb5b581b33dad7309cc36f65e3b6649c8886d (diff)
downloadick2-070edf9b2f55bdf50f84d2deb13a214031fce35d.tar.gz
Change: upon triggering build, check project defines all parameters
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ae147a0..c1caa5c 100644
--- a/NEWS
+++ b/NEWS
@@ -36,6 +36,11 @@ Version 0.53.2+git, not yet released
parameter that gives the name of the artifact to use. The defaults
are `systree_name` and `workspace_name`, respectively.
+* The controller now checks, when a project build is triggered, that
+ the project defines all the parameters declared by each pipeline it
+ uses. This doesn't catch when a parameters is used by a pipeline,
+ but not declared by it.
+
Version 0.53.2, released 2018-07-18
------------------------------------