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