Skip to content

[DNM] Modifying Java Jenkifiles to support the osio pipeline library#46

Open
rupalibehera wants to merge 3 commits intofabric8io:masterfrom
rupalibehera:java_support_osio_library
Open

[DNM] Modifying Java Jenkifiles to support the osio pipeline library#46
rupalibehera wants to merge 3 commits intofabric8io:masterfrom
rupalibehera:java_support_osio_library

Conversation

@rupalibehera
Copy link
Member

This PR will enable the Java support with osio pipeline library

closes openshiftio/openshift.io#4501

This PR cannot be merged until openshiftio/openshift.io#4500 is closed.


// processing openshift template present in .openshiftio/application.yaml
def resources = processTemplate(params: [
release_version: "1.0.${env.BUILD_NUMBER}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rupalibehera could you make it as RELEASE_VERSION (all uppercase)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.

}
}
integrationTestCmd = "mvn verify integration-test -Dnamespace.use.current=false -Dnamespace.use.existing=${testNamespace()} -Dit.test=*IT -DfailIfNoTests=false -DenableImageStreamDetection=true -Popenshift,openshift-it"
runTest commands: integrationTestCmd
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should revert this change and make use of spawn and env('build')

1. Modifying integration test command with unit test command
2. using spawn instead of runTest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Modify the existing Jenkifiles for java boosters to use the osio pipeline library

3 participants