PandaAcademy

frontend.groovy

May 28th, 2022 (edited)
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 0.41 KB | None | 0 0
  1. pipelineJob('frontend') {
  2.     definition {
  3.         cpsScm {
  4.             scm {
  5.                 git {
  6.                     remote {
  7.                         credentials("")
  8.                         url("https://github.com/Panda-Academy-Core-2-0/Frontend.git")
  9.                     }
  10.                     branches('main')
  11.                     scriptPath('Jenkinsfile')
  12.                 }
  13.             }
  14.         }
  15.     }
  16. }
Add Comment
Please, Sign In to add comment