Update 'Jenkinsfile-Docker'
This commit is contained in:
parent
65a72d5519
commit
1124216685
@ -5,7 +5,7 @@ agent any
|
||||
stages {
|
||||
stage('Build Image') {
|
||||
steps {
|
||||
sh 'docker build --no-cache -t wujt -Dockerfile'
|
||||
sh 'docker build --no-cache -t wujt -f Dockerfile'
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
|
Loading…
Reference in New Issue
Block a user