Skip to content

Commit 9cd0a85

Browse files
foverbyGitHub Enterprise
authored and
GitHub Enterprise
committed
Merge pull request #483 from cloud-docs/next-publish-push
Next publish push
2 parents cf2aa0e + 088cb09 commit 9cd0a85

9 files changed

+58
-33
lines changed

batch-tutorial.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
copyright:
44
years: 2020, 2024
5-
lastupdated: "2024-01-17"
5+
lastupdated: "2024-01-25"
66

77
keywords: job tutorial, jobs, images for code engine jobs, tutorial for code engine, job log
88

@@ -103,7 +103,7 @@ When the job is in a ready state, you can update the job. Let's update the job t
103103
4. From the Submit job pane, review and optionally change default configuration values such as instances, CPU, memory, number of job retries, and job timeout. You can specify either **Array size** or **Array indices** for the parallel job instances to run. For **Array size**, provide the number of instances to run in parallel for this job. For **Array indices**, provide a comma-separated list for your custom set of indices. For example, to run this job with a custom set of `5` indices, specify `3,12-14,25`. Click **Submit job** again to run your job. The system displays the status of the instances of your job on the Job details page.
104104
5. By [viewing job logs from the console](/docs/codeengine?topic=codeengine-view-logs#view-joblogs-ui) for this job, the output of the job is `Hello World!`.
105105
6. To update the job again and add an environment variable, navigate to your job page.
106-
7. From the **Configuration > Enviroment variables** tab, click **Add environment variable**. Add a literal environment variable with the name of `TARGET` with a value of `Sunshine`. The `icr.io/codeengine/testjob` outputs the message, `Hello <value_of_TARGET>!>`.
106+
7. From the **Configuration > Environment variables** tab, click **Add environment variable**. Add a literal environment variable with the name of `TARGET` with a value of `Sunshine`. The `icr.io/codeengine/testjob` outputs the message, `Hello <value_of_TARGET>!>`.
107107
8. Click **Add** to add your environment variable and then click **Save** to save the changes to your job.
108108
9. Click **Submit job** to submit the updated job.
109109
10. From the Submit job pane, review and optionally change default configuration values such as instances, CPU, memory, number of job retries, and job timeout. This time, specify **Array size** as `3`. Click **Submit job** again to run your job. The system displays the status of the instances of your job on the Job details page. From the `Configuration` section of the Job details page, the information about the number of instances is displayed as **Array indices**, which is `0 - 2` for this example.

billing.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22

33
copyright:
4-
years: 2023
5-
lastupdated: "2023-11-08"
4+
years: 2024
5+
lastupdated: "2024-01-23"
66

77
keywords: billing, pricing, costs for code engine, billing for code engine, job pricing, app pricing, build pricing
88

@@ -59,6 +59,8 @@ For valid CPU and memory combinations, see [Supported memory and CPU combination
5959

6060
Note that the time that it takes to pull your image or to build it from source code is included in the billable time.
6161

62+
63+
6264
## Build pricing
6365
{: #build-pricing}
6466

cli-changelog.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
copyright:
44
years: 2020, 2024
5-
lastupdated: "2024-01-12"
5+
lastupdated: "2024-01-25"
66

77
keywords: cli change log for code engine, cli version for code engine, change log for cli in code engine, cli history for code engine, change log, cli version history
88

@@ -20,6 +20,7 @@ Find a summary of changes for each version of {{site.data.keyword.codeenginefull
2020

2121
| Version | Release date | Changes |
2222
| ----- | ------- | -------------- |
23+
| 1.49.3 | 2024-01-25 | - Fixed various bugs. |
2324
| 1.49.2 | 2024-01-12 | - Fixed various bugs. |
2425
| 1.49.1 | 2023-12-06 | - Fixed various bugs. |
2526
| 1.49.0 | 2023-12-01 | - Added the `--array-size-variable-override` option the **`jobrun submit`** and **`jobrun resubmit`** commands. Use this option to specify a custom value for the `JOB_ARRAY_SIZE` environment variable. See [Processing a subset of data by dynamically assigning work to parallel job run instances](/docs/codeengine?topic=codeengine-job-run-parallel#job-run-parallel-dynamic). \n - Renamed the `--instances` option to `--array-size` for the **`job create`**, **`job update`**, **`jobrun submit`**, and **`jobrun resubmit`** commands. Note that `--instances` is still valid as an alias for `--array-size`. \n - Fixed various bugs. |

cmd_defs.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22

33
copyright:
4-
years: 2023
5-
lastupdated: "2023-11-30"
4+
years: 2024
5+
lastupdated: "2024-01-23"
66

77
keywords: cli for code engine, command-line interface for code engine, cli commands for code engine, reference for code engine cli, ibmcloud ce, ibmcloud codeengine, commands, code engine cli, apps, jobs, source code, configmap, build repository, build, secret, image repository, registry, example, example output
88

@@ -61,7 +61,7 @@ ibmcloud ce application bind --name APP_NAME (--service-instance SI_NAME | --ser
6161
{: #cmd-options-application-bind}
6262

6363
`--name`, `-n`
64-
: The name of the application to bind. This value is *required*.
64+
: The name of the application to bind. This value is *required*.
6565

6666
`--no-wait`, `--nw`
6767
: Bind the service instance and do not wait for the service binding to be ready. If you specify the `no-wait` option, the service binding creation is started and the command exits without waiting for it to complete. Use the `app get` command to check the application bind status. This value is *optional*. The default value is `false`.

fun-create-existing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
copyright:
44
years: 2023, 2024
5-
lastupdated: "2024-01-09"
5+
lastupdated: "2024-01-25"
66

77
keywords: functions in code engine, functions, serverless, create functions in code engine, function workloads in code engine, registry secret, registry access, registry access secret
88

@@ -125,7 +125,7 @@ To access an existing code bundle from a private registry, you must set up acces
125125
3. Create your function and reference a code bundle in a private registry in {{site.data.keyword.registryshort}}. For example, use the [**`ibmcloud ce fn create`**](/docs/codeengine?topic=codeengine-cli#cli-function-create) command to create the `myhellofun` function to reference the `icr.io/codeengine/samples/function-nodejs-codebundle` by using the `myregistry` access information.
126126
127127
```txt
128-
ibmcloud ce fn create --name myhellofun --image icr.io/NAMESPACE/REGISTRY:TAG --registry-secret myregistry
128+
ibmcloud ce fn create --name myhellofun --code-bundle icr.io/NAMESPACE/REGISTRY:TAG --registry-secret myregistry
129129
```
130130
{: pre}
131131

landing.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "Code Engine",
3-
"lastupdated": "2024-01-22",
3+
"lastupdated": "2024-01-25",
44
"introduction": "Find out how you can use Code Engine to run your containerized workloads",
55
"section_devtools": {
66
"api": "/apidocs/codeengine/v2",

0 commit comments

Comments
 (0)