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
| import boto3 | |
| import sys | |
| from datetime import datetime, timedelta, date | |
| import json | |
| # import jenkins | |
| import base64 | |
| import spotinst_sdk | |
| import time | |
| import re |
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
| #!/bin/sh | |
| # Licensed Materials - Property of IBM | |
| # IBM Sterling Selling and Fulfillment Suite | |
| # (C) Copyright IBM Corp. 2001, 2013 All Rights Reserved. | |
| # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. | |
| . /apps/IBM/Sterling/foundation/bin/tmp.sh | |
| #Set the YFS_HOME directory below to point to your installation directory | |
| YFS_HOME=${INSTALL_DIR} |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <preferences> | |
| <configsynch> | |
| <Settings CustomEntityClass="" MaxChangesToDisplay="15000"> | |
| <AuditDeployment ValidateLockid="N" ValidateOldValues="N" ValidateRecordExistsBeforeDelete="N"/> | |
| </Settings> | |
| <SourceDatabases> | |
| <!-- LOCAL SOURCE CDT XML --> | |
| <Database Name="SOURCE_SSL_UAT_CDT" className="" | |
| dbType="xml" |
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
| /apps/IBM/Sterling/foundation/bin/install3rdParty.sh jasper 1_0 -j /home/sterling/external_jars/jasper/commons-beanutils-1.9.2.jar -targetJVM AGENT | |
| /apps/IBM/Sterling/foundation/bin/install3rdParty.sh jasper 1_0 -j /home/sterling/external_jars/jasper/commons-collections-3.2.1.jar -targetJVM EVERY | |
| /apps/IBM/Sterling/foundation/bin/install3rdParty.sh jasper 1_0 -j /home/sterling/external_jars/jasper/commons-digester-2.1.jar -targetJVM EVERY | |
| /apps/IBM/Sterling/foundation/bin/install3rdParty.sh jasper 1_0 -j /home/sterling/external_jars/jasper/webpos-giftcard-api.jar -targetJVM EVERY | |
| /apps/IBM/Sterling/foundation/bin/install3rdParty.sh jasper 1_0 -j /home/sterling/external_jars/jasper/org.apache.commons.httpclient.jar -targetJVM EVERY | |
| /apps/IBM/Sterling/foundation/bin/install3rdParty.sh jasper 1_0 -j /home/sterling/external_jars/jasper/log4j-1.2.17.jar -targetJVM EVERY | |
| /apps/IBM/Sterling/foundation/bin/install3rdParty.sh jasper 1_0 -j /home/sterling/external_jar |