We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c98031 commit cf7ed9aCopy full SHA for cf7ed9a
1 file changed
jenkinsfile
@@ -5,6 +5,7 @@ pipeline {
5
stage('Compile') {
6
steps {
7
echo "compiling stage"
8
+ git 'git@github.com:maclean23/sample-code-java.git'
9
sh 'mvn compile'
10
}
11
0 commit comments