You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This script will remove the custom reserved tag "_logged" from any "continued" or "duplicated" time entry.
Use case
I usualy track my worked time in Toggl, but then report this info on Jira platform, as this is required by my job.
I keep track of already reported time entries by manualy adding them the tag "_logged".
But some times I need to continue a task, but i dont want to bring the "_logged" tag to this new time entry.
Navigate to the Email Test Settings page on Email On Acid, select a profile, and run this snipped on the browser developers console.
The generated list will be a tab separated list, ready to be pasted on Excel.
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
As an example, imagine that you have a slider component that display 3 items on desktop view, and just 1 on mobile view.
You can manage the styles using media queries for the mobile view.
Jenkins to Teams Job Deploy notification Incomming Webhook
Jenkins to Teams Job Deploy notification Incomming Webhook
I wanted to have a Teams channel where to inform the team each time a deloy was successful.
Initialy I used the "Jenkins" connector, but found the posted information too generic. No branch nor commit number.
So I switched to use the "Incoming Webhook" connector, with allows me to create a Teams chat webhook URL to receive
a JSON formated accordingly to the [Teams message card format], with whate ever information I requiere.
Then, in the Build section of the Jenkins Job, I added an "Execute Shell" build step, with the following code:
How to install Docker Desktop on Windows 10 Home edition and WSL2
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
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
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