Skip to content

Commit

Permalink
Testing CI
Browse files Browse the repository at this point in the history
Signed-off-by: knrt10 <[email protected]>
  • Loading branch information
knrt10 committed Sep 29, 2019
1 parent 2f23e8b commit 0ea5f00
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions suse/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ node('suse') {
def app10 = docker.build("vedarth/wordpress")
sh "mv Dockerfile wordpress/"
sh "mv scripts wordpress/"
sh "mv etcd/install.sh ."
sh "mv etcd/Dockerfile ."
def app11 = docker.build("knrt10/etcd")
sh "mv install.sh etcd/"
sh "mv Dockerfile etcd/"
}
}
stage('Clean') {
Expand All @@ -72,6 +77,7 @@ node('suse') {
sh "docker rmi vedarth/postgresql"
sh "docker rmi vedarth/redis"
sh "docker rmi vedarth/wordpress"
sh "docker rmi knrt10/etcd"
sh "docker system prune -f"
}
}
Expand Down

0 comments on commit 0ea5f00

Please sign in to comment.