Frida/Jenkinsfile
alterdekim 35594dea3c
All checks were successful
gitea/Frida/pipeline/head This commit looks good
modified: Cargo.lock
modified:   Cargo.toml
	new file:   Jenkinsfile
	modified:   src/client_socks.rs
	modified:   src/main.rs
2024-10-04 20:08:19 +03:00

10 lines
144 B
Groovy

pipeline {
agent any
stages {
stage('Build Project') {
steps {
build "Frida"
}
}
}
}