sifu-gogs пре 2 година
родитељ
комит
a5b251bd12
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      Jenkinsfile

+ 0 - 1
Jenkinsfile

@@ -10,7 +10,6 @@ pipeline {
         stage('Build') {
             steps {
                 echo env.BRANCH_NAME
-                echo ${env.BRANCH_NAME}.toLowerCase()
                 echo 'Building..'
                 sh 'docker-compose down'
                 sh '~/tools/apache-maven-3.6.3/bin/mvn  clean install -Dmaven.test.skip=true'