HI,
How to run go program from jenkins site and how to resolve git repositary 401 error. Actually i configured in jenkins job follwed by google cloud page instructions but jenkins
restrict where the project can run options not availble and while i configured git repository in
http://source.developers.google.com/p/<project-id> in this 401 error coming how to resolve this?.
Now directly i configured in git bitbucket. In build action i gave gcloud and goapp commands as they gave in google cloud page. while build below this error coming
[workspace] $ /bin/sh -xe /opt/bitnami/apache-tomcat/temp/hudson7272928789860858994.sh
+ nosetests --with-xunit --xunit-file=nosetests.xml
/opt/bitnami/apache-tomcat/temp/hudson7272928789860858994.sh: 2: /opt/bitnami/apache-tomcat/temp/hudson7272928789860858994.sh: nosetests: not found
Build step 'Execute shell' marked build as failure
ERROR: Build step failed with exception
java.lang.IllegalStateException: An unknown problem occured while retrieving the default service accounts identity
at
how to resolve this error? how to run go program? anybody give step by step instructions to run go program in jenkins and build and deploy the program and hosting in
appspot.com.
Please anybody give solution as soon as possible.
Thanks.