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