Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
#!/bin/bash

DIR=$( cd $(dirname $0) ; pwd -P )

# Reset the jenkins environment


# Reset the application's source code by reverting to specific commit
echo "Resetting app state"
cd $DIR/../gotcms_project/
git reset --hard e4dfd176604c20d4652e723691fa8e81fc39c2ce 
git push -f

echo "unjoining nodes and restarting LB"
$DIR/unjoin.sh