edit sudo
This commit is contained in:
parent
f4534edf70
commit
cf6493ccf9
|
|
@ -25,7 +25,7 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
sh 'go mod tidy'
|
sh 'go mod tidy'
|
||||||
sh 'go build -o myapp'
|
sh 'go build -o myapp'
|
||||||
sh 'cp myapp /home/developer/backend_nam/'
|
sh 'sudo cp myapp /home/developer/backend_nam/'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue