Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Define pipeline for 1.3. #4992

Merged
merged 7 commits into from
Jan 20, 2017
Merged

Define pipeline for 1.3. #4992

merged 7 commits into from
Jan 20, 2017

Conversation

jeschkies
Copy link
Contributor

No description provided.

shortCommit = gitCommit.take(8)
currentBuild.displayName = "#${env.BUILD_NUMBER}: ${shortCommit}"
}
stage("Install Mesos") {
Copy link
Contributor

Choose a reason for hiding this comment

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

Not calling it Provision Jenkins Node?

archiveArtifacts artifacts: 'target/**/coverage-report/cobertura.xml, target/**/scoverage-report/**', allowEmptyArchive: true
}
}
stageWithCommitStatus("3. Test Integration") {
Copy link
Contributor

Choose a reason for hiding this comment

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

I like Integration Tests more...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I like the imperative style. However, I don't have a strong opinion on that.

@jeschkies jeschkies merged commit 3181e5e into releases/1.3 Jan 20, 2017
@jeschkies jeschkies deleted the pipelines/releases/1.3 branch January 20, 2017 13:43
@marcomonaco marcomonaco added the pr label Mar 6, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants