mirror of
https://github.com/bitnami/charts.git
synced 2026-02-17 09:37:16 +08:00
[bitnami/jenkins] Release 10.3.2 (#12190)
* [bitnami/jenkins] Release 10.3.2 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: mauraza <gibone@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: mauraza <gibone@vmware.com> * updated readme and test Signed-off-by: mauraza <gibone@vmware.com> * Update bitnami/jenkins/README.md Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com> Signed-off-by: Ibone González Mauraza <gibone@vmware.com> * add oficial documentation Signed-off-by: mauraza <gibone@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: mauraza <gibone@vmware.com> Signed-off-by: Ibone González Mauraza <gibone@vmware.com> Co-authored-by: mauraza <gibone@vmware.com> Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com>
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"freestyleProject": {
|
||||
"name": "GitProjectTest",
|
||||
"type": "Freestyle project",
|
||||
"repositoryURL": "https://github.com/bitnami/charts"
|
||||
"name": "ProjectTest",
|
||||
"type": "Freestyle project"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,13 +11,11 @@ it('should be possible to create a new Jenkins pipeline', () => {
|
||||
cy.contains('button', 'OK').should('be.enabled').click();
|
||||
cy.contains('Error').should('not.be.visible');
|
||||
|
||||
cy.get('.radio-block-start').contains('Git').click();
|
||||
cy.get("[name*='url']").type(item.freestyleProject.repositoryURL);
|
||||
cy.contains('button', 'Save').click();
|
||||
cy.contains('h1', item.freestyleProject.name);
|
||||
});
|
||||
|
||||
// As a new Git project is created in every execution, the next build
|
||||
// As a new project is created in every execution, the next build
|
||||
// will always be the first one.
|
||||
const nextBuildNumber = 1;
|
||||
cy.contains('Build Now').click();
|
||||
@@ -33,7 +31,7 @@ it('should be possible to create a new Jenkins pipeline', () => {
|
||||
`/job/${item.freestyleProject.name}-${random}/${nextBuildNumber}/`
|
||||
);
|
||||
cy.contains(`Build #${nextBuildNumber}`);
|
||||
cy.contains('Build has been executing for');
|
||||
cy.contains('Started by user');
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
@@ -26,4 +26,4 @@ name: jenkins
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/jenkins
|
||||
- https://jenkins.io/
|
||||
version: 10.3.1
|
||||
version: 11.0.0
|
||||
|
||||
@@ -84,7 +84,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| ------------------- | ------------------------------------------------------------------------------------------------------- | ---------------------- |
|
||||
| `image.registry` | Jenkins image registry | `docker.io` |
|
||||
| `image.repository` | Jenkins image repository | `bitnami/jenkins` |
|
||||
| `image.tag` | Jenkins image tag (immutable tags are recommended) | `2.346.3-debian-11-r1` |
|
||||
| `image.tag` | Jenkins image tag (immutable tags are recommended) | `2.346.3-debian-11-r3` |
|
||||
| `image.digest` | Jenkins image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `image.pullPolicy` | Jenkins image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | Jenkins image pull secrets | `[]` |
|
||||
@@ -212,7 +212,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` |
|
||||
| `volumePermissions.image.registry` | Bitnami Shell image registry | `docker.io` |
|
||||
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` |
|
||||
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r26` |
|
||||
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r29` |
|
||||
| `volumePermissions.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` |
|
||||
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` |
|
||||
@@ -302,6 +302,10 @@ Find more information about how to deal with common errors related to Bitnami's
|
||||
|
||||
## Upgrading
|
||||
|
||||
### To 11.0.0
|
||||
|
||||
This major release no longer contains preinstalled plugins. In case you want to install a plugin you can follow the [official documentation](https://www.jenkins.io/doc/book/managing/plugins/)
|
||||
|
||||
### To 10.0.0
|
||||
|
||||
This major release is no longer contains the metrics section because the container `bitnami/enkins-exporter` has been deprecated due to the upstream project is not maintained.
|
||||
@@ -403,4 +407,4 @@ Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
limitations under the License.
|
||||
|
||||
@@ -69,7 +69,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/jenkins
|
||||
tag: 2.346.3-debian-11-r1
|
||||
tag: 2.346.3-debian-11-r3
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -560,7 +560,7 @@ volumePermissions:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/bitnami-shell
|
||||
tag: 11-debian-11-r26
|
||||
tag: 11-debian-11-r29
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user