Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pipeline {
- agent {
- label 'agent'
- }
- stages {
- stage('Get Code') {
- steps {
- git branch: 'main', url: 'https://github.com/Panda-Academy-Core-2-0/Frontend'
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement