refactor job.groovy

parent 250d6f96
......@@ -2,4 +2,5 @@ import com.example.ReleaseCheck
import com.example.CreateJobs
//ReleaseCheck rc = new ReleaseCheck().checkExistence(release,"../resources/commonConfig.yaml")
CreateJobs job = new CreateJobs().createFolder("hello")
\ No newline at end of file
CreateJobs job = new CreateJobs()
job.createFolder("hello")
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment