Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pipelineJob('app_of_apps') {
- parameters {
- stringParam('backendDockerTag', 'latest', 'Backend docker image tag')
- stringParam('frontendDockerTag', 'latest', 'Frontend docker image tag')
- }
- definition {
- cpsScm {
- scm {
- git {
- remote {
- credentials("")
- url("https://github.com/Panda-Academy-Core-2-0/App_of_apps")
- }
- branches('main')
- scriptPath('Jenkinsfile')
- }
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement