|
|
@ -2,7 +2,7 @@ node { |
|
|
|
def mvnHome |
|
|
|
stage('Preparation') { // for display purposes |
|
|
|
// Get some code from a GitHub repository |
|
|
|
git 'https://gogs.informatik.hs-fulda.de/Continous_Integration_in_der_Praxis/colaboration-training.git' |
|
|
|
// git 'https://gogs.informatik.hs-fulda.de/Continous_Integration_in_der_Praxis/colaboration-training.git' |
|
|
|
// Get the Maven tool. |
|
|
|
// ** NOTE: This 'M3' Maven tool must be configured |
|
|
|
// ** in the global configuration. |
|
|
|