All checks were successful
gitea/Frida/pipeline/head This commit looks good
modified: Cargo.toml new file: Jenkinsfile modified: src/client_socks.rs modified: src/main.rs
10 lines
144 B
Groovy
10 lines
144 B
Groovy
pipeline {
|
|
agent any
|
|
stages {
|
|
stage('Build Project') {
|
|
steps {
|
|
build "Frida"
|
|
}
|
|
}
|
|
}
|
|
} |