This commit is contained in:
dhille 2023-11-30 14:32:41 +05:30
parent c167850ab6
commit 519876df1d

View file

@ -6,9 +6,9 @@ pipeline{
triggers {
pollSCM('* * * * *')
}
stages{
stage( 'git' ) {
step {
stages {
stage('git') {
steps {
git url :'https://github.com/dhille98/spring-petclinic.git'
branch:'dev'
}