Browse Source

do not checkout

master
Thomas Papendieck 4 years ago
parent
commit
731f5f20d5
  1. 2
      Jenkinsfile

2
Jenkinsfile

@ -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.

Loading…
Cancel
Save