teamcity set environment variable command line
Build Step #1:
#!/bin/bash
echo "##teamcity[setParameter name='env.ddd' value='fff']"
echo "##teamcity[setParameter name='env.datetime' value='$(date)']"
The values of initialized parameters will be avaliable on the next build step:
Build Step #2:
#!/bin/bash
echo $ddd
echo $datetime
Also in C++:
- git delete branches that aren't on remote
- vim replace multiple lines
- bash count number of arguments
- count number of files linux command
- como agreagar archivo a .gitignore y eliminarlo del repositorio
- how to download pip3 in kali linux
- create zip file terminal linux
- remove port iptables
- install paho mqtt client raspberry pi
- Pterodactyl installer
- pnpm
- git set remote tracking branch
- find jpg or png
- pip install wikipedia
- linux command to view file
- anaconda slow terminal
- echo aws profile
- shell use command output as string
- hello world powershell
- vscode remove indentation lines
- linux find files ending with
- install horovod
- restart mysql mac command line
- kill all mysql processes