This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: '2' | |
| services: | |
| openldap: | |
| image: osixia/openldap:1.2.3 | |
| container_name: openldap | |
| environment: | |
| LDAP_LOG_LEVEL: "256" | |
| LDAP_ORGANISATION: "Example Inc." | |
| LDAP_DOMAIN: "example.org" | |
| LDAP_BASE_DN: "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pipeline { | |
| environment { | |
| imagename = "ismailtest" | |
| ecrurl = "https://828556645578.dkr.ecr.us-east-2.amazonaws.com" | |
| ecrcredentials = "ecr:us-east-2:ecr-ismail" | |
| dockerImage = '' | |
| } | |
| agent any | |
| stages { | |
| stage('Cloning Git') { |