Update 'Jenkinsfile-Docker'
This commit is contained in:
parent
1124216685
commit
626c4a3284
@ -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') {
|
||||||
|
Loading…
Reference in New Issue
Block a user