Sandra Parsick - Just Another Blog about IT
open-menucloseme
Home
About
Site Notice
Privacy Policy
github twitter mastodon linkedin rss
  • Pimp My Git - Generate Content for .gitignore From the Scratch

    calendar Jan 3, 2018 · 3 min read · gitignore intellji tool tip  ·
    Share on: twitter facebook linkedin copy

    When I start a new Git repository, I lose a lot of time to set up my .gitignore file and normally, I don't match everything on the first shoot. Fortunately, there exists some tools, that help to bootstrapping it. I'd like to show two of them. One is a website that can be used on the command line and the another is a …


    Read More
  • How to Mark a Jenkins Job Red When Tests Fail In A Maven Build

    calendar Oct 14, 2017 · 1 min read · jenkins maven test-report unit-testing  ·
    Share on: twitter facebook linkedin copy

    The default setting in Jenkins is to mark a job yellow, when a Maven build fails because of failing tests. If you don't want to have three status of your jobs, you can configure Jenkins so, that the jobs also mark red independent why a Maven build fails. For this you will need administration rights on your Jenkins …


    Read More
  • Generate P2 Repository From Maven Artifacts In 2017

    calendar Sep 22, 2017 · 5 min read · eclipse rcp equinox maven repository maven tycho osgi p2 p2-repository  ·
    Share on: twitter facebook linkedin copy

    Some years ago, I wrote a blog post about how to generate a P2 repository based on Maven artifacts. That described approach is obsolete nowadays and I'd like to show a new approach that is based on the p2-maven-plugin that was created to solve exactly this problem. P2-Maven-Plugin Integration in Maven Build Life Cycle …


    Read More
  • Pimp My Git - Manage Different Git Identities

    calendar Jul 24, 2017 · 3 min read · identities persona git  ·
    Share on: twitter facebook linkedin copy

    I usually work on different Git projects that need different Git identities. My work flow for new repositories was Clone new repository. Go to cloned repository. If it is necessary to change the Git identity, call a shell script that runs git config user.name "Sandra Parsick"; git config user.email …


    Read More
  • Pimp My Git - Git Mergetool

    calendar May 25, 2017 · 4 min read · linux meld merging  ·
    Share on: twitter facebook linkedin copy

    I like to work with git on the command line. But in some cases I prefer UI support. For example, solving merge conflicts is such a case. Git has a command mergetool, which can open a graphical tool to solve merge conflicts. But before you can use this command, you had to configure it. In this blog post I'd like to show …


    Read More
  • Automatic Tomcat 8.5 Installation and Configuration as Windows Service

    calendar Mar 15, 2017 · 2 min read · automation cmd configuration installation tomcat  ·
    Share on: twitter facebook linkedin copy

    If you want to install Tomcat on Windows system as a service, you'll get the recommendation to use the 32-/64-Bit Windows Service Installer. If you want to install the Tomcat manually, it's fine. But you can't use this installer for an automatic installation and configuration of Tomcat, because the installer is …


    Read More
  • Migration Sonatype Nexus 2 to Nexus 3

    calendar Dec 30, 2016 · 1 min read · bower repository maven repository migration nexus repository-manager  ·
    Share on: twitter facebook linkedin copy

    I'd like to share my experience with migration Sonatype Nexus 2 to Nexus 3. Starting Point I used two Nexus instances: A Nexus 2 Instance for Maven Repositories (2.13) A Nexus 3 Instance for Bower Repositories (3.0.1) Both instances had several types of repositories (host, proxy, group). The reason for this set up was …


    Read More
  • Continuous Integration Infrastructure With Windows - Scripting With PowerShell

    calendar May 17, 2016 · 6 min read · bash jenkins scripting  ·
    Share on: twitter facebook linkedin copy

    In one of my current project, I deal with how to run a Continuous Integration (CI) infrastructure on Windows machines. I have had experience in running a CI infrastructure for five years, but it was always on Linux machines. So in the next months I will write some blog posts about my challenge with Windows machines …


    Read More
  • Installation Cheat Sheet For LivingDoc

    calendar Mar 8, 2016 · 3 min read · cheat-sheet integration-testing living-doc selenium  ·
    Share on: twitter facebook linkedin copy

    Guest Contribution by Markus Jenderek We wanted to evaluate the new Confluence plugin LivingDoc as a replacement to Fitnesse in order to execute automated web GUI tests. Confluence 5.7.1 (Non-Cloud version) Inside Confluence HSQL In-Memory DB for evaluation purpose LivingDoc plugin 1.0.0.jar Selenium Webdriver for …


    Read More
  • Git Resources for Beginner

    calendar Oct 19, 2015 · 1 min read · beginner how-to resource  ·
    Share on: twitter facebook linkedin copy

    In this post I'd like to share resources that help me learning and understanding Git. Links "Getting Git Right" tutorials Interactive Git Cheatsheet git ready Collection of tips based on use cases. Article "Git ist einfach – wenn man weiß, wie" (in German) This article describes how the data model …


    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • »
    • »»

Sandra Parsick

Software Developer, Consultant, Java Champion.
Read More

Featured Posts

  • Passing Variables Through GitLab Pipelines
  • Pimp My Git - Manage Different Git Authentications
  • My Preparation for CKAD Exam
  • Test Coverage Reports For Maven Projects In SonarQube 8.3.x
  • Using Testcontainers in Spring Boot Tests For Database Integration Tests
  • Test Environment for Ansible on a Windows System Without Linux Subsystem Support
  • Pimp My Git - Manage Different Git Identities
  • Generate P2 Repository From Maven Artifacts In 2017

Recent Posts

  • Using Cygwin in 2023
  • Successful Validation of self-signed Server certificates in Java Application
  • Using Testcontainers in Spring Boot Tests combined with JUnit5 for Selenium Tests
  • How to Debug Jenkins remotely
  • How to Measure Test Coverage in Invoker Tests with JaCoCo
  • Test Coverage Reports For Maven Projects In SonarQube 8.3.x
  • Using Testcontainers in Spring Boot Tests For Database Integration Tests
  • Test Environment for Ansible on a Windows System Without Linux Subsystem Support
  • Pimp My Git - Manage Different Git Identities
  • Generate P2 Repository From Maven Artifacts In 2017

Categories

CONTINUOUS INTEGRATION 30 JAVA 19 JVM 14 MAVEN 10 QUALITY ASSURANCE 9 WINDOWS 9 JENKINS 8 LINUX 8 TESTING 8 GIT 6 OSGI 6 CONFIGURATION MANAGEMENT 5 NEXUS 5 JUNIT 4
All Categories
ANSIBLE2 CONFERENCE3 CONFIGURATION MANAGEMENT5 CONTINUOUS INTEGRATION30 GIT6 GITLAB1 GROOVY3 JAVA19 JENKINS8 JUNIT4 JVM14 KUBERNETES1 LINUX8 MAVEN10 MAVEN TYCHO4 NEXUS5 NODE.JS1 OSGI6 POWERSHELL2 QUALITY ASSURANCE9 READING TIPS3 SALT2 SONARQUBE2 SPRING BOOT2 SPRING FRAMEWORK4 TESTCONTAINERS2 TESTING8 VAGRANT3 WINDOWS9
[A~Z][0~9]

Tags

MAVEN 10 LINUX 9 JENKINS 8 GROOVY 7 SPRING 6 HOW-TO 5 INTEGRATION-TESTING 5 ECLIPSE RCP 4 JUNIT5 4 MAVEN TYCHO 4 NEXUS 4 OSGI 4 TEST-REPORT 4 AUTOMATION 3
All Tags
AGENTLESS1 AGILE1 ANSIBLE1 APACHE22 ARC421 AUTHENTICATION1 AUTOMATION3 BARCAMP1 BASH2 BEGINNER1 BOWER REPOSITORY1 BUILD2 CENTOS52 CERTIFICATE1 CERTIFICATION1 CHEAT-SHEET1 CLASSPATH1 CMD2 COBOL1 CODE FORMATTING1 CODING DOJO1 COMMONS-VFS1 CONFERENCE2 CONFIGURATION2 CONSOLE21 CYGWIN2 DAEMON1 DEBIAN1 DEBUGGING1 DEPLOYMENT1 DESIGN PATTERN1 DOCKER2 ECLIPSE RCP4 EQUINOX1 FORWARDING1 GIT3 GITIGNORE1 GITLAB1 GRADLE1 GROOVY7 HC151 HERBSTCAMPUS1 HERBSTCAMPUS20151 HESSIAN1 HIBERNATE1 HOW-TO5 HSQLDB1 IBM1 IDENTITIES1 INDEX1 INSTALLATION1 INTEGRATION-TESTING5 INTELLIJ2 INTELLJI1 JACOCO3 JAR1 JAVA2 JAVA81 JDBC1 JENKINS8 JERSEY1 JNDI1 JPA1 JSCH1 JUNIT54 JVM2 KATA1 KEYTOOL1 KUBERNETES1 LINUX9 LIVING-DOC1 MANIFESTO1 MAVEN10 MAVEN REPOSITORY2 MAVEN TYCHO4 MAVEN-INVOKER-PLUGIN1 MAVEN-PLUGIN1 MAVEN-PLUGIN-TESTING1 MELD1 MERGING1 MIGRATION1 MOCK1 MOUNT1 NETBEANS1 NEXUS4 NOTES1 NPM1 NPM REGISTRY1 NTFS1 OH-MY-ZSH1 OPENSPACE1 OPS4J1 OSGI4 P22 P2-REPOSITORY3 PAX2 PAX-RUNNER1 PERSONA1 PIPELINE1 PROXY3 PYTHON2 QA2 QS1 RELEASE1 REPOSITORY-MANAGER1 RESOURCE2 REWARDING1 RUBY1 SALT2 SALTSTACK2 SCRIPTING1 SCRUM1 SELENIUM2 SERVERSPEC1 SFTP1 SHELL3 SOCRATES1 SOFTWARE ARCHITECTURE2 SOFTWARE DOCUMENTATION2 SOLID DESIGN1 SONARQUBE2 SPOCK1.X1 SPRING6 SPRING-DATA1 SSH3 SSHJ1 SSL1 SUBVERSION3 SVENTON1 SWECAMP1 TEAM BUILDING1 TECHNICAL DEBT1 TERRAFORM1 TEST-COVERAGE3 TEST-INFRASTRUCTURE1 TEST-REPORT4 TESTCONTAINERS2 TESTING TESTER TESTS1 TOMCAT2 TOOL TIP2 TRUSTSTORE1 UBUNTU2 UNIT-TESTING3 VAGRANT3 VIRTUAL-HOST1 VIRTUALBOX2 WEBSERVICES1 WINDOWS2 ZEROMQ1 ZSH1
[A~Z][0~9]
Copyright © 2011–2025, Sandra Parsick; all rights reserved.

Copyright  COPYRIGHT © 2011–2025, SANDRA PARSICK; ALL RIGHTS RESERVED.. All Rights Reserved

to-top