pipeline {
  agent any

  stages {
    // TODO: Define required CI stages here
  }
}
