douyi6168 2016-01-11 21:27
浏览 203
已采纳

使用Jenkins进行应用CI

I try to setup CI for Go app and Jenkins. Jenkins Go Plugin has been installed, it gets correct version of Go(currently it's 1.5.2).

Currently I have next:

  1. Test repository with simple app https://github.com/Agnikay/Test-Go-Jenkins

  2. Jenkins with installed Go Plugin(on VPS, Ubuntu 14.04, x86)

  3. For build in Jenkins added as build step next:

    cd src/main go build main.go

As result in artifacts existing 2 files - main.go(sources) and main (executable) for linux x86. If i use as build command go build main.go -o server error received: "named files must be .go files". So, my questions are

  1. If my app will contain much more code file, packages etc. should i still build it as go build main.go?
  2. How correctly give name for go build output file to add it to the artifacts?
  3. Should i use some kind of make file/script etc to collect dependencies on build machine? What is best practice here?
  • 写回答

1条回答 默认 最新

  • dongzg2006 2019-07-29 20:26
    关注

    named files must be .go files

    You need to put the .go file last on the command-line.

    go build -o server main.go
    

    See:

    Related:

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥100 角动量包络面如何用MATLAB绘制
  • ¥15 merge函数占用内存过大
  • ¥15 Revit2020下载问题
  • ¥15 使用EMD去噪处理RML2016数据集时候的原理
  • ¥15 神经网络预测均方误差很小 但是图像上看着差别太大
  • ¥15 单片机无法进入HAL_TIM_PWM_PulseFinishedCallback回调函数
  • ¥15 Oracle中如何从clob类型截取特定字符串后面的字符
  • ¥15 想通过pywinauto自动电机应用程序按钮,但是找不到应用程序按钮信息
  • ¥15 如何在炒股软件中,爬到我想看的日k线
  • ¥15 seatunnel 怎么配置Elasticsearch