Skip to content

MGSousa/go-jenkins-editor

Repository files navigation

Jenkins Pipeline Editor

Go Report Card Actions Status

Editor for Jenkins declarative pipelines with Groovy and Shell highlighting

Set your environment variables

cp .env{.example,}

Docker

  • Build
docker build -t go-jenkins-editor . 
  • Run
export PORT=XXXX
docker run --rm -p $PORT:$PORT -d go-jenkins-editor -port $PORT -jenkinsUrl http://localhost:8080
  • After declaring arguments you can open in any Web Browser: localhost:$PORT/pipeline/$PIPELINE_NAME