Skip to content

Commit 14fa439

Browse files
committed
Testing CI
Signed-off-by: knrt10 <[email protected]>
1 parent 2f23e8b commit 14fa439

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

suse/Jenkinsfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ node('suse') {
5858
def app10 = docker.build("vedarth/wordpress")
5959
sh "mv Dockerfile wordpress/"
6060
sh "mv scripts wordpress/"
61+
sh "mv etcd/install.sh ."
62+
sh "mv etcd/Docketfile.sh ."
63+
def app11 = docker.build("knrt10/etcd")
64+
sh "mv install.sh etcd/"
65+
sh "mv Dockerfile etcd/"
6166
}
6267
}
6368
stage('Clean') {
@@ -72,6 +77,7 @@ node('suse') {
7277
sh "docker rmi vedarth/postgresql"
7378
sh "docker rmi vedarth/redis"
7479
sh "docker rmi vedarth/wordpress"
80+
sh "docker rmi knrt10/etcd"
7581
sh "docker system prune -f"
7682
}
7783
}

0 commit comments

Comments
 (0)