Merge pull request #31 from o-liver/executePipeline

Remove node from test pipeline of executePipeline unit tests.
This commit is contained in:
Oliver Feldmann
2017-12-05 14:20:47 +01:00
committed by GitHub
-6
View File
@@ -76,9 +76,7 @@ class PipelineExecuteTest extends PiperTestBase {
execute() {
node() {
pipelineExecute repoUrl: "https://test.com/myRepo.git"
}
}
@@ -92,9 +90,7 @@ class PipelineExecuteTest extends PiperTestBase {
execute() {
node() {
pipelineExecute repoUrl: "https://test.com/anotherRepo.git", branch: 'feature', path: 'path/to/Jenkinsfile', credentialsId: 'abcd1234'
}
}
@@ -108,9 +104,7 @@ class PipelineExecuteTest extends PiperTestBase {
execute() {
node() {
pipelineExecute()
}
}