|
|
|
@ -4,10 +4,9 @@ package main |
|
|
|
// Import os so we can read environment variables from the system
|
|
|
|
import ( |
|
|
|
"fmt" |
|
|
|
"os" |
|
|
|
) |
|
|
|
|
|
|
|
func main() { |
|
|
|
fmt.Println("Hello, Kubernetes!I'm from Jenkins CI!") |
|
|
|
fmt.Println("BRANCH_NAME:", os.Getenv("branch")) |
|
|
|
// fmt.Println("BRANCH_NAME:", os.Getenv("branch"))
|
|
|
|
} |