Integrating existing pipeline with a new release pipeline It is composed by three different groups: - The first group is a basic build so that we can always be sure which build we will be getting when releasing, followed by the acceptance tests. - The second group are the releases. - The last group is the CI image used by the different tasks.
4 lines
62 B
Bash
Executable File
4 lines
62 B
Bash
Executable File
source /opt/concourse-java.sh
|
|
export TERM=dumb
|
|
setup_symlinks
|