commented extra code

This commit is contained in:
Maharshi Patel 2021-01-10 21:13:55 -08:00
parent 1231459981
commit 847142e5c6

12
Jenkinsfile vendored
View file

@ -37,12 +37,12 @@ pipeline {
// sh "mvn clean validate compile test package" // sh "mvn clean validate compile test package"
// sh "ls -la target" // sh "ls -la target"
// sh 'curl -X PUT -u jfroguser:AdminPassword1 ./target/spring-petclinic-2.4.0.BUILD-SNAPSHOT.jar "https://petclinic.jfrog.io/artifactory/spring-petclinic/spring-petclinic-2.4.0.BUILD-${BUILD_NUMBER}.jar"' // sh 'curl -X PUT -u jfroguser:AdminPassword1 ./target/spring-petclinic-2.4.0.BUILD-SNAPSHOT.jar "https://petclinic.jfrog.io/artifactory/spring-petclinic/spring-petclinic-2.4.0.BUILD-${BUILD_NUMBER}.jar"'
rtServer (id: 'jenkins-artifactory-server',url: 'https://petclinic.jfrog.io/artifactory',username: 'jfroguser', // rtServer (id: 'jenkins-artifactory-server',url: 'https://petclinic.jfrog.io/artifactory',username: 'jfroguser',
password: 'AdminPassword1',bypassProxy: true,timeout: 300) // password: 'AdminPassword1',bypassProxy: true,timeout: 300)
rtMavenDeployer (id: "MAVEN_DEPLOYER",serverId: "jenkins-artifactory-server", // rtMavenDeployer (id: "MAVEN_DEPLOYER",serverId: "jenkins-artifactory-server",
releaseRepo: "spring-petclinic",snapshotRepo: "spring-petclinic-snapshot") // releaseRepo: "spring-petclinic",snapshotRepo: "spring-petclinic-snapshot")
rtMavenResolver (id: "MAVEN_RESOLVER",serverId: "jenkins-artifactory-server", // rtMavenResolver (id: "MAVEN_RESOLVER",serverId: "jenkins-artifactory-server",
releaseRepo: "spring-petclinic",snapshotRepo: "spring-petclinic-snapshot") // releaseRepo: "spring-petclinic",snapshotRepo: "spring-petclinic-snapshot")
} }
} }
} }