We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c68556a commit be06538Copy full SHA for be06538
Jenkinsfile
@@ -4,7 +4,7 @@ pipeline {
4
stage('compile') {
5
steps {
6
echo 'compiling..'
7
- url 'https://github.com/dubbaka/samplejavaapp.git'
+ git url 'https://github.com/dubbaka/samplejavaapp'
8
sh 'compile'
9
}
10
0 commit comments