Skip to content

Commit 6c57bd0

Browse files
committed
add release
1 parent f1e23aa commit 6c57bd0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Jenkinsfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@ pipeline {
3838
}
3939
}
4040
}
41+
42+
stage("Release Nannoq-Tools") {
43+
steps {
44+
withCredentials([string(credentialsId: 'gpg-pass-nannoq', variable: 'TOKEN')]) {
45+
configFileProvider([configFile(fileId: 'ossrh-nannoq-config', variable: 'MAVEN_SETTINGS')]) {
46+
sh 'mvn -s $MAVEN_SETTINGS -Dgpg.passphrase=$TOKEN nexus-staging:release'
47+
}
48+
}
49+
}
50+
}
4151
}
4252

4353
post {

0 commit comments

Comments
 (0)