Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pulling current release 2.1.1 to master branch #175

Open
wants to merge 531 commits into
base: master
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Dec 3, 2021

👑 An automated PR
Pulling refs/heads/fix/github_tag_workflow into master, requested by GitHub [email protected]
Commit message:
Subject: Merge pull request #166 from indigo-dc/feature/catcherror_162
Keep going executing the pipeline if a defined step fails

orviz and others added 30 commits July 3, 2020 11:03
getDefaultValue method improvement
Handle defaults for config:credentials
…h variables. Correct bug in command that wasn't passing the arguments to docker-compose exec as expected. Add methods for debug log level.

Signed-off-by: Samuel Bernardo <[email protected]>
Signed-off-by: Samuel Bernardo <[email protected]>
…er-compose

Highly recommend the use of  `container_name` in docker compose.
Release/2.1.0: merge changes and cleanup resources and Jenkins files
…s-services

Feature/doc/run docker images as services
…enkins NonCPS violation

Signed-off-by: Samuel Bernardo <[email protected]>
…ith useful information from Jenkins

Signed-off-by: Samuel Bernardo <[email protected]>
…y are not allowed in Jenkins sandbox. Transform them into methods so they can be CPS transformed by Jenkins.

Signed-off-by: Samuel Bernardo <[email protected]>
…s an exception in Jenkins parsing since downcasting seems to be forbidden.

Signed-off-by: Samuel Bernardo <[email protected]>
Signed-off-by: Samuel Bernardo <[email protected]>
… withEnv arguments structure

Signed-off-by: Samuel Bernardo <[email protected]>
… of String with the variables

Signed-off-by: Samuel Bernardo <[email protected]>
Signed-off-by: Samuel Bernardo <[email protected]>
samuelbernardo and others added 21 commits May 13, 2021 09:05
Signed-off-by: Samuel Bernardo <[email protected]>
…ocker_push

Enforce the requirement of the build keyword to push images
Full-qualified reference branch path may be required when using more than two slashes in branch name
…l correct the previous bug. Revert all previous settings related to branch path. Remove scm patch for local branch since it is not required anymore for JePL.

Signed-off-by: Samuel Bernardo <[email protected]>
…le milestone will be prefixed with 's' and tag release with 'v'.

Signed-off-by: Samuel Bernardo <[email protected]>
Keep going executing the pipeline if a defined step fails
@orviz
Copy link
Member

orviz commented Jan 2, 2023

…de generated file and install git-lfs to manage artifacts in this repository

Signed-off-by: Samuel Bernardo <[email protected]>
@samuelbernardolip
Copy link
Collaborator

@samuelbernardolip jenkins job is failing for this release:

https://jenkins.eosc-synergy.eu/job/indigo-dc/job/jenkins-pipeline-library/job/jenkins%252Fstable%252F2.1.1/2/

I just checked and there are two issues to solve not related to each other:

  • Groovy string interpolation issue on sh passed string. This is a security issue when there are variables with secrets involved. sh string is built from multiple parts and only requires to change to single quote when there are variables with secret values. This affect all releases and appears as a warning.
  • git workspace ownership protection starting from git 2.35.2 that results in git fetch to fail. This implies that inside docker images user mapping must be in accordance between file system and the process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants