Skip to content

Commit be06538

Browse files
authored
Git url
1 parent c68556a commit be06538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pipeline {
44
stage('compile') {
55
steps {
66
echo 'compiling..'
7-
url 'https://github.com/dubbaka/samplejavaapp.git'
7+
git url 'https://github.com/dubbaka/samplejavaapp'
88
sh 'compile'
99
}
1010
}

0 commit comments

Comments
 (0)