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