package main // Import the fmt for formatting strings // Import os so we can read environment variables from the system import ( "fmt" ) func main() { fmt.Println("Hello, Kubernetes!I'm from Jenkins CI!") // fmt.Println("BRANCH_NAME:", os.Getenv("branch")) }