We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c97028 commit 708a8a9Copy full SHA for 708a8a9
Jenkinsfile
@@ -1,6 +1,5 @@
1
#!/usr/bin/env groovy
2
-// TODO DEVSIX-7032 Change pipeline-library branch name back to just 'pipeline-library'
3
-@Library('[email protected]/fips')_
+@Library('pipeline-library')_
4
5
def repoName = "itextcore"
6
def dependencyRegex = ""
pom.xml
@@ -501,7 +501,6 @@
501
<onlyBinaryIncompatible>true</onlyBinaryIncompatible>
502
<ignoreMissingClasses>true</ignoreMissingClasses>
503
</parameter>
504
- <!-- TODO DEVSIX-7032 Remove this skip property -->
505
<skip>true</skip>
506
</configuration>
507
</plugin>
0 commit comments