diff --git a/Docker-compose_install_centos7.sh b/Docker-compose_install_centos7.sh index 13f6971..4d03273 100644 --- a/Docker-compose_install_centos7.sh +++ b/Docker-compose_install_centos7.sh @@ -1,6 +1,6 @@ #!/bin/bash - # Author----Kazeem + # Author----YVES #Date-------Nov-02-2022 #Description---Script that will install Docker-compose on Centos7 diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..1747391 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,13 @@ +pipeline { + agent any + + stages{ + stage("create zip file"){ + steps { + + sh'zip middlewasreScript${BUILD_NUMBER}.zip * --exclude Jenkinsfile' + + } + } + } +} \ No newline at end of file