This commit is contained in:
parent
6181a8f35e
commit
0fe9373c56
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -9,14 +9,18 @@ pipeline {
|
||||
|
||||
stages {
|
||||
stage('Clone repository') {
|
||||
steps{
|
||||
/* Let's make sure we have the repository cloned to our workspace */
|
||||
checkout scm
|
||||
}
|
||||
}
|
||||
|
||||
stage('Build image') {
|
||||
steps{
|
||||
/* This builds the actual image; synonymous to
|
||||
* docker build on the command line */
|
||||
app = docker.build("jcabillot/jenkins-wdocker")
|
||||
}
|
||||
}
|
||||
|
||||
stage('Deploy Image') {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user