We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0241b6 commit c99f01fCopy full SHA for c99f01f
Jenkinsfile
@@ -10,7 +10,7 @@ pipeline {
10
stage('Build') {
11
steps {
12
// Get some code from a GitHub repository
13
- git 'https://github.com/gitakbar/war-web-project.git'
+ git 'https://github.com/gitakbar/sample-java-programs.git'
14
15
// Run Maven on a Unix agent.
16
sh "mvn -Dmaven.test.failure.ignore=true clean package"
0 commit comments