Update 'Jenkinsfile-Docker'

This commit is contained in:
Wojciech Mikołajski 2023-04-19 20:15:53 +02:00
parent 1124216685
commit 626c4a3284

View File

@ -5,7 +5,7 @@ agent any
stages { stages {
stage('Build Image') { stage('Build Image') {
steps { steps {
sh 'docker build --no-cache -t wujt -f Dockerfile' sh 'docker build -t wujt -f Dockerfile'
} }
} }
stage('Test') { stage('Test') {