Skip to content

Commit 697ff84

Browse files
author
Sapkota Sushma
committed
Jenkinsfile created
1 parent 814c30c commit 697ff84

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Jenkinsfile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
pipeline {
2+
agent any
3+
4+
stages {
5+
stage('Git Checkout') {
6+
steps {
7+
script {
8+
git branch: 'main', url: 'https://github.com/sus20/mrdevops_java_app.git'
9+
}
10+
}
11+
}
12+
}
13+
}

0 commit comments

Comments
 (0)