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
| # variables - credentials info | |
| USERNAME='my-username' | |
| PASSWORD='my-clear-password' | |
| USER_PASS="${USERNAME}:${PASSWORD}" | |
| # variables - jenkins project and roles | |
| TYPE='projectRoles' | |
| ## example of jenkins permission required to execute the Jenkins Job | |
| PERMISSIONIDS='hudson.model.Item.Read,hudson.model.Item.Build' | |
| ROLENAME='my-rolename' |
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/bash | |
| # Institut für Wetter- und Klimakommunikation GmbH / Qmet | |
| # O. Maywald <[email protected]> | |
| # This should install CDO with grib2, netcdf and HDF5 support. Note that the binaries are in /opt/cdo-install/bin. | |
| # For further information look: | |
| # http://www.studytrails.com/blog/install-climate-data-operator-cdo-with-netcdf-grib2-and-hdf5-support/ | |
| # docker-command |