Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
Eclipse eTrice™
Eclipse eTrice
Commits
bfc776c8
Commit
bfc776c8
authored
Mar 10, 2022
by
Jan Belle
Browse files
Fix Jenkins pipeline
parent
080bca87
Pipeline
#2307
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
bfc776c8
...
...
@@ -32,7 +32,7 @@ pipeline {
}
steps
{
sshagent
([
'projects-storage.eclipse.org-bot-ssh'
])
{
sh
'./gradlew promote publishEtricePublicationToEclipseRepository -Dgradle.user.home=./gradle_home -PadditionalPropertiesFile=
${env.USER_HOME}
/.gradle/gradle.properties'
sh
'./gradlew promote publishEtricePublicationToEclipseRepository -Dgradle.user.home=./gradle_home -PadditionalPropertiesFile=
/home/jenkins
/.gradle/gradle.properties'
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment