Skip to content

Commit cf7ed9a

Browse files
author
root
committed
hmmn
1 parent 4c98031 commit cf7ed9a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ pipeline {
55
stage('Compile') {
66
steps {
77
echo "compiling stage"
8+
git 'git@github.com:maclean23/sample-code-java.git'
89
sh 'mvn compile'
910
}
1011
}

0 commit comments

Comments
 (0)