summaryrefslogtreecommitdiff
path: root/yarns/400-build.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarns/400-build.yarn')
-rw-r--r--yarns/400-build.yarn7
1 files changed, 7 insertions, 0 deletions
diff --git a/yarns/400-build.yarn b/yarns/400-build.yarn
index ec3e8e5..4591459 100644
--- a/yarns/400-build.yarn
+++ b/yarns/400-build.yarn
@@ -120,6 +120,7 @@ be in the path or can we get it in the access token?**
... "parameters": {
... "foo": "bar"
... },
+ ... "fresh_workspace": true,
... "step": {
... "shell": "day 1"
... },
@@ -138,6 +139,7 @@ be in the path or can we get it in the access token?**
... "parameters": {
... "foo": "bar"
... },
+ ... "fresh_workspace": true,
... "step": {
... "shell": "day 1"
... },
@@ -167,6 +169,7 @@ User can now see pipeline is running and which worker is building it.
... "parameters": {
... "foo": "bar"
... },
+ ... "fresh_workspace": true,
... "step_index": 0,
... "step": {
... "shell": "day 1"
@@ -225,6 +228,7 @@ Still the same job, since the first build step didnt't finish.
... "parameters": {
... "foo": "bar"
... },
+ ... "fresh_workspace": true,
... "step": {
... "shell": "day 1"
... },
@@ -272,6 +276,7 @@ Now there's another step to do.
... "parameters": {
... "foo": "bar"
... },
+ ... "fresh_workspace": false,
... "step": {
... "shell": "day 2"
... },
@@ -293,6 +298,7 @@ User sees changed status.
... "parameters": {
... "foo": "bar"
... },
+ ... "fresh_workspace": false,
... "step_index": 1,
... "step": {
... "shell": "day 2"
@@ -383,6 +389,7 @@ Start build again. This should become build number 2.
... "parameters": {
... "foo": "bar"
... },
+ ... "fresh_workspace": true,
... "step": {
... "shell": "day 1"
... },