
Go to script console and use this command:
Jenkins.instance.getItemByFullName('jobname').builds.findAll { it.number > 752 && it.number < 1477 }.each { it.delete() }


Go to script console and use this command:
Jenkins.instance.getItemByFullName('jobname').builds.findAll { it.number > 752 && it.number < 1477 }.each { it.delete() }

I have added concurrency and jpeg support for this amazing testing tool 🙂
A; B Run A and then B, regardless of success of A
A && B Run B if A succeeded
A || B Run B if A failed
A & Run A in background.
for creating another branch synced with original repo:
git remote add upstream https://github.com/account/repository.git
git fetch upstream
git merge upstream/master upstream
git rebase upstream/upstream
For
$ git remote add upstream https://github.com/account/repository.git
$ git fetch upstream
# then: (like "git pull" which is fetch + merge)
$ git merge upstream/master master
# or, better, replay your local work on top of the fetched branch
# like a "git pull --rebase"
$ git rebase upstream/master
I have created a simple plug-in for showing category based related posts for wordpress.
I’ve added jpeg support to node-resemble-js. Enjoy your extra free space 🙂
https://github.com/lksv/node-resemble.js/commits/master
Thank you so much for this great tool Lukas Svoboda
If you came across this issue like me here is how to update slimerjs:
npm install -g slimerjs
cd /usr/local/lib/node_modules/slimerjs/lib/
mv slimer slimerjs-bak
wget http://download.slimerjs.org/releases/0.10.0/slimerjs-0.10.0.zip
unzip slimerjs-0.10.0.zip
mv slimerjs-0.10.0/ slimer
with new v10.0 you need to update your firefox version too. you can choose a version between 42 and 46.
*/1 * * * * /usr/bin/php /var/www/cron.php > /var/www/cron.log 2>&1
If you want to find password of current wi-fi;
1- you can simply right click the wi-fi icon near the clock in start menu
2- right click go to network properties.
3- security
4- show chars.
But what if you want to find password of another network ? How can you achieve this without connecting to that network ?
It’s even simpler open command terminal and use this command:
netsh wlan show profile name=”wifi_name” key=clear