Преглед изворни кода

retest

Signed-off-by: rizqevo <rizqevo@hotmail.com>
rizqevo пре 3 година
родитељ
комит
7970497506
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -33,7 +33,7 @@ node {
     }
 	
     stage('Test Build'){
-     sh 'docker build -t ptb-fe -f dockerfile .'
+     sh 'docker build -t ptb-fe:latest -f dockerfile .'
     }
 	
     stage('Build Deploy '){