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

Improve how directories are specfied in Jenkinsfile #955

Draft
wants to merge 4 commits into
base: development
Choose a base branch
from

Conversation

arteymix
Copy link
Member

@arteymix arteymix commented Nov 25, 2023

Leaking details about our internal folder structure is unnecessary. We can store all that in the Jenkins configuration as environment varaibles.

TODO

  • use environment variables for server-specific directories
  • backport to the release & hotfix branches

Ensure that directories that are specific to our internal details can
easily be converted to environment variables.
@arteymix arteymix added the infrastructure Issues that don't require code changes label Nov 25, 2023
@arteymix arteymix self-assigned this Nov 25, 2023
Two benefits: they are run in parallel and we don't have to lock the
test database for more than necessary.
steps {
slackSend color: 'good', channel: '#gemma', message: "Gemma ${gemmaVersion} has been released! It will be deployed shortly..."
}
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This belong in a different PR.

slackSend color: 'good', message: "Gemma ${gemmaVersion} has been deployed! Enjoy it while it's still warm!"
}
}
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Idem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Issues that don't require code changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant