Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Jenkinsfile: problem: jenkins Go install not working (#643)
* Jenkinsfile: problem: jenkins Go install not working + go version go: cannot find GOROOT directory: 'go' binary is trimmed and GOROOT is not set Date: 2024-06-08 10:42:51-06:00 Signed-off-by: meows <[email protected]> * Revert "Jenkinsfile: problem: jenkins Go install not working" This reverts commit 858f16d. * Jenkinsfile: use explicit go path and go command workaround weird script problem which cant find the right go i dont know why it insistent on using /usr/bin/go instead of /usr/local/go/bin/go, which is also in the PATH Date: 2024-06-08 10:57:39-06:00 Signed-off-by: meows <[email protected]> * Jenkinsfile: make geth executable by everyone Date: 2024-06-08 11:16:31-06:00 Signed-off-by: meows <[email protected]> * Jenkinsfile: problem: newline expected Date: 2024-06-08 11:20:51-06:00 Signed-off-by: meows <[email protected]> * Jenkinsfile: problem: newline unexpected wtf? Date: 2024-06-08 11:31:14-06:00 Signed-off-by: meows <[email protected]> * Jenkinsfile: problem: newline unexpected Date: 2024-06-08 11:39:10-06:00 Signed-off-by: meows <[email protected]> * Jenkinsfile: problem: newline unexpected Date: 2024-06-08 11:43:37-06:00 Signed-off-by: meows <[email protected]> * Jenkinsfile: syntax problem Date: 2024-06-08 11:51:55-06:00 Signed-off-by: meows <[email protected]> * Jenkinsfile: problem: unexpected newline I wasnt building geth, oops. Date: 2024-06-08 12:23:43-06:00 Signed-off-by: meows <[email protected]> --------- Signed-off-by: meows <[email protected]>
- Loading branch information