We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d980fe commit fe3f762Copy full SHA for fe3f762
jenkins
@@ -3,7 +3,7 @@ pipeline{
3
stages{
4
stage("Git Checkout"){
5
steps{
6
- git credentialsId: 'github', url: 'https://github.com/aditya-malviya/myweb.git'
+ git credentialsId: 'github', url: 'https://github.com/sree141/SaiJavaCode.git'
7
}
8
9
stage("Maven Build"){
0 commit comments