Skip to content

Commit

Permalink
Added Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignalina committed Sep 29, 2022
1 parent 4a5a245 commit 0d7ef0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipeline {
stage('build') {
steps {
sh '''whoami
export PATH=$PATH:/usr/local/go/bin
export PATH=$PATH:/usr/local/go/bin:~/.cargo/bin
#sh "$HOME/.cargo/env"
go version
make
Expand Down

0 comments on commit 0d7ef0a

Please sign in to comment.