Advertisement
PandaAcademy

Get code pipeline

Oct 6th, 2023 (edited)
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. pipeline {
  2. agent {
  3. label 'agent'
  4. }
  5.  
  6. stages {
  7. stage('Get Code') {
  8. steps {
  9. git branch: 'main', url: 'https://github.com/Panda-Academy-Core-2-0/Frontend'
  10. }
  11. }
  12. }
  13. }
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement