Anton Romanov 73b5dd47df
All checks were successful
CI fuzzy controller / container-test-job (push) Successful in 1m33s
#13 -- Add jenkinsfile
2025-02-17 15:12:33 +04:00

4 lines
206 B
Bash

#!/bin/bash
bash ./gradlew assemble
scp -o StrictHostKeyChecking=no build/libs/fuzzy-controller-0.0.1-SNAPSHOT.jar root@192.168.1.129:/root/fuzzy-controller.jar
ssh root@192.168.1.129 "bash /root/run-fc.sh"