build dockerfile in jenkins
This commit is contained in:
parent
fcfd2bdc24
commit
0f04cd4915
17
Jenkinsfile3
17
Jenkinsfile3
@ -1,13 +1,12 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
docker { image 'ubuntu:latest' }
|
dockerfile true
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
steps {
|
steps {
|
||||||
sh 'cat /etc/issue'
|
sh 'cat /etc/issue'
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user